From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, Anthony Liguori <aliguori@us.ibm.com>
Subject: Re: [Qemu-devel] [PATCH v3 0/6] Improve getauxval support
Date: Tue, 19 Nov 2013 16:58:47 +1000 [thread overview]
Message-ID: <528B0C27.6080002@twiddle.net> (raw)
In-Reply-To: <526E9F40.1020000@twiddle.net>
Ping.
r~
On 10/29/2013 03:30 AM, Richard Henderson wrote:
> Ping.
>
> r~
>
> On 10/17/2013 08:29 AM, Richard Henderson wrote:
>> Changes from v2:
>> * Rebase for trivial conflicts
>> * Fix codingstyle errors
>> * Drop the static fallback code
>> * Use getauxval for AT_EXECFD
>>
>>
>> r~
>>
>>
>> Richard Henderson (6):
>> osdep: Create qemu_getauxval and qemu_init_auxval
>> tcg-ppc64: Use qemu_getauxval
>> tcg-arm: Use qemu_getauxval
>> tcg-s390: Use qemu_getauxval in query_facilities
>> util: Use qemu_getauxval in linux qemu_cache_utils_init
>> linux-user: Use qemu_getauxval for AT_EXECFD
>>
>> include/elf.h | 73 +++++++++++++++++++++++++++++++++++
>> include/qemu/cache-utils.h | 4 +-
>> include/qemu/osdep.h | 25 ++++++++++++
>> linux-user/main.c | 35 ++++-------------
>> tcg/arm/tcg-target.c | 14 +++----
>> tcg/ppc64/tcg-target.c | 11 +-----
>> tcg/s390/tcg-target.c | 95 ++++++----------------------------------------
>> util/Makefile.objs | 1 +
>> util/cache-utils.c | 51 ++++++++++---------------
>> util/getauxval.c | 74 ++++++++++++++++++++++++++++++++++++
>> vl.c | 3 +-
>> 11 files changed, 224 insertions(+), 162 deletions(-)
>> create mode 100644 util/getauxval.c
>>
>
prev parent reply other threads:[~2013-11-19 6:59 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-17 15:29 [Qemu-devel] [PATCH v3 0/6] Improve getauxval support Richard Henderson
2013-10-17 15:29 ` [Qemu-devel] [PATCH v3 1/6] osdep: Create qemu_getauxval and qemu_init_auxval Richard Henderson
2013-10-17 15:33 ` Peter Maydell
2013-10-17 15:29 ` [Qemu-devel] [PATCH v3 2/6] tcg-ppc64: Use qemu_getauxval Richard Henderson
2013-10-17 15:29 ` [Qemu-devel] [PATCH v3 3/6] tcg-arm: " Richard Henderson
2013-11-29 11:29 ` Peter Maydell
2013-10-17 15:29 ` [Qemu-devel] [PATCH v3 4/6] tcg-s390: Use qemu_getauxval in query_facilities Richard Henderson
2013-10-17 15:29 ` [Qemu-devel] [PATCH v3 5/6] util: Use qemu_getauxval in linux qemu_cache_utils_init Richard Henderson
2013-10-17 15:29 ` [Qemu-devel] [PATCH v3 6/6] linux-user: Use qemu_getauxval for AT_EXECFD Richard Henderson
2013-10-17 15:33 ` Peter Maydell
2013-10-28 17:30 ` [Qemu-devel] [PATCH v3 0/6] Improve getauxval support Richard Henderson
2013-11-19 6:58 ` Richard Henderson [this message]
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=528B0C27.6080002@twiddle.net \
--to=rth@twiddle.net \
--cc=aliguori@us.ibm.com \
--cc=peter.maydell@linaro.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.