From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-devel@nongnu.org
Cc: "Justin M. Forbes" <jmforbes@linuxtx.org>
Subject: [Qemu-devel] [PULL 0/4][STABLE] ARM patch queue (for 0.15)
Date: Wed, 27 Jul 2011 14:47:52 +0100 [thread overview]
Message-ID: <1311774476-23321-1-git-send-email-peter.maydell@linaro.org> (raw)
This is a pull request for some ARM patches which I think should
go into 0.15. Justifications:
* "Mark 1136r1 as v6K" -- needed so recent 1136 Linux kernels boot
* "Support v6 barriers" -- needed to run code compiled for v6
* UNDEF/UNPREDICTABLE patches -- fix bugs which allow guest code to
crash qemu
(In fact I think all of the patches in the pullreq targeted at master
are pretty safe to go in, but this is the minimal set. The 1136-is-v6k
patch is slightly different from the master one because 0.15 doesn't
get the 'support 1176' patch.)
Thanks
-- PMM
Peter Maydell (4):
target-arm: Mark 1136r1 as a v6K core
target-arm: Support v6 barriers in linux-user mode
target-arm: Handle UNDEF and UNPREDICTABLE cases for VLDM, VSTM
target-arm: UNDEF on a VCVTT/VCVTB UNPREDICTABLE to avoid TCG assert
target-arm/cpu.h | 1 +
target-arm/helper.c | 21 ++++++++-
target-arm/translate.c | 108 +++++++++++++++++++++++++++++++++---------------
3 files changed, 95 insertions(+), 35 deletions(-)
next reply other threads:[~2011-07-27 13:56 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-27 13:47 Peter Maydell [this message]
2011-07-27 13:47 ` [Qemu-devel] [PATCH 1/4] target-arm: Mark 1136r1 as a v6K core Peter Maydell
2011-07-27 13:47 ` [Qemu-devel] [PATCH 2/4] target-arm: Support v6 barriers in linux-user mode Peter Maydell
2011-07-27 13:47 ` [Qemu-devel] [PATCH 3/4] target-arm: Handle UNDEF and UNPREDICTABLE cases for VLDM, VSTM Peter Maydell
2011-07-27 13:47 ` [Qemu-devel] [PATCH 4/4] target-arm: UNDEF on a VCVTT/VCVTB UNPREDICTABLE to avoid TCG assert Peter Maydell
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=1311774476-23321-1-git-send-email-peter.maydell@linaro.org \
--to=peter.maydell@linaro.org \
--cc=jmforbes@linuxtx.org \
--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).