Re: [PATCH v3 47/49] hw/i386/sev: Add support to encrypt BIOS when SEV-SNP is enabled

2024-03-21 Thread Michael Roth via
On Wed, Mar 20, 2024 at 12:22:34PM +, Daniel P. Berrangé wrote: > On Wed, Mar 20, 2024 at 03:39:43AM -0500, Michael Roth wrote: > > TODO: Brijesh as author, me as co-author (vice-versa depending) > > drop flash handling? we only support BIOS now > > A reminder that this commit message

Re: [PATCH v3 47/49] hw/i386/sev: Add support to encrypt BIOS when SEV-SNP is enabled

2024-03-20 Thread Daniel P . Berrangé
On Wed, Mar 20, 2024 at 03:39:43AM -0500, Michael Roth wrote: > TODO: Brijesh as author, me as co-author (vice-versa depending) > drop flash handling? we only support BIOS now A reminder that this commit message needs fixing. > > Signed-off-by: Michael Roth > --- > hw/i386/pc_sysfw.c

[PATCH v3 47/49] hw/i386/sev: Add support to encrypt BIOS when SEV-SNP is enabled

2024-03-20 Thread Michael Roth
TODO: Brijesh as author, me as co-author (vice-versa depending) drop flash handling? we only support BIOS now Signed-off-by: Michael Roth --- hw/i386/pc_sysfw.c| 12 +++- hw/i386/x86.c | 2 +- include/hw/i386/x86.h | 2 +-