mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 06:50:22 +00:00
4e2d82f72b
Add information about GIC capabilities to virDomainCaps and update the formatter to include them in the XML output.
15 lines
315 B
XML
15 lines
315 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'/>
|
|
<hostdev supported='no'/>
|
|
</devices>
|
|
<features>
|
|
<gic supported='no'/>
|
|
</features>
|
|
</domainCapabilities>
|