]> Git Repo - qemu.git/commitdiff
tpm: Extend sts register to 32 bit
authorStefan Berger <[email protected]>
Mon, 23 Feb 2015 14:27:16 +0000 (09:27 -0500)
committerMichael S. Tsirkin <[email protected]>
Sun, 1 Mar 2015 11:33:20 +0000 (12:33 +0100)
More recent TIS specs extend the STS register to 32 bit. While
we don't store the TIS interface state, yet, we can extend it
without sideeffects.

Signed-off-by: Stefan Berger <[email protected]>
Acked-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
hw/tpm/tpm_tis.h

index 1a0db233674bf8320f7422065a8e54de473c49a8..db78d51e4f5182fe41c7316ea1c95438a2ebac41 100644 (file)
@@ -41,7 +41,7 @@ typedef enum {
 typedef struct TPMLocality {
     TPMTISState state;
     uint8_t access;
-    uint8_t sts;
+    uint32_t sts;
     uint32_t inte;
     uint32_t ints;
 
This page took 0.027282 seconds and 4 git commands to generate.