[virt-tools-list] [virt-manager PATCH 0/3] add support for UEFI secure boot features

Cole Robinson crobinso at redhat.com
Wed May 31 17:36:53 UTC 2017


On 05/31/2017 11:36 AM, Pavel Hrdina wrote:
> Pavel Hrdina (3):
>   virt-install: add support for SMM feature
>   virt-install: add support for loader secure attribute
>   virtinst: if required by UEFI enable SMM feature and set q35 machine
>     type
> 
>  man/virt-install.pod                               |  11 +-
>  tests/capabilities-xml/kvm-x86_64-domcaps-q35.xml  | 126 +++++++++++++++++++++
>  .../compare/virt-install-boot-loader-secure.xml    |  29 +++++
>  .../compare/virt-install-boot-uefi.xml             |  61 ++++++++++
>  .../compare/virt-install-features-smm.xml          |  29 +++++
>  tests/clitest.py                                   |  21 ++++
>  tests/utils.py                                     |   2 +
>  virt-install                                       |  10 ++
>  virtManager/domain.py                              |   1 +
>  virtinst/cli.py                                    |  17 +++
>  virtinst/domainfeatures.py                         |   2 +
>  virtinst/guest.py                                  |  23 ++++
>  virtinst/osxml.py                                  |   1 +
>  virtinst/support.py                                |   2 +
>  14 files changed, 333 insertions(+), 2 deletions(-)
>  create mode 100644 tests/capabilities-xml/kvm-x86_64-domcaps-q35.xml
>  create mode 100644 tests/cli-test-xml/compare/virt-install-boot-loader-secure.xml
>  create mode 100644 tests/cli-test-xml/compare/virt-install-boot-uefi.xml
>  create mode 100644 tests/cli-test-xml/compare/virt-install-features-smm.xml
> 

Nice patches, ACK

- Cole




More information about the virt-tools-list mailing list