public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] KVM: Clean up and optimize set_memory_region() - part2
@ 2013-02-27 10:41 Takuya Yoshikawa
  2013-02-27 10:41 ` [PATCH 1/6] KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region() Takuya Yoshikawa
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: Takuya Yoshikawa @ 2013-02-27 10:41 UTC (permalink / raw)
  To: mtosatti, gleb; +Cc: kvm, agraf, borntraeger, cornelia.huck, cdall

Note: this is based on the latest master branch.

I'm sending this before 3.9-rc1 is released since this can cause extra
conflicts unless we make this available to all arch before we start
adding new stuff.

Please review: every change is trivial and should not change anything.

Takuya Yoshikawa (6):
  KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region()
  KVM: set_memory_region: Drop user_alloc from set_memory_region()
  KVM: set_memory_region: Make kvm_mr_change available to arch code
  KVM: set_memory_region: Refactor prepare_memory_region()
  KVM: set_memory_region: Refactor commit_memory_region()
  KVM: ARM: Remove kvm_arch_set_memory_region()

 arch/arm/kvm/arm.c                 |   15 ++----------
 arch/ia64/kvm/kvm-ia64.c           |   25 ++-------------------
 arch/powerpc/include/asm/kvm_ppc.h |    2 +-
 arch/powerpc/kvm/book3s_hv.c       |    4 +-
 arch/powerpc/kvm/book3s_pr.c       |    2 +-
 arch/powerpc/kvm/booke.c           |    2 +-
 arch/powerpc/kvm/powerpc.c         |   13 +++++------
 arch/s390/kvm/kvm-s390.c           |   10 ++------
 arch/x86/kvm/vmx.c                 |    6 ++--
 arch/x86/kvm/x86.c                 |   25 +++++++++------------
 include/linux/kvm_host.h           |   35 +++++++++++++++++++++---------
 virt/kvm/kvm_main.c                |   40 ++++++++---------------------------
 12 files changed, 67 insertions(+), 112 deletions(-)

-- 
1.7.4.1


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

end of thread, other threads:[~2013-03-04 23:25 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-27 10:41 [PATCH 0/6] KVM: Clean up and optimize set_memory_region() - part2 Takuya Yoshikawa
2013-02-27 10:41 ` [PATCH 1/6] KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region() Takuya Yoshikawa
2013-02-27 10:43 ` [PATCH 2/6] KVM: set_memory_region: Drop user_alloc from set_memory_region() Takuya Yoshikawa
2013-02-27 10:43 ` [PATCH 3/6] KVM: set_memory_region: Make kvm_mr_change available to arch code Takuya Yoshikawa
2013-02-27 10:44 ` [PATCH 4/6] KVM: set_memory_region: Refactor prepare_memory_region() Takuya Yoshikawa
2013-02-27 10:45 ` [PATCH 5/6] KVM: set_memory_region: Refactor commit_memory_region() Takuya Yoshikawa
2013-02-27 10:46 ` [PATCH 6/6] KVM: ARM: Remove kvm_arch_set_memory_region() Takuya Yoshikawa
2013-02-27 16:23 ` [PATCH 0/6] KVM: Clean up and optimize set_memory_region() - part2 Gleb Natapov
2013-02-28  0:43   ` Takuya Yoshikawa
2013-02-28  1:02   ` Takuya Yoshikawa
2013-02-28  9:18     ` Gleb Natapov
2013-02-28  1:03 ` Marcelo Tosatti
2013-02-28  9:48 ` Cornelia Huck
2013-03-04 23:22 ` Marcelo Tosatti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox