[PATCH 0/4] Introduce dynamicMemslots attribute for virtio-mem

Michal Privoznik posted 4 patches 3 months, 4 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1704369029.git.mprivozn@redhat.com
There is a newer version of this series
docs/formatdomain.rst                          |  6 ++++++
src/conf/domain_conf.c                         | 18 +++++++++++++++++-
src/conf/domain_conf.h                         |  1 +
src/conf/schemas/domaincommon.rng              |  5 +++++
src/qemu/qemu_capabilities.c                   |  2 ++
src/qemu/qemu_capabilities.h                   |  1 +
src/qemu/qemu_command.c                        | 12 ++++++++++++
src/qemu/qemu_validate.c                       |  7 +++++++
.../qemucapabilitiesdata/caps_8.2.0_x86_64.xml |  1 +
...emory-hotplug-virtio-mem.x86_64-latest.args |  2 +-
.../memory-hotplug-virtio-mem.xml              |  2 +-
11 files changed, 54 insertions(+), 3 deletions(-)
[PATCH 0/4] Introduce dynamicMemslots attribute for virtio-mem
Posted by Michal Privoznik 3 months, 4 weeks ago
I couldn't decide whether the new attribute should be in <target/> or
<memory/> element. I went with the former, but if anybody feels I should
have went with the latter then I can change it.

Michal Prívozník (4):
  conf: Introduce dynamicMemslots attribute for virtio-mem
  qemu_capabilities: Add
    QEMU_CAPS_DEVICE_VIRTIO_MEM_PCI_DYNAMIC_MEMSLOTS capability
  qemu_validate: Check capability for virtio-mem dynamicMemslots
  qemu_command: Generate cmd line for virtio-mem dynamicMemslots

 docs/formatdomain.rst                          |  6 ++++++
 src/conf/domain_conf.c                         | 18 +++++++++++++++++-
 src/conf/domain_conf.h                         |  1 +
 src/conf/schemas/domaincommon.rng              |  5 +++++
 src/qemu/qemu_capabilities.c                   |  2 ++
 src/qemu/qemu_capabilities.h                   |  1 +
 src/qemu/qemu_command.c                        | 12 ++++++++++++
 src/qemu/qemu_validate.c                       |  7 +++++++
 .../qemucapabilitiesdata/caps_8.2.0_x86_64.xml |  1 +
 ...emory-hotplug-virtio-mem.x86_64-latest.args |  2 +-
 .../memory-hotplug-virtio-mem.xml              |  2 +-
 11 files changed, 54 insertions(+), 3 deletions(-)

-- 
2.41.0
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org