qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/1] ARM aarch64 TCG tlb fast lookup
@ 2013-06-20 10:48 Jani Kokkonen
  2013-06-20 10:53 ` [Qemu-devel] [PATCH 1/1] tcg/aarch64: Implement tlb lookup fast path Jani Kokkonen
  0 siblings, 1 reply; 5+ messages in thread
From: Jani Kokkonen @ 2013-06-20 10:48 UTC (permalink / raw)
  To: Claudio Fontana; +Cc: Peter Maydell, qemu-devel@nongnu.org, Richard Henderson


This patch implements the TCG tlb fast lookup in 
tcg_out_qemu_ld/st for the aarch64 TCG target.  
Supports also CONFIG_QEMU_LDST_OPTIMIZATION.

Tested running on a x86-64 physical machine running Foundation v8,
running a linux 3.2.0 minimal host system based on linaro v8
image build 0.8.4423 for user space.

Tested guests: arm v5, PPC64, sparc, i386 linux test images.
Also tested on x86-64/linux built with buildroot.

Jani Kokkonen (1):
  tcg/aarch64: Implement tlb lookup fast path

 configure                |    2 +-
 include/exec/exec-all.h  |   16 +++-
 tcg/aarch64/tcg-target.c |  197 ++++++++++++++++++++++++++++++++++------------
 3 files changed, 162 insertions(+), 53 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2013-06-20 17:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-20 10:48 [Qemu-devel] [PATCH 0/1] ARM aarch64 TCG tlb fast lookup Jani Kokkonen
2013-06-20 10:53 ` [Qemu-devel] [PATCH 1/1] tcg/aarch64: Implement tlb lookup fast path Jani Kokkonen
2013-06-20 14:58   ` Claudio Fontana
2013-06-20 16:55     ` Richard Henderson
2013-06-20 17:05   ` Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).