Re: [libvirt] [PATCH v5 09/16] qemu: Add missing checks for pcie-root-port options

2018-01-28 Thread Michal Privoznik
On 01/06/2018 12:47 AM, John Ferlan wrote: > From: Andrea Bolognani > > We format the 'chassis' and 'port' properties on the QEMU command > line later on, so we should make sure they've been set. > > Signed-off-by: Andrea Bolognani > Signed-off-by: John Ferlan > --- > src/qemu/qemu_command.c

[libvirt] [PATCH v5 09/16] qemu: Add missing checks for pcie-root-port options

2018-01-05 Thread John Ferlan
From: Andrea Bolognani We format the 'chassis' and 'port' properties on the QEMU command line later on, so we should make sure they've been set. Signed-off-by: Andrea Bolognani Signed-off-by: John Ferlan --- src/qemu/qemu_command.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) dif