Re: [Qemu-devel] [PATCH v2 0/6] Improve getauxval support

2013-10-02 Thread Richard Henderson
On 10/01/2013 06:42 PM, Peter Maydell wrote: > On 2 October 2013 06:25, Richard Henderson wrote: >> Ping. > > Does this need updating now that commit 03cfd8faa (which manually > walks through the auxval in get_execfd()) has been committed? Well, such a patch could be added to the series, but it

Re: [Qemu-devel] [PATCH v2 0/6] Improve getauxval support

2013-10-01 Thread Peter Maydell
On 2 October 2013 06:25, Richard Henderson wrote: > Ping. Does this need updating now that commit 03cfd8faa (which manually walks through the auxval in get_execfd()) has been committed? thanks -- PMM

Re: [Qemu-devel] [PATCH v2 0/6] Improve getauxval support

2013-10-01 Thread Richard Henderson
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: C

Re: [Qemu-devel] [PATCH v2 0/6] Improve getauxval support

2013-09-25 Thread Richard Henderson
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: C

[Qemu-devel] [PATCH v2 0/6] Improve getauxval support

2013-09-10 Thread Richard Henderson
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: