hw/tpm: Make 'tpm_util.h' publicly accessible as "sysemu/tpm_util.h"
commit0f7d2148201932c6a02b310543b1e50503a0ab2d
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Fri, 12 Jun 2020 08:54:43 +0000 (12 10:54 +0200)
committerStefan Berger <stefanb@linux.vnet.ibm.com>
Fri, 19 Jun 2020 11:25:48 +0000 (19 07:25 -0400)
treec459c40b2402d42cef7fbab619549cfea3a9efaa
parenta3500613bdf13c7583e292a6de835b8cbfc1e8ca
hw/tpm: Make 'tpm_util.h' publicly accessible as "sysemu/tpm_util.h"

We are going to split the TPM backends from the TPM emulated
hardware in the next commit. Make the TPM util helpers accessible
by moving local "tpm_util.h" to global "sysemu/tpm_util.h".

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Message-id: 20200612085444.8362-12-philmd@redhat.com
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
docs/specs/tpm.rst
hw/tpm/tpm_crb.c
hw/tpm/tpm_emulator.c
hw/tpm/tpm_passthrough.c
hw/tpm/tpm_spapr.c
hw/tpm/tpm_tis_common.c
hw/tpm/tpm_util.c
include/sysemu/tpm_util.h [moved from hw/tpm/tpm_util.h with 95% similarity]