[libvirt] [PATCH 0/3] Make UEFI firmware config simpler

Daniel P. Berrange berrange at redhat.com
Mon Oct 3 15:49:46 UTC 2016


This series lets apps enabled UEFI for a guest by
simply doing

  <loader firmware='uefi'/>

with the other (existing) attributes being auto-filled
with correct QEMU specific defaults.

Daniel P. Berrange (3):
  firmware: include arch and features in firmware file list
  conf: add support for choosing firmware type
  qemu: add support for simpler UEFI config

 docs/formatdomain.html.in                          |  9 ++-
 docs/schemas/domaincommon.rng                      | 12 ++-
 src/conf/domain_conf.c                             | 70 ++++++++++++++--
 src/conf/domain_conf.h                             | 11 +++
 src/libvirt_private.syms                           |  1 +
 src/qemu/qemu.conf                                 | 14 +++-
 src/qemu/qemu_command.c                            |  6 +-
 src/qemu/qemu_conf.c                               | 12 ++-
 src/qemu/qemu_conf.h                               |  7 ++
 src/qemu/qemu_domain.c                             | 60 ++++++++++++--
 src/qemu/test_libvirtd_qemu.aug.in                 |  6 +-
 src/util/virfirmware.c                             | 94 +++++++++++++++++++---
 src/util/virfirmware.h                             |  7 ++
 .../qemuxml2argv-bios-firmware.args                | 26 ++++++
 .../qemuxml2argv-bios-firmware.xml                 | 41 ++++++++++
 tests/qemuxml2argvtest.c                           |  1 +
 .../qemuxml2xmlout-bios-firmware.xml               | 48 +++++++++++
 tests/qemuxml2xmltest.c                            |  1 +
 tests/testutilsqemu.c                              | 30 ++++++-
 19 files changed, 412 insertions(+), 44 deletions(-)
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-bios-firmware.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-bios-firmware.xml
 create mode 100644 tests/qemuxml2xmloutdata/qemuxml2xmlout-bios-firmware.xml

-- 
2.7.4




More information about the libvir-list mailing list