
16 Jul
2015
16 Jul
'15
8:31 a.m.
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 components equal? I mean, if w.x.y.z is occupied, then changing just one of those gets an address that might be available. (I am thinking about PCI where some devices require a whole slot to themselves).
Signed-off-by: John Ferlan <jferlan@redhat.com> --- src/conf/domain_conf.c | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-)
ACK Jan