]> Git Repo - qemu.git/commit - vl.c
util: Use qemu_getauxval in linux qemu_cache_utils_init
authorRichard Henderson <[email protected]>
Mon, 10 Jun 2013 16:05:09 +0000 (09:05 -0700)
committerRichard Henderson <[email protected]>
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 <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
include/qemu/cache-utils.h
linux-user/main.c
util/cache-utils.c
vl.c
This page took 0.027816 seconds and 4 git commands to generate.