Re: [PACTH v3 3/5] tpm_spapr: Support suspend and resume

2019-12-12 Thread Stefan Berger
On 12/12/19 8:22 AM, Stefan Berger wrote: On 12/12/19 6:00 AM, Marc-André Lureau wrote: Hi On Wed, Dec 11, 2019 at 8:27 PM Stefan Berger wrote: Extend the tpm_spapr frontend with VM suspend and resume support. Signed-off-by: Stefan Berger ---   hw/tpm/tpm_spapr.c | 42 ++

Re: [PACTH v3 3/5] tpm_spapr: Support suspend and resume

2019-12-12 Thread Stefan Berger
On 12/12/19 6:00 AM, Marc-André Lureau wrote: Hi On Wed, Dec 11, 2019 at 8:27 PM Stefan Berger wrote: Extend the tpm_spapr frontend with VM suspend and resume support. Signed-off-by: Stefan Berger --- hw/tpm/tpm_spapr.c | 42 +- 1 file changed, 41 i

Re: [PACTH v3 3/5] tpm_spapr: Support suspend and resume

2019-12-12 Thread Marc-André Lureau
Hi On Wed, Dec 11, 2019 at 8:27 PM Stefan Berger wrote: > > Extend the tpm_spapr frontend with VM suspend and resume support. > > Signed-off-by: Stefan Berger > --- > hw/tpm/tpm_spapr.c | 42 +- > 1 file changed, 41 insertions(+), 1 deletion(-) > > diff -

[PACTH v3 3/5] tpm_spapr: Support suspend and resume

2019-12-11 Thread Stefan Berger
Extend the tpm_spapr frontend with VM suspend and resume support. Signed-off-by: Stefan Berger --- hw/tpm/tpm_spapr.c | 42 +- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/hw/tpm/tpm_spapr.c b/hw/tpm/tpm_spapr.c index c4a67e2403..d9153bd95