diff options
Diffstat (limited to 'results/classifier/108/device/1034980')
| -rw-r--r-- | results/classifier/108/device/1034980 | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/results/classifier/108/device/1034980 b/results/classifier/108/device/1034980 new file mode 100644 index 000000000..2382232df --- /dev/null +++ b/results/classifier/108/device/1034980 @@ -0,0 +1,37 @@ +device: 0.923 +graphic: 0.892 +socket: 0.802 +PID: 0.770 +performance: 0.754 +network: 0.727 +vnc: 0.701 +permissions: 0.649 +files: 0.577 +semantic: 0.564 +boot: 0.551 +debug: 0.472 +other: 0.206 +KVM: 0.142 + +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 + |