
On 08.05.2016 19:49, Cole Robinson wrote:
Requires adding the plumbing for <device><graphics> Wire it up for qemu too --- I stuck the <graphics> element between <disk> and <hostdev> to match the ordering in <domain> XML
docs/formatdomaincaps.html.in | 30 +++++++++++++++++++++- docs/schemas/domaincaps.rng | 8 ++++++ src/conf/domain_capabilities.c | 13 ++++++++++ src/conf/domain_capabilities.h | 8 ++++++ src/qemu/qemu_capabilities.c | 22 +++++++++++++++- tests/domaincapsschemadata/domaincaps-basic.xml | 1 + tests/domaincapsschemadata/domaincaps-full.xml | 9 +++++++ .../domaincaps-qemu_1.6.50-1.xml | 7 +++++ .../domaincaps-qemu_2.6.0-1.xml | 7 +++++ .../domaincaps-qemu_2.6.0-2.xml | 6 +++++ .../domaincaps-qemu_2.6.0-3.xml | 6 +++++ .../domaincaps-qemu_2.6.0-4.xml | 6 +++++ .../domaincaps-qemu_2.6.0-5.xml | 6 +++++ tests/domaincapstest.c | 4 +++ 14 files changed, 131 insertions(+), 2 deletions(-)
ACK Michal