mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-24 14:45:24 +00:00
5ed235c68f
Requires adding the plumbing for <device><video> The value is <enum name='modelType'> to match the associated domain XML of <video><model type='XXX'/> Wire it up for qemu too
17 lines
374 B
XML
17 lines
374 B
XML
<domainCapabilities>
|
|
<path>/bin/emulatorbin</path>
|
|
<domain>uml</domain>
|
|
<machine>my-machine-type</machine>
|
|
<arch>x86_64</arch>
|
|
<os supported='no'/>
|
|
<devices>
|
|
<disk supported='no'/>
|
|
<graphics supported='no'/>
|
|
<video supported='no'/>
|
|
<hostdev supported='no'/>
|
|
</devices>
|
|
<features>
|
|
<gic supported='no'/>
|
|
</features>
|
|
</domainCapabilities>
|