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

Pino Toscano posted 3 patches 5 years ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20190409140433.20423-1-ptoscano@redhat.com
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
[libvirt] [PATCH 0/3] vmx: add efi firmware attribute
Posted by Pino Toscano 5 years ago
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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/3] vmx: add efi firmware attribute
Posted by Cole Robinson 5 years ago
On 4/9/19 10:04 AM, Pino Toscano wrote:
> 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
> 

Reviewed-by: Cole Robinson <crobinso@redhat.com>

And pushed

- Cole

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list