Hi Dov,
On 7/19/21 6:35 AM, Dov Murik wrote:
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.
thanks for reminding me, I will sync the psp-sev.h and include the new
error code as well in the sev.c.