Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1709851
| From | Paolo Bonzini <pbonzini@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] KVM: MMU: pending MMU and nEPT patches |
| Date | 2017-08-11 19:00 +0200 |
| Message-ID | <udlrY-5XG-15@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This is a cleaned up combination of the patch I just sent, plus Brijesh's changes that I've taken out of kvm/next. Patch 3 is only lightly tested (it does pass kvm-unit-tests though). Paolo Brijesh Singh (1): KVM: x86: Avoid guest page table walk when gpa_available is set Paolo Bonzini (2): KVM: x86: simplify ept_misconfig KVM: x86: fix use of L1 MMIO areas in nested guests arch/x86/include/asm/kvm_host.h | 3 ++- arch/x86/kvm/mmu.c | 19 ++++++++++++++++++- arch/x86/kvm/paging_tmpl.h | 3 +-- arch/x86/kvm/svm.c | 3 +-- arch/x86/kvm/vmx.c | 28 ++++++++++++---------------- arch/x86/kvm/x86.c | 19 ++++++------------- arch/x86/kvm/x86.h | 6 +++++- 7 files changed, 45 insertions(+), 36 deletions(-) -- 1.8.3.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] KVM: MMU: pending MMU and nEPT patches Paolo Bonzini <pbonzini@redhat.com> - 2017-08-11 19:00 +0200
[PATCH 1/3] KVM: x86: simplify ept_misconfig Paolo Bonzini <pbonzini@redhat.com> - 2017-08-11 19:00 +0200
Re: [PATCH 1/3] KVM: x86: simplify ept_misconfig Wanpeng Li <kernellwp@gmail.com> - 2017-08-13 01:40 +0200
Re: [PATCH 1/3] KVM: x86: simplify ept_misconfig David Hildenbrand <david@redhat.com> - 2017-08-17 09:50 +0200
Re: [PATCH 1/3] KVM: x86: simplify ept_misconfig David Hildenbrand <david@redhat.com> - 2017-08-17 10:10 +0200
[PATCH 3/3] KVM: x86: fix use of L1 MMIO areas in nested guests Paolo Bonzini <pbonzini@redhat.com> - 2017-08-11 19:00 +0200
Re: [PATCH 3/3] KVM: x86: fix use of L1 MMIO areas in nested guests Wanpeng Li <kernellwp@gmail.com> - 2017-08-13 02:20 +0200
Re: [PATCH 3/3] KVM: x86: fix use of L1 MMIO areas in nested guests David Hildenbrand <david@redhat.com> - 2017-08-17 10:20 +0200
csiph-web