Re: [Qemu-devel] [PATCH v2 3/3] TPM2 ACPI table support

2015-05-04 Thread Igor Mammedov
On Thu, 30 Apr 2015 22:44:08 -0400 Stefan Berger stef...@linux.vnet.ibm.com wrote: Add a TPM2 ACPI table if a TPM 2 is used in the backend. Rename tpm_find() to tpm_get_version() and have this function return the version of the TPM found, TPMVersion_Unspec if no TPM is found. Use the

[Qemu-devel] [PATCH v2 3/3] TPM2 ACPI table support

2015-04-30 Thread Stefan Berger
Add a TPM2 ACPI table if a TPM 2 is used in the backend. Rename tpm_find() to tpm_get_version() and have this function return the version of the TPM found, TPMVersion_Unspec if no TPM is found. Use the version number to build version specific ACPI tables. Signed-off-by: Stefan Berger

[Qemu-devel] [PATCH v2 3/3] TPM2 ACPI table support

2015-04-15 Thread Stefan Berger
Add a TPM2 ACPI table if a TPM 2 is used in the backend. Rename tpm_find() to tpm_get_version() and have this function return the version of the TPM found, TPMVersion_Unspec if no TPM is found. Use the version number to build version specific ACPI tables. Signed-off-by: Stefan Berger