From: Christophe Lyon <christophe.lyon@st.com>
To: qemu-devel@nongnu.org, christophe.lyon@linaro.org,
peter.maydell@linaro.org, riku.voipio@iki.fi, laurent@vivier.eu
Subject: [Qemu-devel] [ARM/FDPIC v2 0/4] FDPIC ABI for ARM
Date: Mon, 23 Apr 2018 09:51:51 +0200 [thread overview]
Message-ID: <20180423075215.4572-1-christophe.lyon@st.com> (raw)
Hello,
This is v2 of:
https://lists.gnu.org/archive/html/qemu-devel/2018-04/msg00783.html
Compared to v1, I have addressed Peter's comments:
- patch #1 removes CONFIG_USE_FDPIC
- patch #2 corresponds to the previous patch #1, and is now simpler
without configure option
- patch #3 corresponds to the previous patch #2, and uses TaskState
instead of CPUARMState
- patch #4 corresponds to the previous patch #3, and fixes guest
pointer dereferencing
Is this now OK?
Thanks,
Christophe
Christophe Lyon (4):
Remove CONFIG_USE_FDPIC.
linux-user: ARM-FDPIC: Identify ARM FDPIC binaries
linux-user: ARM-FDPIC: Add support of FDPIC for ARM.
linux-user: ARM-FDPIC: Add support for signals for FDPIC targets
include/elf.h | 1 +
linux-user/elfload.c | 53 +++++++++++++++++++++++-------
linux-user/main.c | 3 ++
linux-user/qemu.h | 10 ++++--
linux-user/signal.c | 91 +++++++++++++++++++++++++++++++++++++++++++---------
5 files changed, 129 insertions(+), 29 deletions(-)
--
2.6.3
next reply other threads:[~2018-04-23 7:52 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-23 7:51 Christophe Lyon [this message]
2018-04-23 7:51 ` [Qemu-devel] [ARM/FDPIC v2 1/4] Remove CONFIG_USE_FDPIC Christophe Lyon
2018-04-23 12:23 ` Peter Maydell
2018-04-23 7:51 ` [Qemu-devel] [ARM/FDPIC v2 2/4] linux-user: ARM-FDPIC: Identify ARM FDPIC binaries Christophe Lyon
2018-04-23 12:17 ` Peter Maydell
2018-04-23 12:53 ` Christophe Lyon
2018-04-23 13:26 ` Peter Maydell
2018-04-23 7:51 ` [Qemu-devel] [ARM/FDPIC v2 3/4] linux-user: ARM-FDPIC: Add support of FDPIC for ARM Christophe Lyon
2018-04-23 12:49 ` Peter Maydell
2018-04-23 14:13 ` Christophe Lyon
2018-04-23 15:13 ` Peter Maydell
2018-04-23 7:51 ` [Qemu-devel] [ARM/FDPIC v2 4/4] linux-user: ARM-FDPIC: Add support for signals for FDPIC targets Christophe Lyon
2018-04-23 13:05 ` Peter Maydell
2018-04-23 14:22 ` Christophe Lyon
2018-04-23 15:31 ` 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=20180423075215.4572-1-christophe.lyon@st.com \
--to=christophe.lyon@st.com \
--cc=christophe.lyon@linaro.org \
--cc=laurent@vivier.eu \
--cc=peter.maydell@linaro.org \
--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).