Re: [libvirt] [PATCH 18/34] Add device info to serial, parallel, channel, input fs devices

2010-01-18 Thread Daniel P. Berrange
On Fri, Jan 15, 2010 at 05:26:33PM +0100, Daniel Veillard wrote: On Fri, Jan 08, 2010 at 05:23:14PM +, Daniel P. Berrange wrote: Although the serial, parallel, chanel, input fs devices do not have PCI address info, they can all have device aliases. Thus it neccessary to associate the

Re: [libvirt] [PATCH 18/34] Add device info to serial, parallel, channel, input fs devices

2010-01-15 Thread Daniel Veillard
On Fri, Jan 08, 2010 at 05:23:14PM +, Daniel P. Berrange wrote: Although the serial, parallel, chanel, input fs devices do not have PCI address info, they can all have device aliases. Thus it neccessary to associate the virDomainDeviceInfo data with them all. * src/conf/domain_conf.c,

[libvirt] [PATCH 18/34] Add device info to serial, parallel, channel, input fs devices

2010-01-08 Thread Daniel P. Berrange
Although the serial, parallel, chanel, input fs devices do not have PCI address info, they can all have device aliases. Thus it neccessary to associate the virDomainDeviceInfo data with them all. * src/conf/domain_conf.c, src/conf/domain_conf.h: Add hooks for parsing / formatting device info