kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] KVM: Integrate rmap and rmap_pde
@ 2012-08-01  8:59 Takuya Yoshikawa
  2012-08-01  9:01 ` [PATCH 1/3] KVM: Stop checking rmap to see if slot is being created Takuya Yoshikawa
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Takuya Yoshikawa @ 2012-08-01  8:59 UTC (permalink / raw)
  To: avi, mtosatti; +Cc: agraf, paulus, kvm, kvm-ppc

This has been already discussed on other threads and the concept itself
is not so controversial.

But since I know that the last patch of this series conflicts with
Paul's recent work, I want to find a way to synchronize with his work
at this point: so made the last one an RFC.

Suggestions?

Takuya Yoshikawa (3):
  KVM: Stop checking rmap to see if slot is being created
  KVM: MMU: Use gfn_to_rmap() instead of directly reading rmap array
  KVM: Push rmap into kvm_arch_memory_slot

 arch/powerpc/include/asm/kvm_host.h |    1 +
 arch/powerpc/kvm/book3s_64_mmu_hv.c |    6 ++--
 arch/powerpc/kvm/book3s_hv_rm_mmu.c |    4 +-
 arch/powerpc/kvm/powerpc.c          |    8 +++++
 arch/x86/include/asm/kvm_host.h     |    2 +-
 arch/x86/kvm/mmu.c                  |    8 ++---
 arch/x86/kvm/mmu_audit.c            |    4 +--
 arch/x86/kvm/x86.c                  |   59 ++++++++++++++++++++---------------
 include/linux/kvm_host.h            |    1 -
 virt/kvm/kvm_main.c                 |   11 +------
 10 files changed, 54 insertions(+), 50 deletions(-)

-- 
1.7.5.4


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

end of thread, other threads:[~2012-08-06  9:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-01  8:59 [PATCH 0/3] KVM: Integrate rmap and rmap_pde Takuya Yoshikawa
2012-08-01  9:01 ` [PATCH 1/3] KVM: Stop checking rmap to see if slot is being created Takuya Yoshikawa
2012-08-01  9:02 ` [PATCH 2/3] KVM: MMU: Use gfn_to_rmap() instead of directly reading rmap array Takuya Yoshikawa
2012-08-01  9:03 ` [RFC PATCH 3/3] KVM: Push rmap into kvm_arch_memory_slot Takuya Yoshikawa
2012-08-02 23:59   ` Paul Mackerras
2012-08-02 12:22 ` [PATCH 0/3] KVM: Integrate rmap and rmap_pde Avi Kivity
2012-08-06  9:47 ` Avi Kivity

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).