Re: [PATCH] x86/sev-es: Use GHCB accessor for setting the MMIO scratch buffer

2020-09-25 Thread Joerg Roedel
On Fri, Sep 25, 2020 at 08:38:26AM -0500, Tom Lendacky wrote: > From: Tom Lendacky > > Use ghcb_set_sw_scratch() to set the GHCB scratch field, which will also > set the corresponding bit in the GHCB valid_bitmap field. > > Signed-off-by: Tom Lendacky > --- > arch/x86/kernel/sev-es.c | 2 +- >

[PATCH] x86/sev-es: Use GHCB accessor for setting the MMIO scratch buffer

2020-09-25 Thread Tom Lendacky
From: Tom Lendacky Use ghcb_set_sw_scratch() to set the GHCB scratch field, which will also set the corresponding bit in the GHCB valid_bitmap field. Signed-off-by: Tom Lendacky --- arch/x86/kernel/sev-es.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git