Re: [RFC 10/16] KVM: x86: Enabled protected memory extension

2020-05-26 Thread Kirill A. Shutemov
On Tue, May 26, 2020 at 09:16:09AM +0300, Mike Rapoport wrote: > On Fri, May 22, 2020 at 03:52:08PM +0300, Kirill A. Shutemov wrote: > > Wire up hypercalls for the feature and define VM_KVM_PROTECTED. > > > > Signed-off-by: Kirill A. Shutemov > > --- > > arch/x86/Kconfig | 1 + > > arch/x86/

Re: [RFC 10/16] KVM: x86: Enabled protected memory extension

2020-05-25 Thread Mike Rapoport
On Fri, May 22, 2020 at 03:52:08PM +0300, Kirill A. Shutemov wrote: > Wire up hypercalls for the feature and define VM_KVM_PROTECTED. > > Signed-off-by: Kirill A. Shutemov > --- > arch/x86/Kconfig | 1 + > arch/x86/kvm/cpuid.c | 3 +++ > arch/x86/kvm/x86.c | 9 + > include/linux/mm

Re: [RFC 10/16] KVM: x86: Enabled protected memory extension

2020-05-25 Thread Vitaly Kuznetsov
"Kirill A. Shutemov" writes: > Wire up hypercalls for the feature and define VM_KVM_PROTECTED. > > Signed-off-by: Kirill A. Shutemov > --- > arch/x86/Kconfig | 1 + > arch/x86/kvm/cpuid.c | 3 +++ > arch/x86/kvm/x86.c | 9 + > include/linux/mm.h | 4 > 4 files changed, 17 i