[libvirt] [PATCH v2 0/4] qemu_firmware: Try to autofill for old style UEFI specification

Michal Privoznik mprivozn at redhat.com
Tue Jan 7 13:43:21 UTC 2020


v2 of:

https://www.redhat.com/archives/libvir-list/2019-December/msg01076.html

diff to v1:
- split 2/2 in the original series into 3 patches as suggested by Cole


Note, 1/4 is reviewed, but I haven't pushed it yet and sending it here
for completeness.

Michal Prívozník (4):
  qemu_firmware: Pass virDomainDef into qemuFirmwareFillDomain()
  qemu_firmware: Introduce @want variable to qemuFirmwareMatchDomain()
  src: Introduce and use virDomainDefHasOldStyleUEFI() and
    virDomainDefHasOldStyleROUEFI()
  qemu_firmware: Try to autofill for old style UEFI specification

 src/bhyve/bhyve_driver.c |  3 +-
 src/conf/domain_conf.c   | 16 ++++++++
 src/conf/domain_conf.h   |  6 +++
 src/libvirt_private.syms |  2 +
 src/libxl/libxl_conf.c   |  3 +-
 src/libxl/xen_xl.c       |  8 ++--
 src/qemu/qemu_domain.c   | 14 ++-----
 src/qemu/qemu_driver.c   |  3 +-
 src/qemu/qemu_firmware.c | 80 +++++++++++++++++++++++++++++++++-------
 src/qemu/qemu_firmware.h |  2 +-
 src/qemu/qemu_process.c  |  2 +-
 11 files changed, 103 insertions(+), 36 deletions(-)

-- 
2.24.1




More information about the libvir-list mailing list