summaryrefslogtreecommitdiffstats
path: root/util/cache-utils.c
Commit message (Collapse)AuthorAgeFilesLines
* tcg-ppc: Merge cache-utils into the backendRichard Henderson2014-06-231-86/+0
| | | | | | | | | As a "utility", it only supported ppc, and in a way that other tcg backends provided directly in tcg-target.h. Removing this disparity is easier now that the two ppc backends are merged. Tested-by: Tom Musta <tommusta@gmail.com> Signed-off-by: Richard Henderson <rth@twiddle.net>
* 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>
OpenPOWER on IntegriCloud