Nerijus Baliunas <nerijus <at> users.sourceforge.net> writes: > I see I can choose VirtIO SCSI bus type in virt-manager. I added as a raw > cdrom, then changed VM.xml like this: > > <disk type='file' device='cdrom'> > <driver name='qemu' type='raw'/> > <source file='/dev/sr0'/> > <target dev='sda' bus='scsi'/> > <address type='drive' controller='0' bus='0' target='0' unit='0'/> > </disk> > > Red Hat VirtIO SCSI pass-through controller was installed in a Vista VM, and > additional QEMU CD-ROM SCSI CdRom Device appeared. But Lightscribe software > still does not find lightscribe capable drives. I changed device from 'cdrom' to 'lun': <disk type='file' device='lun'> also tried <disk type='block' device='lun'> but in both cases VM does not start: Error starting domain: unsupported configuration: disk device='lun' is only valid for block type disk source. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html