[libvirt] [PATCH 00/10] Implement shared memory device - Part 1

Luyao Huang lhuang at redhat.com
Wed Jun 17 03:56:11 UTC 2015


This part contains some small fix and Implement the hot-plug/hot-unplug
and cold-plug/cold-unplug for Inter-VM Shared Memory PCI device.

Luyao Huang (10):
  qemu: auto assign pci address for shared memory device
  qemu: always build id when generate shared memory device CLI
  qemu: Refactor creation of shared memory device commandline
  conf: use virDomainChrSourceDef to save the path
  conf:audit: introduce audit function for shared memory device
  conf: Add helpers to insert/remove/find shmem devices in domain def
  qemu: Implement shared memory device cold (un)plug
  qemu: Implement share memory device hot-plug
  qemu: Implement shared memory device hot-unplug
  qemu: report error when shmem have a invalid address

 docs/auditlog.html.in                          |  16 +++
 src/conf/domain_audit.c                        |  16 +++
 src/conf/domain_audit.h                        |   6 +
 src/conf/domain_conf.c                         |  69 ++++++++++-
 src/conf/domain_conf.h                         |   9 +-
 src/libvirt_private.syms                       |   5 +
 src/qemu/qemu_command.c                        |  82 +++++++------
 src/qemu/qemu_command.h                        |   7 ++
 src/qemu/qemu_driver.c                         |  35 +++++-
 src/qemu/qemu_hotplug.c                        | 156 ++++++++++++++++++++++++-
 src/qemu/qemu_hotplug.h                        |   6 +
 tests/qemuxml2argvdata/qemuxml2argv-shmem.args |  16 +--
 12 files changed, 372 insertions(+), 51 deletions(-)

-- 
1.8.3.1




More information about the libvir-list mailing list