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

Lin Ma posted 4 patches 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20230703063031.27687-1-lma@suse.de
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(-)
[libvirt] [PATCH RESEND 0/4] Introduce Notification VM exit feature (kvm x86 only)
Posted by Lin Ma 10 months ago
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.41.0