On 10/16/23 15:27, Michael Roth wrote:
> SEV-SNP relies on the restricted/protected memory support to run guests,
> so make sure to enable that support with the
> CONFIG_KVM_SW_PROTECTED_VM build option.
>
> Signed-off-by: Michael Roth<[email protected]>
> ---
Why select KVM_SW_PROTECTED_VM and not KVM_GENERIC_PRIVATE_MEM?
Paolo
On Wed, Dec 13, 2023 at 01:54:55PM +0100, Paolo Bonzini wrote:
> On 10/16/23 15:27, Michael Roth wrote:
> > SEV-SNP relies on the restricted/protected memory support to run guests,
> > so make sure to enable that support with the
> > CONFIG_KVM_SW_PROTECTED_VM build option.
> >
> > Signed-off-by: Michael Roth<[email protected]>
> > ---
>
> Why select KVM_SW_PROTECTED_VM and not KVM_GENERIC_PRIVATE_MEM?
I'm not sure, maybe there were previous iterations where it made sense
but KVM_GENERIC_PRIVATE_MEM definitely seems more appropriate now. I've
changed it accordingly.
-Mike
>
> Paolo
>
>