]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Use switch statement in qemuBuildCpuCommandLine()
authorAndrea Bolognani <abologna@redhat.com>
Fri, 7 Feb 2020 09:22:08 +0000 (10:22 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 14 Feb 2020 11:08:57 +0000 (12:08 +0100)
commitf8e923c1ba70d7be53ea18d9b4de040763347f9e
treec0ab17c0d172cc35e42cb4d6c7951962578f4e16
parent9b82e2c4b0cd0dff454250f8afad7ffb4b085050
qemu: Use switch statement in qemuBuildCpuCommandLine()

Make sure we are taking all possible virDomainTimerNameType values
into account. This will make upcoming changes easier.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Masayoshi Mizuma <m.mizuma@jp.fujitsu.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_command.c