[libvirt] [PATCH 0/4] Introduce Notification VM exit feature (kvm x86 only)

Lin Ma lma at suse.com
Sun Jun 11 13:43:30 UTC 2023


From: Lin Ma <lma at suse.de>

Kernel supports Notification VM exit feature since v6.0 under commit 2f4073e0.
QEMU supports it as well since v7.2 under commit e2e69f6b.

Lin Ma (4):
  conf: Introduce notify VM exit feature
  qemu: Validate notify VM exit feature is available only on x86
  qemu: Generate command line for notify VM exit feature
  NEWS: Document notify VM exit feature

 NEWS.rst                                    |  8 ++++++
 docs/formatdomain.rst                       |  4 +++
 src/conf/domain_conf.c                      | 32 +++++++++++++++++++++
 src/conf/domain_conf.h                      |  7 +++++
 src/conf/schemas/domaincommon.rng           | 17 +++++++++++
 src/qemu/qemu_command.c                     | 23 +++++++++++++--
 src/qemu/qemu_validate.c                    | 12 +++++++-
 tests/qemuxml2argvdata/kvm-features-off.xml |  1 +
 tests/qemuxml2argvdata/kvm-features.args    |  2 +-
 tests/qemuxml2argvdata/kvm-features.xml     |  1 +
 10 files changed, 102 insertions(+), 5 deletions(-)

-- 
2.40.1



More information about the libvir-list mailing list