]> git.ipfire.org Git - thirdparty/libvirt.git/commit
src: Introduce and use virDomainDefHasOldStyleUEFI() and virDomainDefHasOldStyleROUEFI()
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 7 Jan 2020 09:34:03 +0000 (10:34 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 7 Jan 2020 15:26:47 +0000 (16:26 +0100)
commit7c5264d2bee6c0bce152f5159f70e525ef0d0ebc
tree16bc431146f85389fd86f6453b7dca5e165023a8
parent57f9067ca3efffcfbbc7cd3f435482b63f875b72
src: Introduce and use virDomainDefHasOldStyleUEFI() and virDomainDefHasOldStyleROUEFI()

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 <mprivozn@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
src/bhyve/bhyve_driver.c
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/libxl/libxl_conf.c
src/libxl/xen_xl.c
src/qemu/qemu_domain.c
src/qemu/qemu_driver.c