Re: [libvirt] [PATCH 06/34] Add new domain device: controller

2010-01-15 Thread Daniel Veillard
On Fri, Jan 08, 2010 at 05:23:02PM +, Daniel P. Berrange wrote: From: Wolfgang Mauerer wolfgang.maue...@siemens.com This augments virDomainDevice with a controller element that is used to represent disk controllers (e.g., scsi controllers). The XML format is given by controller

Re: [libvirt] [PATCH 06/34] Add new domain device: controller

2010-01-15 Thread Daniel Veillard
On Fri, Jan 15, 2010 at 02:08:54PM +0100, Daniel Veillard wrote: On Fri, Jan 08, 2010 at 05:23:02PM +, Daniel P. Berrange wrote: From: Wolfgang Mauerer wolfgang.maue...@siemens.com This augments virDomainDevice with a controller element that is used to represent disk controllers

[libvirt] [PATCH 06/34] Add new domain device: controller

2010-01-08 Thread Daniel P. Berrange
From: Wolfgang Mauerer wolfgang.maue...@siemens.com This augments virDomainDevice with a controller element that is used to represent disk controllers (e.g., scsi controllers). The XML format is given by controller type=scsi index=num address type=pci domain=0xNUM bus=0xNUM slot=0xNUM/