public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V4 0/3] KVM: x86: MMU: Clean up x86's mmu code for future work - part2
@ 2015-11-26 12:13 Takuya Yoshikawa
  2015-11-26 12:14 ` [PATCH 1/3] KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shadow_page() Takuya Yoshikawa
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Takuya Yoshikawa @ 2015-11-26 12:13 UTC (permalink / raw)
  To: pbonzini; +Cc: kvm, linux-kernel, mtosatti, guangrong.xiao

Guests worked normally in shadow paging mode (ept=0) on my test machine.

Please check if the first two patches reflect what you meant correctly.

Takuya Yoshikawa (3):
  [1] KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shadow_page()
  [2] KVM: x86: MMU: Use for_each_rmap_spte macro instead of pte_list_walk()
  [3] KVM: x86: MMU: Remove unused parameter parent_pte from kvm_mmu_get_page()

 arch/x86/kvm/mmu.c         | 70 +++++++++++++++-------------------------------
 arch/x86/kvm/paging_tmpl.h | 10 +++----
 2 files changed, 26 insertions(+), 54 deletions(-)

-- 
2.1.0


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

end of thread, other threads:[~2015-11-26 14:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-26 12:13 [PATCH V4 0/3] KVM: x86: MMU: Clean up x86's mmu code for future work - part2 Takuya Yoshikawa
2015-11-26 12:14 ` [PATCH 1/3] KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shadow_page() Takuya Yoshikawa
2015-11-26 12:15 ` [PATCH 2/3] KVM: x86: MMU: Use for_each_rmap_spte macro instead of pte_list_walk() Takuya Yoshikawa
2015-11-26 12:16 ` [PATCH 3/3] KVM: x86: MMU: Remove unused parameter parent_pte from kvm_mmu_get_page() Takuya Yoshikawa
2015-11-26 14:31 ` [PATCH V4 0/3] KVM: x86: MMU: Clean up x86's mmu code for future work - part2 Paolo Bonzini

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