Re: [RFC PATCH 4/6] i386/sev: add the SNP launch start context

2021-07-19 Thread Brijesh Singh
On 7/19/21 7:34 AM, Dov Murik wrote: Hi Brijesh, On 10/07/2021 0:55, Brijesh Singh wrote: The SNP_LAUNCH_START is called first to create a cryptographic launch context within the firmware. Signed-off-by: Brijesh Singh --- target/i386/sev.c| 30 +- tar

Re: [RFC PATCH 4/6] i386/sev: add the SNP launch start context

2021-07-19 Thread Dov Murik
Hi Brijesh, On 10/07/2021 0:55, Brijesh Singh wrote: > The SNP_LAUNCH_START is called first to create a cryptographic launch > context within the firmware. > > Signed-off-by: Brijesh Singh > --- > target/i386/sev.c| 30 +- > target/i386/trace-events | 1 + >

[RFC PATCH 4/6] i386/sev: add the SNP launch start context

2021-07-09 Thread Brijesh Singh
The SNP_LAUNCH_START is called first to create a cryptographic launch context within the firmware. Signed-off-by: Brijesh Singh --- target/i386/sev.c| 30 +- target/i386/trace-events | 1 + 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/target