summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/device/1034980
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/gemma3:12b/device/1034980')
-rw-r--r--results/classifier/gemma3:12b/device/103498018
1 files changed, 18 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/device/1034980 b/results/classifier/gemma3:12b/device/1034980
new file mode 100644
index 00000000..4836c6cc
--- /dev/null
+++ b/results/classifier/gemma3:12b/device/1034980
@@ -0,0 +1,18 @@
+
+pseries machine: vscsi scsi qemu cd-rom does not work in win32
+
+On Win32, the cd-rom device is not detected at all in the pseries machine (SLOF):
+   
+   qemu-system-ppc64 -M pseries -m 512 -cdrom img.iso
+      ....etc.
+   VSCSI: Looking for disks
+   Populating /pci@800000020000001,0
+
+
+On Linux however, the scsi qemu cd-rom device is detected and works fine in the pseries machine:
+
+   qemu-system-ppc64 -M pseries -m 512 -cdrom img.iso
+      ....etc.
+   VSCSI: Looking for disks
+      SCSI ID 2 CD-ROM   : "QEMU     QEMU CD-ROM      1.1."
+   Populating /pci@800000020000001,0
\ No newline at end of file