summaryrefslogtreecommitdiffstats
path: root/hw/tpm/tpm_passthrough.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2020-06-12 10:54:43 +0200
committerStefan Berger2020-06-19 13:25:48 +0200
commit0f7d2148201932c6a02b310543b1e50503a0ab2d (patch)
treec459c40b2402d42cef7fbab619549cfea3a9efaa /hw/tpm/tpm_passthrough.c
parenthw/tpm: Move DEFINE_PROP_TPMBE() macro to 'tmp_prop.h' local header (diff)
downloadqemu-0f7d2148201932c6a02b310543b1e50503a0ab2d.tar.gz
qemu-0f7d2148201932c6a02b310543b1e50503a0ab2d.tar.xz
qemu-0f7d2148201932c6a02b310543b1e50503a0ab2d.zip
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>
Diffstat (limited to 'hw/tpm/tpm_passthrough.c')
-rw-r--r--hw/tpm/tpm_passthrough.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/tpm/tpm_passthrough.c b/hw/tpm/tpm_passthrough.c
index f67244b5d4..7403807ec4 100644
--- a/hw/tpm/tpm_passthrough.c
+++ b/hw/tpm/tpm_passthrough.c
@@ -28,10 +28,10 @@
#include "qemu/module.h"
#include "qemu/sockets.h"
#include "sysemu/tpm_backend.h"
+#include "sysemu/tpm_util.h"
#include "tpm_int.h"
#include "qapi/clone-visitor.h"
#include "qapi/qapi-visit-tpm.h"
-#include "tpm_util.h"
#include "trace.h"
#define TYPE_TPM_PASSTHROUGH "tpm-passthrough"