mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 04:41:20 +00:00
5b9819eedc
If a management application wants to use firmware auto selection feature it can't currently know if the libvirtd it's talking to support is or not. Moreover, it doesn't know which values that are accepted for the @firmware attribute of <os/> when parsing will allow successful start of the domain later, i.e. if the mgmt application wants to use 'bios' whether there exists a FW descriptor in the system that describes bios. This commit then adds 'firmware' enum to <os/> element in <domainCapabilities/> XML like this: <enum name='firmware'> <value>bios</value> <value>efi</value> </enum> We can see both 'bios' and 'efi' listed which means that there are descriptors for both found in the system (matched with the machine type and architecture reported in the domain capabilities earlier and not shown here). Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Acked-by: Laszlo Ersek <lersek@redhat.com>
135 lines
4.0 KiB
XML
135 lines
4.0 KiB
XML
<domainCapabilities>
|
|
<path>/usr/bin/qemu-system-aarch64</path>
|
|
<domain>kvm</domain>
|
|
<machine>virt-2.12</machine>
|
|
<arch>aarch64</arch>
|
|
<vcpu max='255'/>
|
|
<iothreads supported='yes'/>
|
|
<os supported='yes'>
|
|
<enum name='firmware'>
|
|
<value>efi</value>
|
|
</enum>
|
|
<loader supported='yes'>
|
|
<value>/usr/share/AAVMF/AAVMF_CODE.fd</value>
|
|
<value>/usr/share/AAVMF/AAVMF32_CODE.fd</value>
|
|
<value>/usr/share/OVMF/OVMF_CODE.fd</value>
|
|
<enum name='type'>
|
|
<value>rom</value>
|
|
<value>pflash</value>
|
|
</enum>
|
|
<enum name='readonly'>
|
|
<value>yes</value>
|
|
<value>no</value>
|
|
</enum>
|
|
<enum name='secure'>
|
|
<value>no</value>
|
|
</enum>
|
|
</loader>
|
|
</os>
|
|
<cpu>
|
|
<mode name='host-passthrough' supported='yes'/>
|
|
<mode name='host-model' supported='no'/>
|
|
<mode name='custom' supported='yes'>
|
|
<model usable='unknown'>pxa262</model>
|
|
<model usable='unknown'>pxa270-a0</model>
|
|
<model usable='unknown'>arm1136</model>
|
|
<model usable='unknown'>cortex-a15</model>
|
|
<model usable='unknown'>pxa260</model>
|
|
<model usable='unknown'>arm1136-r2</model>
|
|
<model usable='unknown'>pxa261</model>
|
|
<model usable='unknown'>pxa255</model>
|
|
<model usable='unknown'>cortex-m33</model>
|
|
<model usable='unknown'>arm926</model>
|
|
<model usable='unknown'>arm11mpcore</model>
|
|
<model usable='unknown'>pxa250</model>
|
|
<model usable='unknown'>ti925t</model>
|
|
<model usable='unknown'>cortex-a57</model>
|
|
<model usable='unknown'>sa1110</model>
|
|
<model usable='unknown'>arm1176</model>
|
|
<model usable='unknown'>cortex-a53</model>
|
|
<model usable='unknown'>sa1100</model>
|
|
<model usable='unknown'>pxa270-c5</model>
|
|
<model usable='unknown'>cortex-a9</model>
|
|
<model usable='unknown'>cortex-a8</model>
|
|
<model usable='unknown'>cortex-a7</model>
|
|
<model usable='unknown'>pxa270-c0</model>
|
|
<model usable='unknown'>arm1026</model>
|
|
<model usable='unknown'>pxa270-b1</model>
|
|
<model usable='unknown'>cortex-m3</model>
|
|
<model usable='unknown'>max</model>
|
|
<model usable='unknown'>cortex-m4</model>
|
|
<model usable='unknown'>pxa270-b0</model>
|
|
<model usable='unknown'>arm946</model>
|
|
<model usable='unknown'>cortex-r5</model>
|
|
<model usable='unknown'>pxa270-a1</model>
|
|
<model usable='unknown'>pxa270</model>
|
|
</mode>
|
|
</cpu>
|
|
<devices>
|
|
<disk supported='yes'>
|
|
<enum name='diskDevice'>
|
|
<value>disk</value>
|
|
<value>cdrom</value>
|
|
<value>floppy</value>
|
|
<value>lun</value>
|
|
</enum>
|
|
<enum name='bus'>
|
|
<value>fdc</value>
|
|
<value>scsi</value>
|
|
<value>virtio</value>
|
|
<value>usb</value>
|
|
<value>sata</value>
|
|
</enum>
|
|
<enum name='model'>
|
|
<value>virtio</value>
|
|
<value>virtio-transitional</value>
|
|
<value>virtio-non-transitional</value>
|
|
</enum>
|
|
</disk>
|
|
<graphics supported='yes'>
|
|
<enum name='type'>
|
|
<value>sdl</value>
|
|
<value>vnc</value>
|
|
</enum>
|
|
</graphics>
|
|
<video supported='yes'>
|
|
<enum name='modelType'>
|
|
<value>vga</value>
|
|
<value>virtio</value>
|
|
</enum>
|
|
</video>
|
|
<hostdev supported='yes'>
|
|
<enum name='mode'>
|
|
<value>subsystem</value>
|
|
</enum>
|
|
<enum name='startupPolicy'>
|
|
<value>default</value>
|
|
<value>mandatory</value>
|
|
<value>requisite</value>
|
|
<value>optional</value>
|
|
</enum>
|
|
<enum name='subsysType'>
|
|
<value>usb</value>
|
|
<value>pci</value>
|
|
<value>scsi</value>
|
|
</enum>
|
|
<enum name='capsType'/>
|
|
<enum name='pciBackend'>
|
|
<value>default</value>
|
|
<value>kvm</value>
|
|
<value>vfio</value>
|
|
</enum>
|
|
</hostdev>
|
|
</devices>
|
|
<features>
|
|
<gic supported='yes'>
|
|
<enum name='version'>
|
|
<value>3</value>
|
|
</enum>
|
|
</gic>
|
|
<vmcoreinfo supported='yes'/>
|
|
<genid supported='no'/>
|
|
<sev supported='no'/>
|
|
</features>
|
|
</domainCapabilities>
|