Re: [libvirt] [PATCH v5 03/12] qemu: Validate PCI controller options (modelName)

2018-03-05 Thread Andrea Bolognani
On Fri, 2018-03-02 at 16:16 -0500, Laine Stump wrote: [...] > > +/* modelName */ > > +switch ((virDomainControllerModelPCI) cont->model) { > > +case VIR_DOMAIN_CONTROLLER_MODEL_PCI_BRIDGE: > > +case VIR_DOMAIN_CONTROLLER_MODEL_DMI_TO_PCI_BRIDGE: > > +case VIR_DOMAIN_CONTROLLER_M

Re: [libvirt] [PATCH v5 03/12] qemu: Validate PCI controller options (modelName)

2018-03-02 Thread Laine Stump
On 03/02/2018 10:13 AM, Andrea Bolognani wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1483816 > > Signed-off-by: Andrea Bolognani > --- > src/qemu/qemu_domain.c | 229 > +++-- > 1 file changed, 145 insertions(+), 84 deletions(-) > > diff --git

[libvirt] [PATCH v5 03/12] qemu: Validate PCI controller options (modelName)

2018-03-02 Thread Andrea Bolognani
https://bugzilla.redhat.com/show_bug.cgi?id=1483816 Signed-off-by: Andrea Bolognani --- src/qemu/qemu_domain.c | 229 +++-- 1 file changed, 145 insertions(+), 84 deletions(-) diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c index a45a67652