Hi Brijesh, On 10/07/2021 0:55, Brijesh Singh wrote: > Sync the kvm.h with the kernel to include the SNP specific commands. > > Signed-off-by: Brijesh Singh <brijesh.singh@xxxxxxx> > --- > linux-headers/linux/kvm.h | 47 +++++++++++++++++++++++++++++++++++++++ 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. -Dov