summary refs log tree commit diff stats
path: root/results/classifier/105/device/1034980
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/105/device/1034980')
-rw-r--r--results/classifier/105/device/103498035
1 files changed, 35 insertions, 0 deletions
diff --git a/results/classifier/105/device/1034980 b/results/classifier/105/device/1034980
new file mode 100644
index 000000000..78b0bf36f
--- /dev/null
+++ b/results/classifier/105/device/1034980
@@ -0,0 +1,35 @@
+device: 0.923
+graphic: 0.892
+socket: 0.802
+instruction: 0.773
+network: 0.727
+vnc: 0.701
+mistranslation: 0.641
+semantic: 0.564
+boot: 0.551
+other: 0.206
+KVM: 0.142
+assembly: 0.118
+
+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
+
+This started to work in version 1.2, thanks!
+
+Closing this bug, since it is working now according to comment #1
+