Re: [libvirt] [PATCH 25/25] qemu: Check conflicts for shared scsi host device

2013-05-17 Thread Osier Yang
On 08/05/13 08:05, John Ferlan wrote: On 05/03/2013 02:07 PM, Osier Yang wrote: Just like previous patches, this changes qemuCheckSharedDisk into qemuCheckSharedDevice, which takes a virDomainDeviceDefPtr argument instead. --- src/qemu/qemu_conf.c | 86 +

Re: [libvirt] [PATCH 25/25] qemu: Check conflicts for shared scsi host device

2013-05-07 Thread John Ferlan
On 05/03/2013 02:07 PM, Osier Yang wrote: > Just like previous patches, this changes qemuCheckSharedDisk > into qemuCheckSharedDevice, which takes a virDomainDeviceDefPtr > argument instead. > --- > src/qemu/qemu_conf.c | 86 > +--- > 1 file changed

[libvirt] [PATCH 25/25] qemu: Check conflicts for shared scsi host device

2013-05-03 Thread Osier Yang
Just like previous patches, this changes qemuCheckSharedDisk into qemuCheckSharedDevice, which takes a virDomainDeviceDefPtr argument instead. --- src/qemu/qemu_conf.c | 86 +--- 1 file changed, 61 insertions(+), 25 deletions(-) diff --git a/src/qem