qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] tpm: Upgrade TPM TIS for support of a TPM 2


From: Stefan Berger
Subject: [Qemu-devel] [PATCH 0/3] tpm: Upgrade TPM TIS for support of a TPM 2
Date: Tue, 31 Mar 2015 15:40:10 -0400

The following series of patches is targeted for QEMU 2.4.

After the previous upgrade of the TPM TIS to version 1.3,
we now upgrade it to support a TPM 2 in the backend.

Stefan Berger (3):
  Extend TPM TIS interface to version 2.0
  tpm: Probe for connected TPM1.2 or TPM2.0
  TPM2 ACPI tables support

 backends/tpm.c               |  14 +++++
 hw/i386/acpi-build.c         |  34 ++++++++++--
 hw/i386/acpi-defs.h          |  18 +++++++
 hw/tpm/Makefile.objs         |   2 +-
 hw/tpm/tpm_int.h             |   7 +++
 hw/tpm/tpm_passthrough.c     |  65 ++++++----------------
 hw/tpm/tpm_tis.c             | 120 +++++++++++++++++++++++++++++++++++++----
 hw/tpm/tpm_tis.h             |   1 +
 hw/tpm/tpm_util.c            | 126 +++++++++++++++++++++++++++++++++++++++++++
 hw/tpm/tpm_util.h            |  28 ++++++++++
 include/hw/acpi/tpm.h        |   5 ++
 include/sysemu/tpm.h         |  17 +++++-
 include/sysemu/tpm_backend.h |  23 ++++++++
 13 files changed, 395 insertions(+), 65 deletions(-)
 create mode 100644 hw/tpm/tpm_util.c
 create mode 100644 hw/tpm/tpm_util.h

-- 
1.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]