libvirt xen: Add just device_video

Re-introduce part of "libvirt xen: Add gfx_passthru and device_video"
commit by Artur Puzio <contact@puzio.waw.pl>
This commit is contained in:
Marek Marczykowski-Górecki 2020-06-10 16:32:48 +02:00
parent 4f04a1db91
commit bda82c894d
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -189,6 +189,7 @@
{% endif %} {% endif %}
/> />
<input type="tablet" bus="usb"/> <input type="tablet" bus="usb"/>
{% if vm.features.check_with_template('video-model', 'vga') != 'none' %}
<video> <video>
<model type="{{ vm.features.check_with_template('video-model', 'vga') }}"/> <model type="{{ vm.features.check_with_template('video-model', 'vga') }}"/>
</video> </video>
@ -197,6 +198,7 @@
<graphics type="qubes"/> <graphics type="qubes"/>
{% endif %} {% endif %}
{% endif %} {% endif %}
{% endif %}
<console type="pty"> <console type="pty">
<target type="xen" port="0"/> <target type="xen" port="0"/>
</console> </console>