On Fri, Sep 03, 2021 at 11:36:43PM +0300, Dov Murik wrote: > Hi Michael, > > On 27/08/2021 1:26, Michael Roth wrote: > > From: Brijesh Singh <brijesh.singh@xxxxxxx> > > > > Sync the kvm.h with the kernel to include the SNP specific commands. > > > > Signed-off-by: Brijesh Singh <brijesh.singh@xxxxxxx> > > Signed-off-by: Michael Roth <michael.roth@xxxxxxx> > > --- > > linux-headers/linux/kvm.h | 50 +++++++++++++++++++++++++++++++++++++++ > > 1 file changed, 50 insertions(+) > > > > In previous review round I commented: > > ------ > What about psp-sev.h ? I see that kernel patch "[PATCH Part2 RFC v4 > 11/40] crypto:ccp: Define the SEV-SNP commands" adds some new PSP return > codes. > > The QEMU user-friendly string list sev_fw_errlist (in sev.c) should be > updated accordingly. > ------- Sorry I missed that one, will include the header in the next round and update the QEMU bits as suggested. > > > -Dov