[libvirt] [PATCH 0/4] Adding resolution properties for QXL device

jcfaracco at gmail.com jcfaracco at gmail.com
Mon Aug 5 01:21:17 UTC 2019


From: Julio Faracco <jcfaracco at gmail.com>

This serie adds 'xres' and 'yres' properties into XML definition for QXL
video device to specify a default resolution. This serie covers a simple
test case too.

Julio Faracco (4):
  docs: Adding 'xres' and 'yres' into qxl XML definition
  conf: Adding XML support for 'xres' and 'yres'
  qemu: Generate 'xres' and 'yres' for qxl device.
  tests: Add separate tests for 'xres' and 'yres'

 docs/schemas/domaincommon.rng                 | 10 +++++
 src/conf/domain_conf.c                        | 26 ++++++++++++
 src/conf/domain_conf.h                        |  2 +
 src/qemu/qemu_command.c                       |  4 ++
 .../video-qxl-resolution.args                 | 32 +++++++++++++++
 .../qemuxml2argvdata/video-qxl-resolution.xml | 40 +++++++++++++++++++
 tests/qemuxml2argvtest.c                      |  4 ++
 .../video-qxl-resolution.xml                  | 40 +++++++++++++++++++
 tests/qemuxml2xmltest.c                       |  1 +
 9 files changed, 159 insertions(+)
 create mode 100644 tests/qemuxml2argvdata/video-qxl-resolution.args
 create mode 100644 tests/qemuxml2argvdata/video-qxl-resolution.xml
 create mode 100644 tests/qemuxml2xmloutdata/video-qxl-resolution.xml

-- 
2.20.1




More information about the libvir-list mailing list