summary refs log tree commit diff stats
path: root/util/cache-utils.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* util: Use qemu_getauxval in linux qemu_cache_utils_initRichard Henderson2013-11-301-31/+20
| | | | | | | | 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>
* build: move libqemuutil.a components to util/Paolo Bonzini2013-01-121-0/+97
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>