[libvirt] [PATCH v2 2/2] domaincaps: Expose UEFI binary path, if it exists

2014-09-17 Thread Michal Privoznik
From: Cole Robinson crobi...@redhat.com Check to see if the UEFI binary mentioned in qemu.conf actually exists, and if so expose it in domcapabilities like loader ... value/path/to/ovmf/value /loader We introduce some generic domcaps infrastructure for handling a dynamic list of string

Re: [libvirt] [PATCH v2 2/2] domaincaps: Expose UEFI binary path, if it exists

2014-09-17 Thread Laszlo Ersek
On 09/17/14 14:15, Michal Privoznik wrote: diff --git a/tests/domaincapstest.c b/tests/domaincapstest.c index 0c4b09f..8543963 100644 --- a/tests/domaincapstest.c +++ b/tests/domaincapstest.c @@ -34,6 +34,27 @@ typedef int (*virDomainCapsFill)(virDomainCapsPtr domCaps, #define

Re: [libvirt] [PATCH v2 2/2] domaincaps: Expose UEFI binary path, if it exists

2014-09-17 Thread Cole Robinson
On 09/17/2014 08:15 AM, Michal Privoznik wrote: From: Cole Robinson crobi...@redhat.com Check to see if the UEFI binary mentioned in qemu.conf actually exists, and if so expose it in domcapabilities like loader ... value/path/to/ovmf/value /loader We introduce some generic domcaps

Re: [libvirt] [PATCH v2 2/2] domaincaps: Expose UEFI binary path, if it exists

2014-09-17 Thread Michal Privoznik
On 17.09.2014 14:57, Cole Robinson wrote: On 09/17/2014 08:15 AM, Michal Privoznik wrote: From: Cole Robinson crobi...@redhat.com Check to see if the UEFI binary mentioned in qemu.conf actually exists, and if so expose it in domcapabilities like loader ... value/path/to/ovmf/value /loader