[libvirt] [PATCH v3 0/2] qemu: Support for QXL heads

Martin Kletzander mkletzan at redhat.com
Thu Mar 24 16:01:50 UTC 2016


v3:
 - rebase on top of current master in order to cleanly apply

v2:
 - don't change heads when migrating
 - https://www.redhat.com/archives/libvir-list/2016-March/msg00811.html

v1:
 - https://www.redhat.com/archives/libvir-list/2016-March/msg00410.html

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1283207


Martin Kletzander (2):
  qemu: Check for qxl's max_outputs parameter
  qemu: Add support to QXL's max_outputs parameter

 src/qemu/qemu_capabilities.c                       |  4 ++
 src/qemu/qemu_capabilities.h                       |  2 +
 src/qemu/qemu_command.c                            |  8 +++
 src/qemu/qemu_migration.c                          | 64 ++++++++++++++++++++--
 .../qemuxml2argv-video-qxl-heads.args              | 28 ++++++++++
 .../qemuxml2argv-video-qxl-heads.xml               | 47 ++++++++++++++++
 tests/qemuxml2argvtest.c                           |  8 +++
 .../qemuxml2xmlout-video-qxl-heads.xml             | 47 ++++++++++++++++
 tests/qemuxml2xmltest.c                            |  2 +
 9 files changed, 204 insertions(+), 6 deletions(-)
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-video-qxl-heads.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-video-qxl-heads.xml
 create mode 100644 tests/qemuxml2xmloutdata/qemuxml2xmlout-video-qxl-heads.xml

--
2.7.4




More information about the libvir-list mailing list