Re: [libvirt] [PATCH 02/34] Introduce a standardized data structure for device addresses

2010-01-15 Thread Daniel Veillard
On Fri, Jan 15, 2010 at 04:33:01PM +, Daniel P. Berrange wrote: > On Fri, Jan 15, 2010 at 01:39:18PM +0100, Daniel Veillard wrote: > > On Fri, Jan 08, 2010 at 05:22:58PM +, Daniel P. Berrange wrote: > > > All guest devices now use a common device address structure > > > summarized by: > > >

Re: [libvirt] [PATCH 02/34] Introduce a standardized data structure for device addresses

2010-01-15 Thread Daniel P. Berrange
On Fri, Jan 15, 2010 at 01:39:18PM +0100, Daniel Veillard wrote: > On Fri, Jan 08, 2010 at 05:22:58PM +, Daniel P. Berrange wrote: > > All guest devices now use a common device address structure > > summarized by: > > > > enum virDomainDeviceAddressType { > > VIR_DOMAIN_DEVICE_ADDRESS_TY

Re: [libvirt] [PATCH 02/34] Introduce a standardized data structure for device addresses

2010-01-15 Thread Daniel Veillard
On Fri, Jan 08, 2010 at 05:22:58PM +, Daniel P. Berrange wrote: > All guest devices now use a common device address structure > summarized by: > > enum virDomainDeviceAddressType { > VIR_DOMAIN_DEVICE_ADDRESS_TYPE_NONE, > VIR_DOMAIN_DEVICE_ADDRESS_TYPE_PCI, > }; > > struct _virD

[libvirt] [PATCH 02/34] Introduce a standardized data structure for device addresses

2010-01-08 Thread Daniel P. Berrange
All guest devices now use a common device address structure summarized by: enum virDomainDeviceAddressType { VIR_DOMAIN_DEVICE_ADDRESS_TYPE_NONE, VIR_DOMAIN_DEVICE_ADDRESS_TYPE_PCI, }; struct _virDomainDevicePCIAddress { unsigned int domain; unsigned int bus; unsigned in