[libvirt] [PATCH 0/3] vmx: add efi firmware attribute

Pino Toscano ptoscano at redhat.com
Tue Apr 9 14:04:30 UTC 2019


Use the recently added infrastructure for firmware autoselection, and
indicate which firmware is used by a VMware guest.

Pino Toscano (3):
  vmx: convert firmware config for autoselection
  vmx: write firmware back from autoselection
  docs: document firmware attribute for VMware guests

 docs/formatdomain.html.in                  |  5 ++++-
 src/vmx/vmx.c                              | 20 ++++++++++++++++++++
 tests/vmx2xmldata/vmx2xml-firmware-efi.vmx |  3 +++
 tests/vmx2xmldata/vmx2xml-firmware-efi.xml | 18 ++++++++++++++++++
 tests/vmx2xmltest.c                        |  2 ++
 tests/xml2vmxdata/xml2vmx-firmware-efi.vmx | 11 +++++++++++
 tests/xml2vmxdata/xml2vmx-firmware-efi.xml |  8 ++++++++
 tests/xml2vmxtest.c                        |  2 ++
 8 files changed, 68 insertions(+), 1 deletion(-)
 create mode 100644 tests/vmx2xmldata/vmx2xml-firmware-efi.vmx
 create mode 100644 tests/vmx2xmldata/vmx2xml-firmware-efi.xml
 create mode 100644 tests/xml2vmxdata/xml2vmx-firmware-efi.vmx
 create mode 100644 tests/xml2vmxdata/xml2vmx-firmware-efi.xml

-- 
2.20.1




More information about the libvir-list mailing list