[libvirt] [PATCH 0/2] Introduce pci-serial

Michal Privoznik mprivozn at redhat.com
Wed May 6 16:36:22 UTC 2015


It's very similar to usb-serial. You wouldn't guess the difference :-P

Michal Privoznik (2):
  Introduce pci-serial
  qemu: Implement pci-serial

 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 +++++++++++
 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 +
 17 files changed, 89 insertions(+), 7 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