All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] KVM: x86: small MMU cleanups
@ 2013-10-02 14:56 Paolo Bonzini
  2013-10-02 14:56 ` [PATCH 1/7] KVM: mmu: remove uninteresting MMU "free" callbacks Paolo Bonzini
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Paolo Bonzini @ 2013-10-02 14:56 UTC (permalink / raw)
  To: linux-kernel; +Cc: gleb, kvm

A few small things (uninteresting callbacks or arguments, duplicate or
dead code) that I noticed while reviewing Gleb's latest nVMX series.

Paolo Bonzini (7):
  KVM: mmu: remove uninteresting MMU "free" callbacks
  KVM: mmu: remove uninteresting MMU "new_cr3" callbacks
  KVM: mmu: unify destroy_kvm_mmu with kvm_mmu_unload
  KVM: mmu: change useless int return types to void
  KVM: mmu: remove argument to kvm_init_shadow_mmu and kvm_init_shadow_ept_mmu
  KVM: mmu: remove ASSERT(vcpu)
  KVM: mmu: replace assertions with MMU_WARN_ON

 arch/x86/include/asm/kvm_host.h |   7 +-
 arch/x86/kvm/mmu.c              | 170 ++++++++++++----------------------------
 arch/x86/kvm/mmu.h              |   5 +-
 arch/x86/kvm/svm.c              |  10 +--
 arch/x86/kvm/vmx.c              |   8 +-
 arch/x86/kvm/x86.c              |   4 +-
 6 files changed, 63 insertions(+), 141 deletions(-)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2013-10-03 12:46 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-02 14:56 [PATCH 0/7] KVM: x86: small MMU cleanups Paolo Bonzini
2013-10-02 14:56 ` [PATCH 1/7] KVM: mmu: remove uninteresting MMU "free" callbacks Paolo Bonzini
2013-10-02 14:56 ` [PATCH 2/7] KVM: mmu: remove uninteresting MMU "new_cr3" callbacks Paolo Bonzini
2013-10-03 10:23   ` Gleb Natapov
2013-10-03 11:56     ` Paolo Bonzini
2013-10-02 14:56 ` [PATCH 3/7] KVM: mmu: unify destroy_kvm_mmu with kvm_mmu_unload Paolo Bonzini
2013-10-02 14:56 ` [PATCH 4/7] KVM: mmu: change useless int return types to void Paolo Bonzini
2013-10-02 14:56 ` [PATCH 5/7] KVM: mmu: remove argument to kvm_init_shadow_mmu and kvm_init_shadow_ept_mmu Paolo Bonzini
2013-10-03 11:25   ` Gleb Natapov
2013-10-03 11:51     ` Paolo Bonzini
2013-10-03 12:11       ` Gleb Natapov
2013-10-02 14:56 ` [PATCH 6/7] KVM: mmu: remove ASSERT(vcpu) Paolo Bonzini
2013-10-02 14:56 ` [PATCH 7/7] KVM: mmu: replace assertions with MMU_WARN_ON, a conditional WARN_ON Paolo Bonzini
2013-10-03 12:46 ` [PATCH 0/7] KVM: x86: small MMU cleanups Gleb Natapov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.