From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-devel@nongnu.org
Cc: "Riku Voipio" <riku.voipio@iki.fi>,
"Paul Brook" <paul@codesourcery.com>,
patches@linaro.org, "Andreas Färber" <afaerber@suse.de>
Subject: [Qemu-devel] [PATCH v2 0/2] target-arm, linux-user: userspace ARM BE8 support
Date: Fri, 30 Mar 2012 18:02:48 +0100 [thread overview]
Message-ID: <1333126970-4144-1-git-send-email-peter.maydell@linaro.org> (raw)
This is an update of Paul Brook's patch adding support for
ARM BE8 userspace binaries:
http://patchwork.ozlabs.org/patch/143758/
where I've basically just fixed the nits noted in code review:
* rebase
* use EF_ defines rather than hardcoded constants
* make bswap_code a bool for future VMSTATE macro compatibility
* update comment in cpu.h about TB flags bit field usage
* factor out load-code-and-swap into arm_ld*_code functions and
get_user_code* macros
* fix stray trailing space at end of line
* added braces in disas.c to satisfy checkpatch
Paul: if you'd prefer it if I backed any of these out again,
do say. Otherwise (unless Riku would prefer it to go through
linux-user) I will probably put this in the next target-arm
pullreq in a fortnight's time.
Thanks!
-- PMM
Paul Brook (1):
Userspace ARM BE8 support
Peter Maydell (1):
elf.h: Update EF_ARM_ constants to newer ABI versions
disas.c | 18 +++++++++++++-----
elf.h | 21 +++++++++++++++++++++
linux-user/elfload.c | 1 +
linux-user/main.c | 34 +++++++++++++++++++++++++++++-----
linux-user/qemu.h | 1 +
target-arm/cpu.h | 32 ++++++++++++++++++++++++++++++--
target-arm/helper.c | 9 +++++----
target-arm/translate.c | 11 +++++++----
8 files changed, 107 insertions(+), 20 deletions(-)
next reply other threads:[~2012-03-30 17:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-30 17:02 Peter Maydell [this message]
2012-03-30 17:02 ` [Qemu-devel] [PATCH v2 1/2] elf.h: Update EF_ARM_ constants to newer ABI versions Peter Maydell
2012-03-30 17:02 ` [Qemu-devel] [PATCH v2 2/2] Userspace ARM BE8 support 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=1333126970-4144-1-git-send-email-peter.maydell@linaro.org \
--to=peter.maydell@linaro.org \
--cc=afaerber@suse.de \
--cc=patches@linaro.org \
--cc=paul@codesourcery.com \
--cc=qemu-devel@nongnu.org \
--cc=riku.voipio@iki.fi \
/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).