mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Merge tpm 2020/06/23 v1
-----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEuBi5yt+QicLVzsZrda1lgCoLQhEFAl7x6OcACgkQda1lgCoL QhFfbQf+MXBK1quIxEKW82Rdf3Eh/uKcAqWQ3IAd/wIHqK2fzB68PSroI7ETrwY1 z2oNtg50Wps43eaRjIJVNnEwU1yKGzDcSfjlnabDH7ZbtSx1VlSfGIiufxN6bh0A bSBMMCPWlL2rNvQ8pI9B5fEqawjTnXn6GIAxDnYSH5wAIenKffmNC4tiN5hm8pTi 0BcsGSNiBb7BtsAokpMCrKAeASnlD1y11cFIlHmOrYOFs+m6uQ03BGu80A7P6fAa ip93eW4g10bcBMaZhqgspALOgpEArSAg6Kg8Y9XiN9giJmdZXgRS/U1l9bkKSrXV QGyaPsubLslMw3ZhO1vggoIxjAdwpA== =Iew1 -----END PGP SIGNATURE----- Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-06-23-1' into staging Merge tpm 2020/06/23 v1 # gpg: Signature made Tue 23 Jun 2020 12:35:03 BST # gpg: using RSA key B818B9CADF9089C2D5CEC66B75AD65802A0B4211 # gpg: Good signature from "Stefan Berger <stefanb@linux.vnet.ibm.com>" [unknown] # gpg: WARNING: This key is not certified with a trusted signature! # gpg: There is no indication that the signature belongs to the owner. # Primary key fingerprint: B818 B9CA DF90 89C2 D5CE C66B 75AD 6580 2A0B 4211 * remotes/stefanberger/tags/pull-tpm-2020-06-23-1: tpm: Move backend code under the 'backends/' directory hw/tpm: Make 'tpm_util.h' publicly accessible as "sysemu/tpm_util.h" hw/tpm: Move DEFINE_PROP_TPMBE() macro to 'tmp_prop.h' local header hw/tpm: Move few declarations from 'tpm_util.h' to 'tpm_int.h' hw/tpm: Make TRACE_TPM_UTIL_SHOW_BUFFER check local to tpm_util.c hw/tpm: Remove unnecessary 'tpm_int.h' header inclusion hw/tpm: Move 'hw/acpi/tpm.h' inclusion from header to sources hw/tpm: Include missing 'qemu/option.h' header hw/tpm: Do not include 'qemu/osdep.h' in header hw/tpm: Rename TPMDEV as TPM_BACKEND in Kconfig backends: Add TPM files into their own directory docs/specs/tpm: Correct header path name Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
commit
27c77b1f55
29 changed files with 136 additions and 103 deletions
|
@ -199,8 +199,8 @@ to be used with the passthrough backend or the swtpm backend.
|
|||
|
||||
QEMU files related to TPM backends:
|
||||
- ``backends/tpm.c``
|
||||
- ``include/sysemu/tpm.h``
|
||||
- ``include/sysemu/tpm_backend.h``
|
||||
- ``include/sysemu/tpm_backend_int.h``
|
||||
|
||||
The QEMU TPM passthrough device
|
||||
-------------------------------
|
||||
|
@ -232,9 +232,9 @@ Integrity Measurement Architecture (IMA), are not expecting to share
|
|||
PCRs.
|
||||
|
||||
QEMU files related to the TPM passthrough device:
|
||||
- ``hw/tpm/tpm_passthrough.c``
|
||||
- ``hw/tpm/tpm_util.c``
|
||||
- ``hw/tpm/tpm_util.h``
|
||||
- ``backends/tpm/tpm_passthrough.c``
|
||||
- ``backends/tpm/tpm_util.c``
|
||||
- ``include/sysemu/tpm_util.h``
|
||||
|
||||
|
||||
Command line to start QEMU with the TPM passthrough device using the host's
|
||||
|
@ -292,9 +292,9 @@ instrumented to initialize a TPM 1.2 or TPM 2 device using this
|
|||
command.
|
||||
|
||||
QEMU files related to the TPM emulator device:
|
||||
- ``hw/tpm/tpm_emulator.c``
|
||||
- ``hw/tpm/tpm_util.c``
|
||||
- ``hw/tpm/tpm_util.h``
|
||||
- ``backends/tpm/tpm_emulator.c``
|
||||
- ``backends/tpm/tpm_util.c``
|
||||
- ``include/sysemu/tpm_util.h``
|
||||
|
||||
The following commands start the swtpm with a UnixIO control channel over
|
||||
a socket interface. They do not need to be run as root.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue