From: "Alex Bennée" <alex.bennee@linaro.org>
To: qemu-devel@nongnu.org
Cc: cota@braap.org, mark.cave-ayland@ilande.co.uk,
"Alex Bennée" <alex.bennee@linaro.org>
Subject: [Qemu-devel] [PATCH v3 0/3] softmmu demacro
Date: Fri, 15 Feb 2019 14:31:12 +0000 [thread overview]
Message-ID: <20190215143115.28777-1-alex.bennee@linaro.org> (raw)
Hi,
This is hopefully the final version of the softmmu demacro series. I
tracked down the remaining failures to:
- not always using the correct victim tlb
- not masking reads when we unrolled the unaligned helpers
Other than that I've rolled in the changes that were made to support
dynamic TLB code and the follow-up fixes. All patches need some review
before we can merge them.
Alex Bennée (3):
accel/tcg: demacro cputlb
accel/tcg: remove softmmu_template.h
accel/tcg: move unaligned helpers out of core helpers
accel/tcg/cputlb.c | 501 +++++++++++++++++++++++++++++++++--
accel/tcg/softmmu_template.h | 454 -------------------------------
2 files changed, 475 insertions(+), 480 deletions(-)
delete mode 100644 accel/tcg/softmmu_template.h
--
2.20.1
next reply other threads:[~2019-02-15 14:31 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-15 14:31 Alex Bennée [this message]
2019-02-15 14:31 ` [Qemu-devel] [PATCH v3 1/3] accel/tcg: demacro cputlb Alex Bennée
2019-02-15 14:31 ` [Qemu-devel] [PATCH v3 2/3] accel/tcg: remove softmmu_template.h Alex Bennée
2019-02-15 14:31 ` [Qemu-devel] [PATCH v3 3/3] accel/tcg: move unaligned helpers out of core helpers Alex Bennée
2019-02-15 15:03 ` [Qemu-devel] [PATCH v3 0/3] softmmu demacro no-reply
2019-02-19 14:22 ` Alex Bennée
2019-02-19 18:25 ` Emilio G. Cota
2019-02-25 22:27 ` Mark Cave-Ayland
2019-02-26 9:24 ` Alex Bennée
2019-02-26 19:03 ` Mark Cave-Ayland
2019-02-26 19:57 ` Mark Cave-Ayland
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=20190215143115.28777-1-alex.bennee@linaro.org \
--to=alex.bennee@linaro.org \
--cc=cota@braap.org \
--cc=mark.cave-ayland@ilande.co.uk \
--cc=qemu-devel@nongnu.org \
/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).