Re: [libvirt] [PATCH 5/6] qemu: Format nested-hv feature on the command line

2018-11-27 Thread Andrea Bolognani
On Mon, 2018-11-26 at 16:21 +0100, Michal Privoznik wrote: > On 11/20/18 6:08 PM, Andrea Bolognani wrote: [...] > > +str = > > virTristateSwitchTypeToString(def->features[VIR_DOMAIN_FEATURE_NESTED_HV]); > > +if (!str) { > > +virReportError(VIR_ERR_CONFIG_UNSUPPORTED,

Re: [libvirt] [PATCH 5/6] qemu: Format nested-hv feature on the command line

2018-11-26 Thread Michal Privoznik
On 11/20/18 6:08 PM, Andrea Bolognani wrote: > Signed-off-by: Andrea Bolognani > --- > src/qemu/qemu_command.c | 20 > tests/qemuxml2argvdata/pseries-features.args | 2 +- > 2 files changed, 21 insertions(+), 1 deletion(-) > > diff --git

[libvirt] [PATCH 5/6] qemu: Format nested-hv feature on the command line

2018-11-20 Thread Andrea Bolognani
Signed-off-by: Andrea Bolognani --- src/qemu/qemu_command.c | 20 tests/qemuxml2argvdata/pseries-features.args | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index