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

2015-05-19 Thread Igor Mammedov
On Fri, 15 May 2015 15:13:14 -0400 Stefan Berger wrote: > Igor Mammedov wrote on 05/15/2015 12:57:40 PM: > > > From: Igor Mammedov > > To: Stefan Berger > > Cc: qemu-devel@nongnu.org, m...@redhat.com, quan...@intel.com, Stefan > > Berger/Watson/IBM@IBMUS, Dimitrios Pendarakis/Watson/IBM@IBMUS

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

2015-05-15 Thread Stefan Berger
Igor Mammedov wrote on 05/15/2015 12:57:40 PM: > From: Igor Mammedov > To: Stefan Berger > Cc: qemu-devel@nongnu.org, m...@redhat.com, quan...@intel.com, Stefan > Berger/Watson/IBM@IBMUS, Dimitrios Pendarakis/Watson/IBM@IBMUS, > George Wilson/Austin/IBM@IBMUS > Date: 05/15/2015 01:07 PM > Subj

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

2015-05-15 Thread Igor Mammedov
On Fri, 15 May 2015 11:31:30 -0400 Stefan Berger wrote: > On 05/15/2015 10:44 AM, Igor Mammedov wrote: > > On Fri, 8 May 2015 11:52:46 -0400 > > Stefan Berger wrote: > > > >> Add a TPM2 ACPI table if a TPM 2 is used in the backend. > >> Also add an SSDT for the TPM 2. > >> > >> Rename tpm_find(

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

2015-05-15 Thread Stefan Berger
On 05/15/2015 10:44 AM, Igor Mammedov wrote: On Fri, 8 May 2015 11:52:46 -0400 Stefan Berger wrote: Add a TPM2 ACPI table if a TPM 2 is used in the backend. Also add an SSDT for the TPM 2. Rename tpm_find() to tpm_get_version() and have this function return the version of the TPM found, TPMV

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

2015-05-15 Thread Igor Mammedov
On Fri, 8 May 2015 11:52:46 -0400 Stefan Berger wrote: > Add a TPM2 ACPI table if a TPM 2 is used in the backend. > Also add an SSDT for the TPM 2. > > 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. Us

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

2015-05-08 Thread Stefan Berger
Add a TPM2 ACPI table if a TPM 2 is used in the backend. Also add an SSDT for the TPM 2. 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-of