]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Add simple guests with graphics to qemuxml2argv
authorAndrea Bolognani <abologna@redhat.com>
Wed, 27 Feb 2019 17:08:29 +0000 (18:08 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 11 Mar 2019 08:59:11 +0000 (09:59 +0100)
commit4d7ea75e1e738367c1ff4127a7ff266ec134089a
treed6a602398e43f15d5eaf5a591f5cf5292f1688d5
parent73bc4f185e314e9738125993b5a72585ea3c42c4
tests: Add simple guests with graphics to qemuxml2argv

These are similar to the existing simple headless guests, but
also include a graphical output and some input devices.

Input files were generated by running

  $ virt-install \
    --name guest --os-variant fedora29 \
    --vcpus 4 --memory 4096 --disk size=5 \
    --graphics vnc \
    --print-xml

followed by minor tweaks.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Cole Robinson <crobinso@redhat.com>
tests/qemuxml2argvdata/aarch64-virt-graphics.aarch64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/aarch64-virt-graphics.xml [new file with mode: 0644]
tests/qemuxml2argvdata/ppc64-pseries-graphics.ppc64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/ppc64-pseries-graphics.xml [new file with mode: 0644]
tests/qemuxml2argvdata/x86_64-pc-graphics.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/x86_64-pc-graphics.xml [new file with mode: 0644]
tests/qemuxml2argvdata/x86_64-q35-graphics.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/x86_64-q35-graphics.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c