]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Update hyperv spinlock retries count default
authorFriedrich Oslage <friedrich@oslage.de>
Wed, 22 Oct 2025 09:07:16 +0000 (11:07 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 22 Oct 2025 13:17:44 +0000 (15:17 +0200)
commit66a47f80492026701509a89e33ce2050bc8d9a36
tree214eca6cf7eb11d67bba8357e12586b5741a11a5
parentd0de1b89be28ddf1cc7075b1c75fab6ec8a9ab94
qemu: Update hyperv spinlock retries count default

Update default to 0xFFFFFFFF ("never notify" in qemu) and make retries
attribute optional.

Signed-off-by: Friedrich Oslage <friedrich@oslage.de>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
docs/formatdomain.rst
src/conf/domain_conf.c
tests/qemuxmlconfdata/hyperv-spinlocks-never-notify.x86_64-latest.args [new file with mode: 0644]
tests/qemuxmlconfdata/hyperv-spinlocks-never-notify.x86_64-latest.xml [new file with mode: 0644]
tests/qemuxmlconfdata/hyperv-spinlocks-never-notify.xml [new file with mode: 0644]
tests/qemuxmlconftest.c