projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b4c7c6
)
tpm_tis: convert uint32_t to size_t
author
Stefan Berger
<stefanb@linux.vnet.ibm.com>
Fri, 10 Nov 2017 01:32:06 +0000
(20:32 -0500)
committer
Stefan Berger
<stefanb@linux.vnet.ibm.com>
Fri, 22 Dec 2017 14:01:09 +0000
(09:01 -0500)
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
hw/tpm/tpm_tis.c
patch
|
blob
|
history
diff --git
a/hw/tpm/tpm_tis.c
b/hw/tpm/tpm_tis.c
index b8e811b0862ac9bbb185a0b505de804f46b65981..ac5f51f108e29c3628828e6ecf0c8be82a6343f2 100644
(file)
--- a/
hw/tpm/tpm_tis.c
+++ b/
hw/tpm/tpm_tis.c
@@
-974,7
+974,7
@@
static const MemoryRegionOps tpm_tis_memory_ops = {
},
};
-static int tpm_tis_do_startup_tpm(TPMState *s,
uint32
_t buffersize)
+static int tpm_tis_do_startup_tpm(TPMState *s,
size
_t buffersize)
{
return tpm_backend_startup_tpm(s->be_driver, buffersize);
}