[libvirt] [PATCH v2 0/7] Allow memory hotplug without NUMA on ppc64

Peter Krempa pkrempa at redhat.com
Tue Nov 10 14:44:42 UTC 2015


This fixes most of the stuff pointed out in the review.

Peter Krempa (7):
  qemu: command: Make qemuBuildMemoryBackendStr usable without NUMA
  qemu: command: Always execute memory device formatter
  qemu: domain: Add common function to perform memory hotplug checks
  qemu: command: Move dimm device checks from formatter to checker
  conf: Prepare making memory device target node optional
  qemu: command: Prepare memory device def formatter for missing target
    node
  qemu: ppc64: Support memory hotplug without NUMA enabled

 docs/formatdomain.html.in                          |   5 +-
 docs/schemas/domaincommon.rng                      |   8 +-
 src/conf/domain_conf.c                             |  16 +-
 src/conf/domain_conf.h                             |   2 +-
 src/qemu/qemu_command.c                            | 161 ++++++------------
 src/qemu/qemu_command.h                            |   4 +-
 src/qemu/qemu_domain.c                             | 179 ++++++++++++++++++++-
 src/qemu/qemu_domain.h                             |   4 +
 src/qemu/qemu_hotplug.c                            |  11 +-
 .../qemuxml2argv-memory-hotplug-ppc64-nonuma.args  |  28 ++++
 .../qemuxml2argv-memory-hotplug-ppc64-nonuma.xml   |  38 +++++
 tests/qemuxml2argvtest.c                           |   2 +
 12 files changed, 314 insertions(+), 144 deletions(-)
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-memory-hotplug-ppc64-nonuma.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-memory-hotplug-ppc64-nonuma.xml

-- 
2.6.2




More information about the libvir-list mailing list