]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: command: Format '-no-hpet' based on architecture check
authorPeter Krempa <pkrempa@redhat.com>
Mon, 6 Mar 2023 14:57:54 +0000 (15:57 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 7 Mar 2023 11:26:32 +0000 (12:26 +0100)
commitbf476875d873a99e14c25c52f0a72f669a6bd1f9
tree2fa276fbd925011351567e3cea170386190d325b
parent53a8875f59312ddba452be7b7b6e5710a69771cb
qemu: command: Format '-no-hpet' based on architecture check

Rather than asserting a capability based on architecture, format the
fallback parameter based on the presence of the newer capability and an
explicit architecture check.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_command.c