summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/kvm/1034980
blob: 4836c6cc4c6d2ead05d0675a30b2fafcb813cf56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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