All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] tpm: Eliminate TPM related code if CONFIG_TPM is not set
@ 2021-06-14 19:13 Stefan Berger
  2021-06-14 19:13 ` [PATCH v2 1/4] i386: Eliminate all " Stefan Berger
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Stefan Berger @ 2021-06-14 19:13 UTC (permalink / raw)
  To: qemu-devel; +Cc: philmd, armbru, Stefan Berger

The following patches entirely eliminate TPM related code if CONFIG_TPM
is not set.

  Stefan

v2:
  - top-down approach for code elimination from arch down to acpi

Stefan Berger (4):
  i386: Eliminate all TPM related code if CONFIG_TPM is not set
  arm: Eliminate all TPM related code if CONFIG_TPM is not set
  acpi: Eliminate all TPM related code if CONFIG_TPM is not set
  sysemu: Make TPM structures inaccessible if CONFIG_TPM is not defined

 hw/acpi/aml-build.c          |  2 ++
 hw/arm/sysbus-fdt.c          |  4 ++++
 hw/arm/virt-acpi-build.c     |  6 ++++++
 hw/arm/virt.c                |  2 ++
 hw/i386/acpi-build.c         | 20 ++++++++++++++++++++
 include/hw/acpi/tpm.h        |  4 ++++
 include/sysemu/tpm.h         |  6 +++++-
 include/sysemu/tpm_backend.h |  6 +++++-
 stubs/tpm.c                  |  4 ----
 9 files changed, 48 insertions(+), 6 deletions(-)

-- 
2.31.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-06-14 19:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-14 19:13 [PATCH v2 0/4] tpm: Eliminate TPM related code if CONFIG_TPM is not set Stefan Berger
2021-06-14 19:13 ` [PATCH v2 1/4] i386: Eliminate all " Stefan Berger
2021-06-14 19:13 ` [PATCH v2 2/4] arm: " Stefan Berger
2021-06-14 19:13 ` [PATCH v2 3/4] acpi: " Stefan Berger
2021-06-14 19:13 ` [PATCH v2 4/4] sysemu: Make TPM structures inaccessible if CONFIG_TPM is not defined Stefan Berger
2021-06-14 19:58 ` [PATCH v2 0/4] tpm: Eliminate TPM related code if CONFIG_TPM is not set Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.