[PATCH v3 0/3] tpm: Add missing ACPI device identification objects

Stefan Berger posted 3 patches 2 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211110133559.3370990-1-stefanb@linux.ibm.com
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Ani Sinha <ani@anisinha.ca>, Peter Maydell <peter.maydell@linaro.org>, "Michael S. Tsirkin" <mst@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>, Shannon Zhao <shannon.zhaosl@gmail.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Igor Mammedov <imammedo@redhat.com>
There is a newer version of this series
hw/arm/virt-acpi-build.c           |   1 +
hw/i386/acpi-build.c               |   8 ++++++++
tests/data/acpi/q35/DSDT.tis.tpm12 | Bin 8894 -> 8900 bytes
tests/data/acpi/q35/DSDT.tis.tpm2  | Bin 8894 -> 8921 bytes
4 files changed, 9 insertions(+)
[PATCH v3 0/3] tpm: Add missing ACPI device identification objects
Posted by Stefan Berger 2 years, 6 months ago
This series of patches adds missing ACPI device identification objects _STR
and _UID to TPM 1.2 and TPM 2 ACPI tables.

   Stefan

v3:
 - Dropped replacement of ACPI tables with empty files in 1/3.
 - Reduced ignored files

Stefan Berger (3):
  tests: acpi: prepare for updated TPM related tables
  acpi: tpm: Add missing device identification objects
  tests: acpi: Add updated TPM related tables

 hw/arm/virt-acpi-build.c           |   1 +
 hw/i386/acpi-build.c               |   8 ++++++++
 tests/data/acpi/q35/DSDT.tis.tpm12 | Bin 8894 -> 8900 bytes
 tests/data/acpi/q35/DSDT.tis.tpm2  | Bin 8894 -> 8921 bytes
 4 files changed, 9 insertions(+)

-- 
2.31.1


Re: [PATCH v3 0/3] tpm: Add missing ACPI device identification objects
Posted by Stefan Berger 2 years, 5 months ago
Is this series now acceptable for 'after 6.2'?


On 11/10/21 08:35, Stefan Berger wrote:
> This series of patches adds missing ACPI device identification objects _STR
> and _UID to TPM 1.2 and TPM 2 ACPI tables.
>
>     Stefan
>
> v3:
>   - Dropped replacement of ACPI tables with empty files in 1/3.
>   - Reduced ignored files
>
> Stefan Berger (3):
>    tests: acpi: prepare for updated TPM related tables
>    acpi: tpm: Add missing device identification objects
>    tests: acpi: Add updated TPM related tables
>
>   hw/arm/virt-acpi-build.c           |   1 +
>   hw/i386/acpi-build.c               |   8 ++++++++
>   tests/data/acpi/q35/DSDT.tis.tpm12 | Bin 8894 -> 8900 bytes
>   tests/data/acpi/q35/DSDT.tis.tpm2  | Bin 8894 -> 8921 bytes
>   4 files changed, 9 insertions(+)
>

Re: [PATCH v3 0/3] tpm: Add missing ACPI device identification objects
Posted by Michael S. Tsirkin 2 years, 5 months ago
On Fri, Nov 26, 2021 at 11:15:40PM -0500, Stefan Berger wrote:
> Is this series now acceptable for 'after 6.2'?

Sure. Tagged. Pls ping me aftre release to help make sure I don't lose
it.

> 
> On 11/10/21 08:35, Stefan Berger wrote:
> > This series of patches adds missing ACPI device identification objects _STR
> > and _UID to TPM 1.2 and TPM 2 ACPI tables.
> > 
> >     Stefan
> > 
> > v3:
> >   - Dropped replacement of ACPI tables with empty files in 1/3.
> >   - Reduced ignored files
> > 
> > Stefan Berger (3):
> >    tests: acpi: prepare for updated TPM related tables
> >    acpi: tpm: Add missing device identification objects
> >    tests: acpi: Add updated TPM related tables
> > 
> >   hw/arm/virt-acpi-build.c           |   1 +
> >   hw/i386/acpi-build.c               |   8 ++++++++
> >   tests/data/acpi/q35/DSDT.tis.tpm12 | Bin 8894 -> 8900 bytes
> >   tests/data/acpi/q35/DSDT.tis.tpm2  | Bin 8894 -> 8921 bytes
> >   4 files changed, 9 insertions(+)
> >