[libvirt] [PATCH 10/10] conf: Generate address for scsi host device automatically

2013-04-26 Thread Osier Yang
With unknown good reasons, the attribute bus of scsi device address is always set to 0, same for attribute target. (See virDomainDiskDefAssignAddress). Though we might need to change the algrithom to honor bus and target too, it's another story. The address generator for scsi host device in this

Re: [libvirt] [PATCH 10/10] conf: Generate address for scsi host device automatically

2013-04-26 Thread Paolo Bonzini
Il 26/04/2013 22:15, Osier Yang ha scritto: With unknown good reasons, the attribute bus of scsi device address is always set to 0, same for attribute target. (See virDomainDiskDefAssignAddress). The target is not always equal to zero... Though we might need to change the algrithom to honor