Re: [Qemu-devel] [PATCH v3 3/6] tcg-arm: Use qemu_getauxval

2013-11-29 Thread Peter Maydell
On 17 October 2013 16:29, Richard Henderson wrote: > Allow host detection on linux systems without glibc 2.16 or later. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell (this is I think the only patch in this series I haven't reviewed, except for the s390 one which I don't know

[Qemu-devel] [PATCH v3 3/6] tcg-arm: Use qemu_getauxval

2013-10-17 Thread Richard Henderson
Allow host detection on linux systems without glibc 2.16 or later. Signed-off-by: Richard Henderson --- include/elf.h| 25 + tcg/arm/tcg-target.c | 14 +- 2 files changed, 30 insertions(+), 9 deletions(-) diff --git a/include/elf.h b/include/elf.h ind