From: Christian Ehrhardt <[EMAIL PROTECTED]>

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
[email protected]

[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(-)
--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to