Re: [libvirt] [PATCH 03/34] Extend the virDomainDeviceAddress struture to allow disk controller addresses

2010-01-15 Thread Daniel Veillard
On Fri, Jan 08, 2010 at 05:22:59PM +, Daniel P. Berrange wrote: Introduce a new structure struct _virDomainDeviceDriveAddress { unsigned int controller; unsigned int bus; unsigned int unit; }; and plug that into virDomainDeviceAddress and

[libvirt] [PATCH 03/34] Extend the virDomainDeviceAddress struture to allow disk controller addresses

2010-01-08 Thread Daniel P. Berrange
Introduce a new structure struct _virDomainDeviceDriveAddress { unsigned int controller; unsigned int bus; unsigned int unit; }; and plug that into virDomainDeviceAddress and generates XML that looks like address type='drive' controller='1' bus='0'