Comment 18 for bug 1390520

Revision history for this message
FFO (fifo++) wrote :

Same on Yakketi: can access data CDs but not audio CDs from Windows VM.
Either with SATA or SCSI CDROM from QEMU (last test SCSI):

    <disk type='file' device='cdrom'>
      <driver name='qemu' type='raw'/>
      <target dev='sda' bus='sata'/>
      <readonly/>
      <shareable/>
      <boot order='1'/>
      <address type='drive' controller='0' bus='0' target='0' unit='0'/>
    </disk>

    <disk type='block' device='cdrom'>
      <driver name='qemu' type='raw' cache='directsync' io='native'/>
      <source dev='/dev/sr0'/>
      <target dev='sdc' bus='scsi'/>
      <readonly/>
      <address type='drive' controller='0' bus='0' target='0' unit='2'/>
    </disk>