Re: [libvirt] [PATCH 2/5] conf: Add 'bus' and 'target' to SCSI address conflict checks

2015-07-16 Thread John Ferlan
On 07/16/2015 08:31 AM, Ján Tomko wrote: > On Mon, Jun 22, 2015 at 05:05:04PM -0400, John Ferlan wrote: >> Modify virDomainDriveAddressIsUsedBy{Disk|Hostdev} and >> virDomainSCSIDriveAddressIsUsed to take 'bus' and 'target' >> parameters. Will be used by future patches for more complete >> addre

Re: [libvirt] [PATCH 2/5] conf: Add 'bus' and 'target' to SCSI address conflict checks

2015-07-16 Thread Ján Tomko
On Mon, Jun 22, 2015 at 05:05:04PM -0400, John Ferlan wrote: > Modify virDomainDriveAddressIsUsedBy{Disk|Hostdev} and > virDomainSCSIDriveAddressIsUsed to take 'bus' and 'target' > parameters. Will be used by future patches for more complete > address conflict checks > Are all of the address com

[libvirt] [PATCH 2/5] conf: Add 'bus' and 'target' to SCSI address conflict checks

2015-06-22 Thread John Ferlan
Modify virDomainDriveAddressIsUsedBy{Disk|Hostdev} and virDomainSCSIDriveAddressIsUsed to take 'bus' and 'target' parameters. Will be used by future patches for more complete address conflict checks Signed-off-by: John Ferlan --- src/conf/domain_conf.c | 24 1 file chan