Re: [libvirt] [PATCH v2 3/4] src: Introduce and use virDomainDefHasOldStyleUEFI() and virDomainDefHasOldStyleROUEFI()

2020-01-07 Thread Daniel P . Berrangé
$SUBJECT could be cut down in length a bit "src: introduce helpers for checking UEFI config" On Tue, Jan 07, 2020 at 02:43:24PM +0100, Michal Privoznik wrote: > These functions are meant to replace verbose check for the old > style of specifying UEFI with a simple function call. > > Signed-off-b

[libvirt] [PATCH v2 3/4] src: Introduce and use virDomainDefHasOldStyleUEFI() and virDomainDefHasOldStyleROUEFI()

2020-01-07 Thread Michal Privoznik
These functions are meant to replace verbose check for the old style of specifying UEFI with a simple function call. Signed-off-by: Michal Privoznik --- src/bhyve/bhyve_driver.c | 3 +-- src/conf/domain_conf.c | 16 src/conf/domain_conf.h | 6 ++ src/libvirt_private.sy