Re: [libvirt] [PATCH 06/11] qemu: Implement pcie-to-pci-bridge controller

2018-04-06 Thread John Ferlan
On 04/06/2018 04:15 AM, Andrea Bolognani wrote: > On Wed, 2018-04-04 at 10:58 +0200, Andrea Bolognani wrote: >> On Tue, 2018-04-03 at 19:13 -0400, John Ferlan wrote: >>> Is there something else perhaps a few paragraphs later that could be >>> added to say what this is and how/when/why someone sho

Re: [libvirt] [PATCH 06/11] qemu: Implement pcie-to-pci-bridge controller

2018-04-06 Thread Andrea Bolognani
On Wed, 2018-04-04 at 10:58 +0200, Andrea Bolognani wrote: > On Tue, 2018-04-03 at 19:13 -0400, John Ferlan wrote: > > Is there something else perhaps a few paragraphs later that could be > > added to say what this is and how/when/why someone should want to use > > it? Including the restriction abo

Re: [libvirt] [PATCH 06/11] qemu: Implement pcie-to-pci-bridge controller

2018-04-04 Thread Andrea Bolognani
On Tue, 2018-04-03 at 19:13 -0400, John Ferlan wrote: > Is there something else perhaps a few paragraphs later that could be > added to say what this is and how/when/why someone should want to use > it? Including the restriction about slot=0 (whatever the FLA SHPC is)... > Similar to dmi-to-pci-bri

Re: [libvirt] [PATCH 06/11] qemu: Implement pcie-to-pci-bridge controller

2018-04-03 Thread John Ferlan
On 03/28/2018 10:06 AM, Andrea Bolognani wrote: > The new controller will not yet be used automatically by > libvirt, but at this point it's already possible to configure > a guest to use it. > > Signed-off-by: Andrea Bolognani > --- > docs/formatdomain.html.in | 3 ++- > docs/schemas/do

[libvirt] [PATCH 06/11] qemu: Implement pcie-to-pci-bridge controller

2018-03-28 Thread Andrea Bolognani
The new controller will not yet be used automatically by libvirt, but at this point it's already possible to configure a guest to use it. Signed-off-by: Andrea Bolognani --- docs/formatdomain.html.in | 3 ++- docs/schemas/domaincommon.rng | 3 +++ src/conf/domain_addr.c | 25