All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Cc: aurelien@aurel32.net
Subject: Re: [Qemu-devel] [PATCH v2 0/6] Improve getauxval support
Date: Tue, 01 Oct 2013 14:25:00 -0700	[thread overview]
Message-ID: <524B3DAC.9080908@twiddle.net> (raw)
In-Reply-To: <1378850858-10799-1-git-send-email-rth@twiddle.net>

Ping.

r~

On 09/10/2013 03:07 PM, Richard Henderson wrote:
> Changes from v1:
>   * Fix silly error in patch 1.
> 
> Tested on arm with and without CONFIG_GETAUXVAL commented out
> in config-host.mak.  Tested on ppc only with CONFIG_GETAUXVAL.
> 
> 
> 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
> 

  parent reply	other threads:[~2013-10-01 21:25 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-10 22:07 [Qemu-devel] [PATCH v2 0/6] Improve getauxval support Richard Henderson
2013-09-10 22:07 ` [Qemu-devel] [PATCH v2 1/6] osdep: Create qemu_getauxval and qemu_init_auxval Richard Henderson
2013-10-17 11:48   ` Peter Maydell
2013-09-10 22:07 ` [Qemu-devel] [PATCH v2 2/6] tcg-ppc64: Use qemu_getauxval Richard Henderson
2013-10-17 11:49   ` Peter Maydell
2013-09-10 22:07 ` [Qemu-devel] [PATCH v2 3/6] tcg-arm: " Richard Henderson
2013-10-17 11:59   ` Peter Maydell
2013-09-10 22:07 ` [Qemu-devel] [PATCH v2 4/6] tcg-s390: Use qemu_getauxval in query_facilities Richard Henderson
2013-09-10 22:07 ` [Qemu-devel] [PATCH v2 5/6] util: Provide fallback hwcap and platform for powerpc Richard Henderson
2013-10-17 12:03   ` Peter Maydell
2013-10-17 13:11     ` Richard Henderson
2013-09-10 22:07 ` [Qemu-devel] [PATCH v2 6/6] util: Use qemu_getauxval in linux qemu_cache_utils_init Richard Henderson
2013-10-17 12:05   ` Peter Maydell
2013-09-25 18:15 ` [Qemu-devel] [PATCH v2 0/6] Improve getauxval support Richard Henderson
2013-10-01 21:25 ` Richard Henderson [this message]
2013-10-02  1:42   ` Peter Maydell
2013-10-02 15:31     ` Richard Henderson

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=524B3DAC.9080908@twiddle.net \
    --to=rth@twiddle.net \
    --cc=aurelien@aurel32.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 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.