[libvirt] [PATCH v2 0/4] Introduce pci-serial

Michal Privoznik mprivozn at redhat.com
Mon May 11 15:26:07 UTC 2015


diff to v1:
- Fix hot(un-)plug

Michal Privoznik (4):
  Introduce pci-serial
  qemu: Implement pci-serial
  qemuDomainAttachChrDevice: Fix chardev hotplug
  qemuDomainDetachChrDevice: Fix chardev hot-unplug

 docs/formatdomain.html.in                          | 16 ++++++----
 docs/schemas/domaincommon.rng                      |  1 +
 src/conf/domain_conf.c                             |  3 +-
 src/conf/domain_conf.h                             |  1 +
 src/qemu/qemu_capabilities.c                       |  2 ++
 src/qemu/qemu_capabilities.h                       |  1 +
 src/qemu/qemu_command.c                            | 18 +++++++++++
 src/qemu/qemu_hotplug.c                            | 36 ++++++++++++++++-----
 tests/qemucapabilitiesdata/caps_1.3.1-1.caps       |  1 +
 tests/qemucapabilitiesdata/caps_1.4.2-1.caps       |  1 +
 tests/qemucapabilitiesdata/caps_1.5.3-1.caps       |  1 +
 tests/qemucapabilitiesdata/caps_1.6.0-1.caps       |  1 +
 tests/qemucapabilitiesdata/caps_1.6.50-1.caps      |  1 +
 tests/qemucapabilitiesdata/caps_2.1.1-1.caps       |  1 +
 .../qemuxml2argv-pci-serial-dev-chardev.args       |  7 ++++
 .../qemuxml2argv-pci-serial-dev-chardev.xml        | 37 ++++++++++++++++++++++
 tests/qemuxml2argvtest.c                           |  3 ++
 tests/qemuxml2xmltest.c                            |  1 +
 18 files changed, 117 insertions(+), 15 deletions(-)
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-pci-serial-dev-chardev.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-pci-serial-dev-chardev.xml

-- 
2.3.6




More information about the libvir-list mailing list