qemu_command: add support to use virtio as secondary video device

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

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
Pavel Hrdina
2016-10-12 17:46:48 +02:00
parent ac987148a8
commit fb8f3b1c22
7 changed files with 92 additions and 2 deletions
+2 -1
View File
@@ -5641,7 +5641,8 @@ qemu-kvm -net nic,model=? /dev/null
video device in domain xml is the primary one, but the optional
attribute <code>primary</code> (<span class="since">since 1.0.2</span>)
with value 'yes' can be used to mark the primary in cases of multiple
video device. The non-primary must be type of "qxl".
video device. The non-primary must be type of "qxl" or
(<span class="since">since 2.4.0</span>) "virtio".
</p>
</dd>