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

2018-03-02 Thread Laine Stump
On 03/02/2018 10:13 AM, Andrea Bolognani wrote: > This change catches an invalid use of the option in our > test suite. > > https://bugzilla.redhat.com/show_bug.cgi?id=1483816 > > Signed-off-by: Andrea Bolognani Reviewed-by: Laine Stump > --- > src/qemu/qemu_domain.c |

[libvirt] [PATCH v5 07/12] qemu: Validate PCI controller options (busNr)

2018-03-02 Thread Andrea Bolognani
This change catches an invalid use of the option in our test suite. https://bugzilla.redhat.com/show_bug.cgi?id=1483816 Signed-off-by: Andrea Bolognani --- src/qemu/qemu_domain.c | 46 +++--- tests/qemuxml2argvdata/pcie-expander-bus.xml | 2 +- tes