[libvirt] [PATCH] domaincaps: Expose UEFI capability

Cole Robinson crobinso at redhat.com
Tue Sep 16 15:11:34 UTC 2014


On 09/16/2014 09:44 AM, Michal Privoznik wrote:
> As of 542899168c38 we learned libvirt to use UEFI for domains.
> However, management applications may firstly query if libvirt
> supports it. And this is where virConnectGetDomainCapabilities()
> API comes handy.
> 
> Signed-off-by: Michal Privoznik <mprivozn at redhat.com>

Tested-by: Cole Robinson <crobinso at redhat.com>
Acked-by: Cole Robinson <crobinso at redhat.com>

So this exposes that qemu + libvirt have the required support to use OVMF.

The other bit virt-manager would like is to know the paths to the OVMF
binaries. Preferably with some way to tell if they actually exist on disk,
which might just be hiding them from the XML if they aren't found, or an extra
XML property.

As you mentioned in the virt-tools-list email, you probably don't need to
expose the vars template file path, and just the OVMF binary path.

Thoughts on what the XML might look like? Doesn't seem like there's any
existing precedence in domcapabilities schema

Thanks,
Cole




More information about the libvir-list mailing list