Re: [libvirt] SCSI command passthrough

2012-09-09 Thread Dor Laor
On 09/06/2012 07:51 PM, Geert Jansen wrote: Hi, i'm trying to pass through SCSI commands from a guest to a host. Both guest and host are RHEL 6.3. The relevant section in my XML is: devices disk type='block' device='lun' driver name='qemu' type='raw' cache='none'/ source

[libvirt] SCSI command passthrough

2012-09-06 Thread Geert Jansen
Hi, i'm trying to pass through SCSI commands from a guest to a host. Both guest and host are RHEL 6.3. The relevant section in my XML is: devices disk type='block' device='lun' driver name='qemu' type='raw' cache='none'/ source dev='/dev/sdb'/ target dev='sdb'