Re: [Qemu-devel] [PATCH 38/42] tpm: add TPM interface to lookup TPM version

2017-10-10 Thread Stefan Berger
On 10/09/2017 06:56 PM, Marc-André Lureau wrote: Do not hardcode TPM device model to lookup version, use an interface instead. Signed-off-by: Marc-André Lureau --- include/sysemu/tpm.h | 5 ++--- hw/tpm/tpm_tis.c | 5 +++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/

[Qemu-devel] [PATCH 38/42] tpm: add TPM interface to lookup TPM version

2017-10-09 Thread Marc-André Lureau
Do not hardcode TPM device model to lookup version, use an interface instead. Signed-off-by: Marc-André Lureau --- include/sysemu/tpm.h | 5 ++--- hw/tpm/tpm_tis.c | 5 +++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/sysemu/tpm.h b/include/sysemu/tpm.h index dbd2