[PATCH 0/2] libxl: Support custom EFI firmware path

Jim Fehlig jfehlig at suse.com
Mon Feb 13 21:45:37 UTC 2023


libxl added support for specifying custom firmware paths long ago. This series
adds support to the libxl driver and the XML to xl.cfg config converter.

Jim Fehlig (2):
  libxl: Support specifying a custom firmware path
  libxl: Add support for custom firmware path in config converter

 src/libxl/libxl_conf.c                    | 14 ++--
 src/libxl/xen_xl.c                        | 19 +++--
 tests/libxlxml2domconfigdata/efi-hvm.json | 91 +++++++++++++++++++++++
 tests/libxlxml2domconfigdata/efi-hvm.xml  | 36 +++++++++
 tests/libxlxml2domconfigtest.c            |  1 +
 tests/xlconfigdata/test-fullvirt-ovmf.cfg |  1 +
 tests/xlconfigdata/test-fullvirt-ovmf.xml |  2 +-
 7 files changed, 150 insertions(+), 14 deletions(-)
 create mode 100644 tests/libxlxml2domconfigdata/efi-hvm.json
 create mode 100644 tests/libxlxml2domconfigdata/efi-hvm.xml

-- 
2.39.1



More information about the libvir-list mailing list