Re: [PATCH v7 4/6] tpm_spapr: Support suspend and resume

2020-01-03 Thread Stefan Berger
On 1/2/20 7:19 PM, David Gibson wrote: On Thu, Dec 19, 2019 at 09:06:03AM -0500, Stefan Berger wrote: Extend the tpm_spapr frontend with VM suspend and resume support. Signed-off-by: Stefan Berger --- hw/tpm/tpm_spapr.c | 67 - hw/tpm/trace-event

Re: [PATCH v7 4/6] tpm_spapr: Support suspend and resume

2020-01-02 Thread David Gibson
On Thu, Dec 19, 2019 at 09:06:03AM -0500, Stefan Berger wrote: > Extend the tpm_spapr frontend with VM suspend and resume support. > > Signed-off-by: Stefan Berger > --- > hw/tpm/tpm_spapr.c | 67 - > hw/tpm/trace-events | 2 ++ > 2 files changed, 68

[PATCH v7 4/6] tpm_spapr: Support suspend and resume

2019-12-19 Thread Stefan Berger
Extend the tpm_spapr frontend with VM suspend and resume support. Signed-off-by: Stefan Berger --- hw/tpm/tpm_spapr.c | 67 - hw/tpm/trace-events | 2 ++ 2 files changed, 68 insertions(+), 1 deletion(-) diff --git a/hw/tpm/tpm_spapr.c b/hw/tpm/tpm_s