Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1244630

[PATCH 0/2] KVM: fix SMM with ept=1/unrestricted_guest=0

From Paolo Bonzini <pbonzini@redhat.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] KVM: fix SMM with ept=1/unrestricted_guest=0
Date 2015-10-12 14:10 +0200
Message-ID <qiK5s-6T6-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


The fix is explained in the commit message for patch 2.  A little
bit of refactoring is needed.

Paolo Bonzini (2):
  KVM: x86: build kvm_userspace_memory_region in x86_set_memory_region
  KVM: x86: map/unmap private slots in __x86_set_memory_region

 arch/x86/include/asm/kvm_host.h |  6 +--
 arch/x86/kvm/vmx.c              | 26 +++---------
 arch/x86/kvm/x86.c              | 93 +++++++++++++++++++----------------------
 3 files changed, 51 insertions(+), 74 deletions(-)

-- 
2.5.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] KVM: fix SMM with ept=1/unrestricted_guest=0 Paolo Bonzini <pbonzini@redhat.com> - 2015-10-12 14:10 +0200
  [PATCH 2/2] KVM: x86: map/unmap private slots in __x86_set_memory_region Paolo Bonzini <pbonzini@redhat.com> - 2015-10-12 14:10 +0200
    Re: [PATCH 2/2] KVM: x86: map/unmap private slots in  __x86_set_memory_region Radim Krčmář <rkrcmar@redhat.com> - 2015-10-13 17:50 +0200
      Re: [PATCH 2/2] KVM: x86: map/unmap private slots in  __x86_set_memory_region Paolo Bonzini <pbonzini@redhat.com> - 2015-10-13 18:30 +0200
        Re: [PATCH 2/2] KVM: x86: map/unmap private slots in  __x86_set_memory_region Radim Krčmář <rkrcmar@redhat.com> - 2015-10-13 18:50 +0200

csiph-web