Re: [PATCH v3 0/9] tests: Add test cases for TPM 1.2 ACPI tables

2021-07-19 Thread Markus Armbruster
Igor Mammedov writes: > On Mon, 19 Jul 2021 15:56:16 +0200 > Philippe Mathieu-Daudé wrote: > >> On Mon, Jul 19, 2021 at 3:50 PM Markus Armbruster wrote: >> > Igor Mammedov writes: >> > > On Thu, 15 Jul 2021 07:49:13 +0200 >> > > Markus Armbruster wrote: >> > >> Philippe Mathieu-Daudé wri

Re: [PATCH v3 0/9] tests: Add test cases for TPM 1.2 ACPI tables

2021-07-19 Thread Igor Mammedov
On Mon, 19 Jul 2021 15:56:16 +0200 Philippe Mathieu-Daudé wrote: > On Mon, Jul 19, 2021 at 3:50 PM Markus Armbruster wrote: > > Igor Mammedov writes: > > > On Thu, 15 Jul 2021 07:49:13 +0200 > > > Markus Armbruster wrote: > > >> Philippe Mathieu-Daudé writes: > > > >> >>> IMO the "righ

Re: [PATCH v3 0/9] tests: Add test cases for TPM 1.2 ACPI tables

2021-07-19 Thread Philippe Mathieu-Daudé
On Mon, Jul 19, 2021 at 3:50 PM Markus Armbruster wrote: > Igor Mammedov writes: > > On Thu, 15 Jul 2021 07:49:13 +0200 > > Markus Armbruster wrote: > >> Philippe Mathieu-Daudé writes: > >> >>> IMO the "right" solution is to check via QMP if TMP is supported > >> >>> or not. This is now doable

Re: [PATCH v3 0/9] tests: Add test cases for TPM 1.2 ACPI tables

2021-07-19 Thread Markus Armbruster
Igor Mammedov writes: > On Thu, 15 Jul 2021 07:49:13 +0200 > Markus Armbruster wrote: > >> Philippe Mathieu-Daudé writes: >> >> > On 7/14/21 4:43 PM, Markus Armbruster wrote: >> >> Philippe Mathieu-Daudé writes: >> >> >> >>> +Markus >> >> [...] >> >> >>> IMO the "right" solution is t

Re: [PATCH v3 0/9] tests: Add test cases for TPM 1.2 ACPI tables

2021-07-19 Thread Igor Mammedov
On Thu, 15 Jul 2021 07:49:13 +0200 Markus Armbruster wrote: > Philippe Mathieu-Daudé writes: > > > On 7/14/21 4:43 PM, Markus Armbruster wrote: > >> Philippe Mathieu-Daudé writes: > >> > >>> +Markus > > [...] > > >>> IMO the "right" solution is to check via QMP if TMP is supported > >

Re: [PATCH v3 0/9] tests: Add test cases for TPM 1.2 ACPI tables

2021-07-14 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > On 7/14/21 4:43 PM, Markus Armbruster wrote: >> Philippe Mathieu-Daudé writes: >> >>> +Markus [...] >>> IMO the "right" solution is to check via QMP if TMP is supported >>> or not. This is now doable since commit caff255a546 ("tpm: Return >>> QMP error when TP

Re: [PATCH v3 0/9] tests: Add test cases for TPM 1.2 ACPI tables

2021-07-14 Thread Philippe Mathieu-Daudé
On 7/14/21 4:43 PM, Markus Armbruster wrote: > Philippe Mathieu-Daudé writes: > >> +Markus >> >> On 7/12/21 5:47 PM, Stefan Berger wrote: >>> >>> On 7/12/21 11:29 AM, Philippe Mathieu-Daudé wrote: Hi Stefan, On 7/12/21 5:09 PM, Stefan Berger wrote: > This series of patches adds

Re: [PATCH v3 0/9] tests: Add test cases for TPM 1.2 ACPI tables

2021-07-14 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > +Markus > > On 7/12/21 5:47 PM, Stefan Berger wrote: >> >> On 7/12/21 11:29 AM, Philippe Mathieu-Daudé wrote: >>> Hi Stefan, >>> >>> On 7/12/21 5:09 PM, Stefan Berger wrote: This series of patches adds test case for TPM 1.2 ACPI tables.    Stefan >

Re: [PATCH v3 0/9] tests: Add test cases for TPM 1.2 ACPI tables

2021-07-12 Thread Stefan Berger
On 7/12/21 12:26 PM, Philippe Mathieu-Daudé wrote: +Markus On 7/12/21 5:47 PM, Stefan Berger wrote: On 7/12/21 11:29 AM, Philippe Mathieu-Daudé wrote: Hi Stefan, On 7/12/21 5:09 PM, Stefan Berger wrote: This series of patches adds test case for TPM 1.2 ACPI tables.    Stefan v3:    - D

Re: [PATCH v3 0/9] tests: Add test cases for TPM 1.2 ACPI tables

2021-07-12 Thread Philippe Mathieu-Daudé
+Markus On 7/12/21 5:47 PM, Stefan Berger wrote: > > On 7/12/21 11:29 AM, Philippe Mathieu-Daudé wrote: >> Hi Stefan, >> >> On 7/12/21 5:09 PM, Stefan Berger wrote: >>> This series of patches adds test case for TPM 1.2 ACPI tables. >>> >>>    Stefan >>> >>> v3: >>>    - Define enum TPMVersion for

Re: [PATCH v3 0/9] tests: Add test cases for TPM 1.2 ACPI tables

2021-07-12 Thread Stefan Berger
On 7/12/21 11:29 AM, Philippe Mathieu-Daudé wrote: Hi Stefan, On 7/12/21 5:09 PM, Stefan Berger wrote: This series of patches adds test case for TPM 1.2 ACPI tables. Stefan v3: - Define enum TPMVersion for when CONFIG_TPM is not defined affected patches 2 and 6 I think in 11fb99

Re: [PATCH v3 0/9] tests: Add test cases for TPM 1.2 ACPI tables

2021-07-12 Thread Philippe Mathieu-Daudé
Hi Stefan, On 7/12/21 5:09 PM, Stefan Berger wrote: > This series of patches adds test case for TPM 1.2 ACPI tables. > > Stefan > > v3: > - Define enum TPMVersion for when CONFIG_TPM is not defined > affected patches 2 and 6 I think in 11fb99e6f48..e542b71805d we missed an extra patch f

[PATCH v3 0/9] tests: Add test cases for TPM 1.2 ACPI tables

2021-07-12 Thread Stefan Berger
This series of patches adds test case for TPM 1.2 ACPI tables. Stefan v3: - Define enum TPMVersion for when CONFIG_TPM is not defined affected patches 2 and 6 v2: - Proper handling of renaming of files holding expected ACPI data Stefan Berger (9): tests: Rename TestState to TPMTest