All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] kvmppc: optimize path run on every exit
@ 2008-10-10 10:59 ehrhardt
  2008-10-13 12:07 ` ehrhardt
  0 siblings, 1 reply; 2+ messages in thread
From: ehrhardt @ 2008-10-10 10:59 UTC (permalink / raw)
  To: kvm-ppc

From: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>

A small patch series of optimizations out of our discussions and my
experiments this week.
All patches improve the generic path executed for every exit we take,
therefore even a littel improvement can help a lot.

I would be happy if we could apply those soon. I'll continue looking into the
TLB stuff eating ~30% of our time. But since that might take a while I would be
happy if these three patches could be applied now (and relieve me, by not
having to keep them in sync).

Comments welcome, especially since exits still feel too long (current
assumption cache or tlb issues). See my other mails about exit timing on
kvm-ppc@vger.kernel.org

[patches in series]
Subject: [PATCH 1/3] kvmppc: optimize irq delivery path
Subject: [PATCH 2/3] kvmppc: optimize kvm stat handling
Subject: [PATCH 3/3] kvmppc: optimize find first bit

---
[diffstat]
 arch/powerpc/kvm/booke_guest.c   |  184 +++++++++++++++------------------------
 b/arch/powerpc/kvm/booke_guest.c |    2
 b/arch/powerpc/kvm/emulate.c     |   64 ++++++-------
 b/arch/powerpc/kvm/powerpc.c     |    5 -
 b/include/asm-powerpc/kvm_asm.h  |   18 +++
 b/include/asm-powerpc/kvm_ppc.h  |    9 -
 6 files changed, 130 insertions(+), 152 deletions(-)

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

end of thread, other threads:[~2008-10-13 12:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-10 10:59 [PATCH 0/3] kvmppc: optimize path run on every exit ehrhardt
2008-10-13 12:07 ` ehrhardt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.