Re: [PATCH v5 16/34] KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x100

From: Paolo Bonzini
Date: Mon Dec 14 2020 - 10:51:15 EST


On 10/12/20 18:09, Tom Lendacky wrote:
+ pr_info("SEV-ES guest requested termination: %#llx:%#llx\n",
+ reason_set, reason_code);
+ fallthrough;
+ }

It would be nice to send these to userspace instead as a follow-up.

Paolo