public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] KVM: Introduce kvm_arch_memslots_updated() and use it for x86's mmio optimization
@ 2013-07-04  4:39 Takuya Yoshikawa
  2013-07-04  4:40 ` [PATCH 1/2] KVM: Introduce kvm_arch_memslots_updated() Takuya Yoshikawa
  2013-07-04  4:41 ` [PATCH v2 2/2] KVM: x86: Avoid zapping mmio sptes twice for generation wraparound Takuya Yoshikawa
  0 siblings, 2 replies; 8+ messages in thread
From: Takuya Yoshikawa @ 2013-07-04  4:39 UTC (permalink / raw)
  To: gleb, pbonzini
  Cc: kvm, agraf, borntraeger, cornelia.huck, christoffer.dall,
	xiaoguangrong

Patch 1: KVM-arch maintainers, please review this one.
  {x86, power, s390, arm}-kvm maintainers CCed.
  Could not find mips-kvm maintainer in MAINTAINERS.

Patch 2: I did not move the body of kvm_mmu_invalidate_mmio_sptes() into
  x86.c because it looked like mmu details.

Takuya Yoshikawa (2):
  KVM: Introduce kvm_arch_memslots_updated()
  KVM: x86: Avoid zapping mmio sptes twice for generation wraparound

 arch/arm/kvm/arm.c         |    4 ++++
 arch/ia64/kvm/kvm-ia64.c   |    4 ++++
 arch/mips/kvm/kvm_mips.c   |    4 ++++
 arch/powerpc/kvm/powerpc.c |    4 ++++
 arch/s390/kvm/kvm-s390.c   |    4 ++++
 arch/x86/kvm/mmu.c         |    5 +----
 arch/x86/kvm/x86.c         |   14 +++++++++-----
 include/linux/kvm_host.h   |    1 +
 virt/kvm/kvm_main.c        |    5 ++++-
 9 files changed, 35 insertions(+), 10 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2013-07-08 10:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-04  4:39 [PATCH 0/2] KVM: Introduce kvm_arch_memslots_updated() and use it for x86's mmio optimization Takuya Yoshikawa
2013-07-04  4:40 ` [PATCH 1/2] KVM: Introduce kvm_arch_memslots_updated() Takuya Yoshikawa
2013-07-04  9:53   ` Gleb Natapov
2013-07-04 10:24     ` Alexander Graf
2013-07-08 10:49     ` Cornelia Huck
2013-07-04 10:28   ` Xiao Guangrong
2013-07-04  4:41 ` [PATCH v2 2/2] KVM: x86: Avoid zapping mmio sptes twice for generation wraparound Takuya Yoshikawa
2013-07-04 10:27   ` Xiao Guangrong

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