Hello friends,
Please. Does anyone know how to use hooks to activate hpet in a VM? I have tried using
qemu_cmdline with this configuration ["-rtc", "hpet,timer-states=3"]
and with this other ["-rtc", "hpet= on"] but it gives me this error:
"VM w2022 is down with error. Exit message: internal error: process exited while
connecting to monitor: qemu-kvm: -rtc hpet=on: Invalid parameter 'hpet'." And
VM not starup.
I have read that
https://www.ovirt.org/develop/developer-guide/vdsm/hooks.html
and try to use:
https://www.ovirt.org/develop/developer-guide/vdsm/hook/qemucmdline.html
https://novamostra.com/2021/05/11/make-ovirt-vm-reflect-host-hardware-pro...
I've been trying to solve this for a long time. I wrote another post that brought me
to try using hooks:
https://lists.ovirt.org/archives/list/users@ovirt.org/thread/VGUARICFTRVH...
Thanks so much.