OSDN Git Service

tpm: add a QOM TPM interface
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 9 Oct 2017 22:56:01 +0000 (00:56 +0200)
committerStefan Berger <stefanb@linux.vnet.ibm.com>
Thu, 19 Oct 2017 15:42:32 +0000 (11:42 -0400)
commit698f5daa4a81984490612a6143b46f5da7392510
treecbfc2fa751a1da2abfb8610088a5469425f24e1f
parent3d4960c7addeb08513f04abaa3c52bb3c69f80f6
tpm: add a QOM TPM interface

This will simplify backend / interface objects relationship, so the
frontend interface will simply have to implement the TPM QOM interface.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
backends/tpm.c
hw/tpm/tpm_int.h
hw/tpm/tpm_tis.c