qemu-patch-raspberry4/hw/tpm
Roman Bolshakov 68a5b02a46 tpm: tpm_spapr: Remove unused tracepoint
Linking of qemu-system-ppc64 fails on macOS with dtrace enabled:

  error: probe tpm_spapr_show_buffer doesn't exist
  error: Could not register probes
  ld: error creating dtrace DOF section for architecture x86_64

The failure is explained in 8c8ed03850 ("net/colo: Match is-enabled
probe to tracepoint"). In short, is-enabled probe can't be used without
a matching trace probe. And for this particular case
tpm_util_show_buffer probe should be enabled to print TPM buffer.

Signed-off-by: Roman Bolshakov <r.bolshakov@yadro.com>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2021-01-25 20:56:38 -05:00
..
Kconfig
meson.build meson: convert hw/tpm 2020-08-21 06:30:27 -04:00
tpm_crb.c Use DECLARE_*CHECKER* macros 2020-09-09 09:27:09 -04:00
tpm_ppi.c
tpm_ppi.h
tpm_prop.h qdev: Move qdev_prop_tpm declaration to tpm_prop.h 2020-12-18 15:20:17 -05:00
tpm_spapr.c tpm: tpm_spapr: Remove unused tracepoint 2021-01-25 20:56:38 -05:00
tpm_tis.h
tpm_tis_common.c
tpm_tis_isa.c Use OBJECT_DECLARE_SIMPLE_TYPE when possible 2020-09-18 14:12:32 -04:00
tpm_tis_sysbus.c Use OBJECT_DECLARE_SIMPLE_TYPE when possible 2020-09-18 14:12:32 -04:00
trace-events tpm: tpm_spapr: Remove unused tracepoint 2021-01-25 20:56:38 -05:00
trace.h trace: switch position of headers to what Meson requires 2020-08-21 06:18:24 -04:00