Re: [libvirt PATCH v2 1/8] qemu: Use switch statement in qemuBuildCpuCommandLine()

2020-02-13 Thread Ján Tomko
On Fri, Feb 07, 2020 at 03:27:01PM +0100, Andrea Bolognani wrote: Make sure we are taking all possible virDomainTimerNameType values into account. This will make upcoming changes easier. Signed-off-by: Andrea Bolognani --- src/qemu/qemu_command.c | 34 -- 1 file c

Re: [libvirt PATCH v2 1/8] qemu: Use switch statement in qemuBuildCpuCommandLine()

2020-02-10 Thread Masayoshi Mizuma
On Fri, Feb 07, 2020 at 03:27:01PM +0100, Andrea Bolognani wrote: > Make sure we are taking all possible virDomainTimerNameType values > into account. This will make upcoming changes easier. > > Signed-off-by: Andrea Bolognani > --- > src/qemu/qemu_command.c | 34

[libvirt PATCH v2 1/8] qemu: Use switch statement in qemuBuildCpuCommandLine()

2020-02-07 Thread Andrea Bolognani
Make sure we are taking all possible virDomainTimerNameType values into account. This will make upcoming changes easier. Signed-off-by: Andrea Bolognani --- src/qemu/qemu_command.c | 34 -- 1 file changed, 24 insertions(+), 10 deletions(-) diff --git a/src/qemu/q