Re: [Qemu-devel] [PATCH 2/5] tpm: convert tpm_passthrough.c to use trace-events

2018-03-04 Thread Philippe Mathieu-Daudé
On 03/04/2018 06:56 PM, Stefan Berger wrote: > Signed-off-by: Stefan Berger Reviewed-by: Philippe Mathieu-Daudé > --- > hw/tpm/tpm_passthrough.c | 13 +++-- > hw/tpm/trace-events | 4 > 2 files changed, 7 insertions(+), 10 deletions(-) > > diff --git a/hw/tpm/tpm_passthroug

[Qemu-devel] [PATCH 2/5] tpm: convert tpm_passthrough.c to use trace-events

2018-03-04 Thread Stefan Berger
Signed-off-by: Stefan Berger --- hw/tpm/tpm_passthrough.c | 13 +++-- hw/tpm/trace-events | 4 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/hw/tpm/tpm_passthrough.c b/hw/tpm/tpm_passthrough.c index a495fe0..2589c4d 100644 --- a/hw/tpm/tpm_passthrough.c +++ b/