[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 1/5] test/tpm-emu: include sockets and channel headers in tpm-
From: |
Eric Auger |
Subject: |
[PATCH v2 1/5] test/tpm-emu: include sockets and channel headers in tpm-emu header |
Date: |
Tue, 9 Jun 2020 14:54:05 +0200 |
Include sockets and channel headers to that the header is
self-contained.
Signed-off-by: Eric Auger <eric.auger@redhat.com>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
---
tests/qtest/tpm-emu.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tests/qtest/tpm-emu.h b/tests/qtest/tpm-emu.h
index a4f1d64226..73f3bed0c4 100644
--- a/tests/qtest/tpm-emu.h
+++ b/tests/qtest/tpm-emu.h
@@ -16,6 +16,9 @@
#define TPM_RC_FAILURE 0x101
#define TPM2_ST_NO_SESSIONS 0x8001
+#include "qemu/sockets.h"
+#include "io/channel.h"
+
struct tpm_hdr {
uint16_t tag;
uint32_t len;
--
2.20.1
- [PATCH v2 0/5] TPM-TIS bios-tables-test, Eric Auger, 2020/06/09
- [PATCH v2 1/5] test/tpm-emu: include sockets and channel headers in tpm-emu header,
Eric Auger <=
- [PATCH v2 2/5] tests/acpi: Add void tables for Q35/TPM-TIS bios-tables-test, Eric Auger, 2020/06/09
- [PATCH v2 3/5] tests: tpm-emu: Remove assert on TPM2_ST_NO_SESSIONS, Eric Auger, 2020/06/09
- [PATCH v2 5/5] bios-tables-test: Generate reference tables for Q35/TPM-TIS, Eric Auger, 2020/06/09
- [PATCH v2 4/5] bios-tables-test: Add Q35/TPM-TIS test, Eric Auger, 2020/06/09
- Re: [PATCH v2 0/5] TPM-TIS bios-tables-test, no-reply, 2020/06/09
- Re: [PATCH v2 0/5] TPM-TIS bios-tables-test, no-reply, 2020/06/09
- Re: [PATCH v2 0/5] TPM-TIS bios-tables-test, no-reply, 2020/06/09