On 10/22/25 11:07, Friedrich Oslage wrote:
From: Friedrich Oslage <friedrich@oslage.de>
Update default to 0xFFFFFFFF ("never notify" in qemu) and make retries attribute optional.
Signed-off-by: Friedrich Oslage <friedrich@oslage.de> --- NEWS.rst | 9 +++ docs/formatdomain.rst | 5 +- src/conf/domain_conf.c | 9 +-- ...-spinlocks-never-notify.x86_64-latest.args | 32 +++++++++++ ...v-spinlocks-never-notify.x86_64-latest.xml | 56 +++++++++++++++++++ .../hyperv-spinlocks-never-notify.xml | 50 +++++++++++++++++ tests/qemuxmlconftest.c | 1 + 7 files changed, 157 insertions(+), 5 deletions(-) create mode 100644 tests/qemuxmlconfdata/hyperv-spinlocks-never-notify.x86_64-latest.args create mode 100644 tests/qemuxmlconfdata/hyperv-spinlocks-never-notify.x86_64-latest.xml create mode 100644 tests/qemuxmlconfdata/hyperv-spinlocks-never-notify.xml
We usually send NEWS.rst change in a separate patch as it's likely to cause problems during backport. But I'll fix that before merging. For both patches: Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Congratulations on your first libvirt contribution! Michal