public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] KVM: Decouple rmap_pde from lpage_info write_count
@ 2012-01-23 10:42 Takuya Yoshikawa
  2012-01-23 10:43 ` [PATCH 1/4] KVM: MMU: Use gfn_to_rmap() in audit_write_protection() Takuya Yoshikawa
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Takuya Yoshikawa @ 2012-01-23 10:42 UTC (permalink / raw)
  To: avi, mtosatti; +Cc: kvm, kvm-ppc

The last one is an RFC patch:

I think it is better to refactor the rmap things, if needed, before
other architectures than x86 starts large pages support.

	Takuya

 arch/ia64/kvm/kvm-ia64.c            |    8 ++++----
 arch/powerpc/kvm/book3s_64_mmu_hv.c |    6 +++---
 arch/powerpc/kvm/book3s_hv_rm_mmu.c |    4 ++--
 arch/x86/kvm/mmu.c                  |   24 ++++++++++--------------
 arch/x86/kvm/mmu_audit.c            |    4 +---
 arch/x86/kvm/x86.c                  |    4 ++--
 include/linux/kvm_host.h            |   10 ++++++++--
 virt/kvm/kvm_main.c                 |   29 +++++++++++++++++------------
 8 files changed, 47 insertions(+), 42 deletions(-)

-- 
1.7.5.4

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

end of thread, other threads:[~2012-01-25  6:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-23 10:42 [PATCH 0/4] KVM: Decouple rmap_pde from lpage_info write_count Takuya Yoshikawa
2012-01-23 10:43 ` [PATCH 1/4] KVM: MMU: Use gfn_to_rmap() in audit_write_protection() Takuya Yoshikawa
2012-01-23 10:43 ` [PATCH 2/4] KVM: MMU: Use __gfn_to_rmap() in kvm_handle_hva() Takuya Yoshikawa
2012-01-23 10:44 ` [PATCH 3/4] KVM: Introduce gfn_to_index() which returns the index for a given level Takuya Yoshikawa
2012-01-23 10:45 ` [RFC PATCH 4/4] KVM: Decouple rmap_pde from lpage_info write_count Takuya Yoshikawa
2012-01-23 18:40 ` [PATCH 0/4] " Marcelo Tosatti
2012-01-24 11:24 ` Avi Kivity
2012-01-24 14:35   ` Takuya Yoshikawa
2012-01-25  6:20     ` Takuya Yoshikawa

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