From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 0/6] Improve getauxval support
Date: Mon, 26 Aug 2013 13:26:36 -0700 [thread overview]
Message-ID: <521BB9FC.3070508@twiddle.net> (raw)
In-Reply-To: <1376779088-9648-1-git-send-email-rth@twiddle.net>
Ping.
r~
On 08/17/2013 03:38 PM, Richard Henderson wrote:
> The getauxval routine was added to glibc for 2.16. In order to
> better support qemu on systems prior to 2.16, add a qemu_getauxval
> entry point, and add the relevant defines to our own elf.h.
>
>
> 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: Provide fallback hwcap and platform for powerpc
> util: Use qemu_getauxval in linux qemu_cache_utils_init
>
> include/elf.h | 70 ++++++++++++++++++++++
> include/qemu/cache-utils.h | 4 +-
> include/qemu/osdep.h | 20 +++++++
> linux-user/main.c | 3 +-
> tcg/arm/tcg-target.c | 15 ++---
> tcg/ppc64/tcg-target.c | 11 +---
> tcg/s390/tcg-target.c | 95 ++++--------------------------
> util/Makefile.objs | 1 +
> util/cache-utils.c | 51 +++++++---------
> util/getauxval.c | 143 +++++++++++++++++++++++++++++++++++++++++++++
> vl.c | 3 +-
> 11 files changed, 280 insertions(+), 136 deletions(-)
> create mode 100644 util/getauxval.c
>
prev parent reply other threads:[~2013-08-26 20:26 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-17 22:38 [Qemu-devel] [PATCH 0/6] Improve getauxval support Richard Henderson
2013-08-17 22:38 ` [Qemu-devel] [PATCH 1/6] osdep: Create qemu_getauxval and qemu_init_auxval Richard Henderson
2013-08-29 21:17 ` Aurelien Jarno
2013-08-17 22:38 ` [Qemu-devel] [PATCH 2/6] tcg-ppc64: Use qemu_getauxval Richard Henderson
2013-08-17 22:38 ` [Qemu-devel] [PATCH 3/6] tcg-arm: " Richard Henderson
2013-08-17 22:38 ` [Qemu-devel] [PATCH 4/6] tcg-s390: Use qemu_getauxval in query_facilities Richard Henderson
2013-08-17 22:38 ` [Qemu-devel] [PATCH 5/6] util: Provide fallback hwcap and platform for powerpc Richard Henderson
2013-08-17 22:38 ` [Qemu-devel] [PATCH 6/6] util: Use qemu_getauxval in linux qemu_cache_utils_init Richard Henderson
2013-08-26 20:26 ` 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=521BB9FC.3070508@twiddle.net \
--to=rth@twiddle.net \
--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).