[PATCH v2 0/5] tpm: Enable usage of TPM TIS with interrupts

Stefan Berger posted 5 patches 5 years, 5 months ago
Test FreeBSD passed
Test asan passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200615142327.671546-1-stefanb@linux.vnet.ibm.com
Maintainers: Stefan Berger <stefanb@linux.ibm.com>, Richard Henderson <rth@twiddle.net>, "Michael S. Tsirkin" <mst@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
There is a newer version of this series
hw/i386/acpi-build.c         |  11 +++++------
hw/tpm/tpm_tis_common.c      |   4 ----
hw/tpm/tpm_tis_isa.c         |   9 +++++++++
hw/tpm/tpm_tis_sysbus.c      |   9 +++++++++
include/hw/acpi/tpm.h        |   2 +-
include/sysemu/tpm.h         |  10 ++++++++++
tests/data/acpi/q35/DSDT.tis | Bin 8357 -> 8360 bytes
7 files changed, 34 insertions(+), 11 deletions(-)
[PATCH v2 0/5] tpm: Enable usage of TPM TIS with interrupts
Posted by Stefan Berger 5 years, 5 months ago
This series of patches enables the usage of the TPM TIS with interrupts.
We use the unused IRQ 13, which is also accepted by Windows.

    Stefan

v1->v2:
 - Added updated DSDT

Stefan Berger (5):
  tpm_tis: Allow lowering of IRQ also when locality is not active
  tpm: Extend TPMIfClass with get_irqnum() function
  tests: Temporarily ignore DSDT table differences
  acpi: Enable TPM IRQ
  tests: Add updated DSDT

 hw/i386/acpi-build.c         |  11 +++++------
 hw/tpm/tpm_tis_common.c      |   4 ----
 hw/tpm/tpm_tis_isa.c         |   9 +++++++++
 hw/tpm/tpm_tis_sysbus.c      |   9 +++++++++
 include/hw/acpi/tpm.h        |   2 +-
 include/sysemu/tpm.h         |  10 ++++++++++
 tests/data/acpi/q35/DSDT.tis | Bin 8357 -> 8360 bytes
 7 files changed, 34 insertions(+), 11 deletions(-)

-- 
2.24.1