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

Daniel P. Berrange berrange at redhat.com
Tue Oct 11 13:21:07 UTC 2016


ping

On Mon, Oct 03, 2016 at 04:49:46PM +0100, Daniel P. Berrange wrote:
> 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
> 

Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://entangle-photo.org       -o-    http://search.cpan.org/~danberr/ :|




More information about the libvir-list mailing list