mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
qemu: set domain capability for video type "none"
In a follow-up commit, we will use the domain capabilities to validate video device configurations, which means that we also need to make sure that the domain capabilities include the "none" video device. Reviewed-by: Cole Robinson <crobinso@redhat.com> Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
committed by
Cole Robinson
parent
eecab2e80b
commit
d5e9f47e76
@@ -99,6 +99,7 @@
|
||||
<value>cirrus</value>
|
||||
<value>vmvga</value>
|
||||
<value>virtio</value>
|
||||
<value>none</value>
|
||||
<value>bochs</value>
|
||||
<value>ramfb</value>
|
||||
</enum>
|
||||
|
||||
Reference in New Issue
Block a user