summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/kvm/984476
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/accel-gemma3:12b/kvm/984476')
-rw-r--r--results/classifier/accel-gemma3:12b/kvm/9844766
1 files changed, 6 insertions, 0 deletions
diff --git a/results/classifier/accel-gemma3:12b/kvm/984476 b/results/classifier/accel-gemma3:12b/kvm/984476
new file mode 100644
index 000000000..474242f5a
--- /dev/null
+++ b/results/classifier/accel-gemma3:12b/kvm/984476
@@ -0,0 +1,6 @@
+
+"segmentaion" error when DMAing
+
+When working with QEMU's PCI network card E1000 emulator, I accidentally put virtual addresses into the memory mapped registers when I should have put physical addresses. Short story is, the address was too large for the physical address space so when the network card tried to DMA the location it tossed a "segmentaion" error out to the console. That's right--not a "segmentation" error, but a "segmentaion" error. I just thought I'd let ya'll know about that little typo. 
+
+My "qemu -version" gives "QEMU emulator version 0.15.0, Copyright (c) 2003-2008 Fabrice Bellard" on linux version 2.6.32. I guess it might be an older version, dunno if the typo's still there.
\ No newline at end of file