]> git.proxmox.com Git - qemu.git/commit
QOM-ify the TPM support
authorStefan Berger <stefanb@linux.vnet.ibm.com>
Thu, 28 Mar 2013 11:26:21 +0000 (07:26 -0400)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 2 Apr 2013 13:15:18 +0000 (08:15 -0500)
commit8f0605cc9caacbcc647a6df9ae541ed2da4b9bb0
tree384017221d7b4dbf02fc246e314e0a89dcc32ca0
parent684a096eafbe37ab6c9a1fdb5e0185f04098b166
QOM-ify the TPM support

QOM-ified the TPM support with much code borrowed from the rng implementation.

All other TPM related code moves will be provided in a subsequent patch.

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
Message-id: 1364469981.24703.1.camel@d941e-10
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
backends/Makefile.objs
backends/tpm.c [new file with mode: 0644]
include/backends/tpm.h [new file with mode: 0644]
include/tpm/tpm.h
tpm/tpm.c
tpm/tpm_int.h
tpm/tpm_passthrough.c
tpm/tpm_tis.c