mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
tpm: Move backend code under the 'backends/' directory
TPM subsytem is split into backends (see commitf4ede81eed
) and frontends (see i.e.3676bc69b3
). Keep the emulated hardware 'frontends' under hw/tpm/, but move the backends in the backends/tpm/ directory. Suggested-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20200612085444.8362-13-philmd@redhat.com Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
This commit is contained in:
parent
0f7d214820
commit
ca64b08638
16 changed files with 62 additions and 60 deletions
|
@ -232,8 +232,8 @@ 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``
|
||||
- ``backends/tpm/tpm_passthrough.c``
|
||||
- ``backends/tpm/tpm_util.c``
|
||||
- ``include/sysemu/tpm_util.h``
|
||||
|
||||
|
||||
|
@ -292,8 +292,8 @@ 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``
|
||||
- ``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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue