From: Jani Kokkonen <Jani.Kokkonen@huawei.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: Claudio Fontana <claudio.fontana@huawei.com>,
"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>,
Richard Henderson <rth@twiddle.net>
Subject: [Qemu-devel] [PATCH V2 0/1] ARM aarch64 TCG tlb fast lookup
Date: Wed, 10 Jul 2013 16:48:52 +0200 [thread overview]
Message-ID: <51DD7454.4020204@huawei.com> (raw)
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.
Changes in v2:
-Fix whitespace and indentation
-Pass mem_index into tcg_out_tlb_read() and calculate tlb_offset inside
tcg_out_tlb_read()
-Add comments in tcg_out_tlb_read()
-Change parameter type from int to TCGREg for data_reg and addr_reg parameters
in add_qemu_ldst_label()
-Use extended register for tcg_out_cmp() in tcg_out_tlb_read() only if needed
Jani Kokkonen (1):
tcg/aarch64: Implement tlb lookup fast path
configure | 2 +-
include/exec/exec-all.h | 14 +++
tcg/aarch64/tcg-target.c | 224 +++++++++++++++++++++++++++++++++++-----------
3 files changed, 189 insertions(+), 51 deletions(-)
--
1.7.9.5
next reply other threads:[~2013-07-10 14:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-10 14:48 Jani Kokkonen [this message]
2013-07-10 15:02 ` [Qemu-devel] [PATCH V2 1/1] tcg/aarch64: Implement tlb lookup fast path Jani Kokkonen
2013-07-10 16:07 ` [Qemu-devel] [PATCH V2 0/1] ARM aarch64 TCG tlb fast lookup Richard Henderson
2013-07-15 9:43 ` Claudio Fontana
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51DD7454.4020204@huawei.com \
--to=jani.kokkonen@huawei.com \
--cc=claudio.fontana@huawei.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=rth@twiddle.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).