kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] KVM: cleanups for memslots data structures
@ 2015-05-19 17:25 Paolo Bonzini
  2015-05-19 17:25 ` [PATCH 1/9] KVM: introduce kvm_alloc/free_memslots Paolo Bonzini
                   ` (9 more replies)
  0 siblings, 10 replies; 16+ messages in thread
From: Paolo Bonzini @ 2015-05-19 17:25 UTC (permalink / raw)
  To: linux-kernel, kvm; +Cc: Takuya Yoshikawa, Xiao Guangrong, rkrcmar

These are extracted out of the SMM series, and they make
some sense on their own.

Paolo

Paolo Bonzini (9):
  KVM: introduce kvm_alloc/free_memslots
  KVM: use kvm_memslots whenever possible
  KVM: const-ify uses of struct kvm_userspace_memory_region
  KVM: add memslots argument to kvm_arch_memslots_updated
  KVM: add "new" argument to kvm_arch_commit_memory_region
  KVM: pass kvm_memory_slot to gfn_to_page_many_atomic
  KVM: remove __gfn_to_pfn
  KVM: x86: pass kvm_mmu_page to gfn_to_rmap
  KVM: x86: pass struct kvm_mmu_page to account/unaccount_shadowed

 arch/arm/kvm/mmu.c                  |  10 +-
 arch/mips/include/asm/kvm_host.h    |   2 +-
 arch/mips/kvm/mips.c                |   9 +-
 arch/powerpc/include/asm/kvm_host.h |   2 +-
 arch/powerpc/include/asm/kvm_ppc.h  |  14 +--
 arch/powerpc/kvm/book3s.c           |   9 +-
 arch/powerpc/kvm/book3s_64_mmu_hv.c |   2 +-
 arch/powerpc/kvm/book3s_hv.c        |  15 ++-
 arch/powerpc/kvm/book3s_pr.c        |  11 ++-
 arch/powerpc/kvm/booke.c            |   7 +-
 arch/powerpc/kvm/powerpc.c          |   7 +-
 arch/s390/include/asm/kvm_host.h    |   2 +-
 arch/s390/kvm/kvm-s390.c            |   9 +-
 arch/x86/include/asm/kvm_host.h     |   2 +-
 arch/x86/kvm/mmu.c                  |  34 ++++---
 arch/x86/kvm/mmu_audit.c            |   7 +-
 arch/x86/kvm/x86.c                  |  17 ++--
 include/linux/kvm_host.h            |  15 +--
 include/linux/kvm_types.h           |   1 +
 virt/kvm/kvm_main.c                 | 191 ++++++++++++++++++------------------
 20 files changed, 199 insertions(+), 167 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2015-05-20 20:19 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-19 17:25 [PATCH 0/9] KVM: cleanups for memslots data structures Paolo Bonzini
2015-05-19 17:25 ` [PATCH 1/9] KVM: introduce kvm_alloc/free_memslots Paolo Bonzini
2015-05-20  7:38   ` Takuya Yoshikawa
2015-05-19 17:25 ` [PATCH 2/9] KVM: use kvm_memslots whenever possible Paolo Bonzini
2015-05-19 17:25 ` [PATCH 3/9] KVM: const-ify uses of struct kvm_userspace_memory_region Paolo Bonzini
2015-05-20  8:17   ` Takuya Yoshikawa
2015-05-19 17:25 ` [PATCH 4/9] KVM: add memslots argument to kvm_arch_memslots_updated Paolo Bonzini
2015-05-19 17:25 ` [PATCH 5/9] KVM: add "new" argument to kvm_arch_commit_memory_region Paolo Bonzini
2015-05-19 17:25 ` [PATCH 6/9] KVM: pass kvm_memory_slot to gfn_to_page_many_atomic Paolo Bonzini
2015-05-19 17:25 ` [PATCH 7/9] KVM: remove __gfn_to_pfn Paolo Bonzini
2015-05-19 17:25 ` [PATCH 8/9] KVM: x86: pass kvm_mmu_page to gfn_to_rmap Paolo Bonzini
2015-05-20 20:09   ` Radim Krčmář
2015-05-19 17:25 ` [PATCH 9/9] KVM: x86: pass struct kvm_mmu_page to account/unaccount_shadowed Paolo Bonzini
2015-05-20  8:41   ` Takuya Yoshikawa
2015-05-20 20:12   ` Radim Krčmář
2015-05-20 20:19 ` [PATCH 0/9] KVM: cleanups for memslots data structures Radim Krčmář

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).