On 03/01/2023 10.53, Peter Krempa wrote:
qemu is about to deprecate the '-no-hpet' option in favor of
configuring
the timer via '-machine'.
Use the QEMU_CAPS_MACHINE_HPET capability to switch to the new syntax
and mask out the old QEMU_CAPS_NO_HPET capability at the same time to
prevent using the old syntax.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/qemu/qemu_capabilities.c | 5 ++++
src/qemu/qemu_command.c | 29 ++++++++++++++++++-
.../caps_8.0.0.x86_64.xml | 1 -
.../q35-virt-manager-basic.x86_64-latest.args | 3 +-
.../x86_64-pc-graphics.x86_64-latest.args | 3 +-
.../x86_64-pc-headless.x86_64-latest.args | 3 +-
.../x86_64-q35-graphics.x86_64-latest.args | 3 +-
.../x86_64-q35-headless.x86_64-latest.args | 3 +-
8 files changed, 38 insertions(+), 12 deletions(-)
Reviewed-by: Thomas Huth <thuth(a)redhat.com>