From mboxrd@z Thu Jan 1 00:00:00 1970 From: ehrhardt@linux.vnet.ibm.com Date: Fri, 10 Oct 2008 10:59:29 +0000 Subject: [PATCH 0/3] kvmppc: optimize path run on every exit Message-Id: <1223636372-8946-1-git-send-email-ehrhardt@linux.vnet.ibm.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ppc@vger.kernel.org From: Christian Ehrhardt 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(-)