]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
util: Use qemu_getauxval in linux qemu_cache_utils_init
authorRichard Henderson <rth@twiddle.net>
Mon, 10 Jun 2013 16:05:09 +0000 (09:05 -0700)
committerRichard Henderson <rth@twiddle.net>
Fri, 29 Nov 2013 18:45:30 +0000 (07:45 +1300)
commit664d2c4458a268eb176a223c397453a72ed167f4
treec01a338ca7bb53bb9cb2cb25340fd8f9de838797
parentc9baa30f42a87f61627391698f63fa4d1566d9d8
util: Use qemu_getauxval in linux qemu_cache_utils_init

With this we no longer pass down envp, and thus all systems can have
the same void prototype.  So also eliminate a useless thunk.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
include/qemu/cache-utils.h
linux-user/main.c
util/cache-utils.c
vl.c