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

2014-09-17 Thread Laszlo Ersek
Hi Cole, I'm not subscribed to the list; please CC me on UEFI-related patches. Michal pinged me to review this one. Some comments: On 09/17/14 01:52, Cole Robinson wrote: Check to see if the UEFI binary mentioned in qemu.conf actually exists, and if so expose it in domcapabilities like

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

2014-09-17 Thread Michal Privoznik
On 17.09.2014 01:52, Cole Robinson wrote: 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

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

2014-09-16 Thread Cole Robinson
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 values, it may be of use for future bits. ---