[PATCH 0/5] Add support for SPAPR vTPM for pSeries VM

Stefan Berger posted 5 patches 4 years, 2 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20200131211743.121606-1-stefanb@linux.ibm.com
There is a newer version of this series
docs/formatdomain.html.in                     |     4 +-
docs/schemas/domaincommon.rng                 |     4 +
src/conf/domain_conf.c                        |    24 +-
src/conf/domain_conf.h                        |     1 +
src/qemu/qemu_capabilities.c                  |     6 +
src/qemu/qemu_capabilities.h                  |     1 +
src/qemu/qemu_command.c                       |    15 +-
src/qemu/qemu_domain.c                        |     8 +-
src/qemu/qemu_domain_address.c                |    10 +
tests/domaincapsdata/qemu_5.0.0.ppc64.xml     |   115 +
.../caps_5.0.0.ppc64.replies                  | 24695 ++++++++++++++++
.../qemucapabilitiesdata/caps_5.0.0.ppc64.xml |  1128 +
.../tpm-emulator-spapr.ppc64-latest.args      |    45 +
tests/qemuxml2argvdata/tpm-emulator-spapr.xml |    60 +
tests/qemuxml2argvtest.c                      |     4 +
15 files changed, 26105 insertions(+), 15 deletions(-)
create mode 100644 tests/domaincapsdata/qemu_5.0.0.ppc64.xml
create mode 100644 tests/qemucapabilitiesdata/caps_5.0.0.ppc64.replies
create mode 100644 tests/qemucapabilitiesdata/caps_5.0.0.ppc64.xml
create mode 100644 tests/qemuxml2argvdata/tpm-emulator-spapr.ppc64-latest.args
create mode 100644 tests/qemuxml2argvdata/tpm-emulator-spapr.xml
[PATCH 0/5] Add support for SPAPR vTPM for pSeries VM
Posted by Stefan Berger 4 years, 2 months ago
QEMU 5.0 will have SPAPR vTPM support. This series of patches
adds support for the XML and command line creation of the 
SPAPR vTPM for pSeries VMs along with test cases.

Regards,
   Stefan

Stefan Berger (5):
  conf: Add support for tpm-spapr to domain XML
  qemu: Extend QEMU capabilities with 'tpm-spapr'
  qemu: Extend QEMU with tpm-spapr support
  tests: Extend ppc64 capabilities data with TPM related XML and
    responses
  tests: Add test for domain XML with tpm-spapr TPM device model

 docs/formatdomain.html.in                     |     4 +-
 docs/schemas/domaincommon.rng                 |     4 +
 src/conf/domain_conf.c                        |    24 +-
 src/conf/domain_conf.h                        |     1 +
 src/qemu/qemu_capabilities.c                  |     6 +
 src/qemu/qemu_capabilities.h                  |     1 +
 src/qemu/qemu_command.c                       |    15 +-
 src/qemu/qemu_domain.c                        |     8 +-
 src/qemu/qemu_domain_address.c                |    10 +
 tests/domaincapsdata/qemu_5.0.0.ppc64.xml     |   115 +
 .../caps_5.0.0.ppc64.replies                  | 24695 ++++++++++++++++
 .../qemucapabilitiesdata/caps_5.0.0.ppc64.xml |  1128 +
 .../tpm-emulator-spapr.ppc64-latest.args      |    45 +
 tests/qemuxml2argvdata/tpm-emulator-spapr.xml |    60 +
 tests/qemuxml2argvtest.c                      |     4 +
 15 files changed, 26105 insertions(+), 15 deletions(-)
 create mode 100644 tests/domaincapsdata/qemu_5.0.0.ppc64.xml
 create mode 100644 tests/qemucapabilitiesdata/caps_5.0.0.ppc64.replies
 create mode 100644 tests/qemucapabilitiesdata/caps_5.0.0.ppc64.xml
 create mode 100644 tests/qemuxml2argvdata/tpm-emulator-spapr.ppc64-latest.args
 create mode 100644 tests/qemuxml2argvdata/tpm-emulator-spapr.xml

-- 
2.17.1


Re: [PATCH 0/5] Add support for SPAPR vTPM for pSeries VM
Posted by Marc-André Lureau 4 years, 2 months ago
On Fri, Jan 31, 2020 at 10:17 PM Stefan Berger <stefanb@linux.ibm.com> wrote:
>
> QEMU 5.0 will have SPAPR vTPM support. This series of patches
> adds support for the XML and command line creation of the
> SPAPR vTPM for pSeries VMs along with test cases.
>
> Regards,
>    Stefan
>
> Stefan Berger (5):
>   conf: Add support for tpm-spapr to domain XML
>   qemu: Extend QEMU capabilities with 'tpm-spapr'
>   qemu: Extend QEMU with tpm-spapr support
>   tests: Extend ppc64 capabilities data with TPM related XML and
>     responses
>   tests: Add test for domain XML with tpm-spapr TPM device model
>
>  docs/formatdomain.html.in                     |     4 +-
>  docs/schemas/domaincommon.rng                 |     4 +
>  src/conf/domain_conf.c                        |    24 +-
>  src/conf/domain_conf.h                        |     1 +
>  src/qemu/qemu_capabilities.c                  |     6 +
>  src/qemu/qemu_capabilities.h                  |     1 +
>  src/qemu/qemu_command.c                       |    15 +-
>  src/qemu/qemu_domain.c                        |     8 +-
>  src/qemu/qemu_domain_address.c                |    10 +
>  tests/domaincapsdata/qemu_5.0.0.ppc64.xml     |   115 +
>  .../caps_5.0.0.ppc64.replies                  | 24695 ++++++++++++++++
>  .../qemucapabilitiesdata/caps_5.0.0.ppc64.xml |  1128 +
>  .../tpm-emulator-spapr.ppc64-latest.args      |    45 +
>  tests/qemuxml2argvdata/tpm-emulator-spapr.xml |    60 +
>  tests/qemuxml2argvtest.c                      |     4 +
>  15 files changed, 26105 insertions(+), 15 deletions(-)
>  create mode 100644 tests/domaincapsdata/qemu_5.0.0.ppc64.xml
>  create mode 100644 tests/qemucapabilitiesdata/caps_5.0.0.ppc64.replies
>  create mode 100644 tests/qemucapabilitiesdata/caps_5.0.0.ppc64.xml
>  create mode 100644 tests/qemuxml2argvdata/tpm-emulator-spapr.ppc64-latest.args
>  create mode 100644 tests/qemuxml2argvdata/tpm-emulator-spapr.xml
>

Series:
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>


> --
> 2.17.1
>