Re: [libvirt] [PATCH v3 2/5] conf: add PCI controllers

2013-04-25 Thread Ján Tomko
On 04/22/2013 10:11 PM, Laine Stump wrote: > On 04/22/2013 02:43 PM, Ján Tomko wrote: >> --- a/docs/formatdomain.html.in >> +++ b/docs/formatdomain.html.in >> @@ -2124,7 +2124,7 @@ >> >>Each controller has a mandatory attribute type, >>which must be one of "ide", "fdc", "scsi"

Re: [libvirt] [PATCH v3 2/5] conf: add PCI controllers

2013-04-22 Thread Laine Stump
On 04/22/2013 02:43 PM, Ján Tomko wrote: > Add new controller type 'pci' with models 'pci-root' and 'pci-bridge'. > --- > docs/formatdomain.html.in | 22 +- > docs/schemas/domaincommon.rng | 12 > src/conf/domain_conf.c| 21 - > src/

[libvirt] [PATCH v3 2/5] conf: add PCI controllers

2013-04-22 Thread Ján Tomko
Add new controller type 'pci' with models 'pci-root' and 'pci-bridge'. --- docs/formatdomain.html.in | 22 +- docs/schemas/domaincommon.rng | 12 src/conf/domain_conf.c| 21 - src/conf/domain_conf.h| 9 + 4 files cha