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
@@ -57,6 +57,7 @@
|
||||
<video supported='yes'>
|
||||
<enum name='modelType'>
|
||||
<value>virtio</value>
|
||||
<value>none</value>
|
||||
</enum>
|
||||
</video>
|
||||
<hostdev supported='yes'>
|
||||
|
||||
Reference in New Issue
Block a user