]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libxl: Support firmware autoselection
authorJim Fehlig <jfehlig@suse.com>
Thu, 3 Jun 2021 20:04:30 +0000 (14:04 -0600)
committerJim Fehlig <jfehlig@suse.com>
Tue, 8 Jun 2021 17:44:19 +0000 (11:44 -0600)
commit07dc1ac9d29e40ac959c948dcc87923687016291
tree21f878231da0d47d77ceb081366b4013079bb7e5
parent7c5507df103db4a8c9393b4199336eba37611aa9
libxl: Support firmware autoselection

Xen only supports one firmware, making autoselection easy to implement.
In fact, <os firmware='efi'> is probably preferable in the Xen driver,
where libxl supports a firmware setting with accepted values such as
bios, ovmf, uefi (currently same semantics as ovmf), seabios, etc.

Signed-off-by: Jim Fehlig <jfehlig@suse.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/libxl/libxl_conf.c
src/libxl/libxl_domain.c