mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
tests: tpm: Create TPM 1.2 response in TPM emulator
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> Acked-by: Igor Mammedov <imammedo@redhat.com> Message-id: 20210802215246.1433175-7-stefanb@linux.ibm.com
This commit is contained in:
parent
4a42dda7c1
commit
044d55dcd4
2 changed files with 9 additions and 0 deletions
|
@ -16,6 +16,9 @@
|
|||
#define TPM_RC_FAILURE 0x101
|
||||
#define TPM2_ST_NO_SESSIONS 0x8001
|
||||
|
||||
#define TPM_FAIL 9
|
||||
#define TPM_TAG_RSP_COMMAND 0xc4
|
||||
|
||||
#include "qemu/sockets.h"
|
||||
#include "io/channel.h"
|
||||
#include "sysemu/tpm.h"
|
||||
|
@ -29,6 +32,7 @@ struct tpm_hdr {
|
|||
|
||||
#ifndef CONFIG_TPM
|
||||
enum TPMVersion {
|
||||
TPM_VERSION_1_2 = 1,
|
||||
TPM_VERSION_2_0 = 2,
|
||||
};
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue