[libvirt] [PATCH v3 0/4] Introduce spiceport chardev backend

Martin Kletzander mkletzan at redhat.com
Mon Feb 10 14:03:03 UTC 2014


<BLURB/>

Martin Kletzander (4):
  conf: introduce spiceport chardev backend
  qemu: rework '-serial none'
  qemu: remove pointless condition
  qemu: introduce spiceport chardev backend

 docs/formatdomain.html.in                          | 18 ++++
 docs/schemas/domaincommon.rng                      |  4 +
 src/conf/domain_audit.c                            |  3 +-
 src/conf/domain_conf.c                             | 39 ++++++++-
 src/conf/domain_conf.h                             |  6 +-
 src/qemu/qemu_capabilities.c                       | 13 ++-
 src/qemu/qemu_capabilities.h                       |  3 +-
 src/qemu/qemu_command.c                            | 97 +++++++++++++---------
 src/qemu/qemu_monitor_json.c                       |  3 +-
 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 +
 .../qemuxml2argv-serial-spiceport-nospice.args     |  6 ++
 .../qemuxml2argv-serial-spiceport-nospice.xml      | 40 +++++++++
 .../qemuxml2argv-serial-spiceport.args             | 13 +++
 .../qemuxml2argv-serial-spiceport.xml              | 43 ++++++++++
 tests/qemuxml2argvtest.c                           |  7 ++
 tests/qemuxml2xmltest.c                            |  2 +
 18 files changed, 253 insertions(+), 47 deletions(-)
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-serial-spiceport-nospice.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-serial-spiceport-nospice.xml
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-serial-spiceport.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-serial-spiceport.xml

--
1.8.5.4




More information about the libvir-list mailing list