aboutsummaryrefslogtreecommitdiff
path: root/include/qemu/cache-utils.h
AgeCommit message (Collapse)AuthorFilesLines
2014-06-23tcg-ppc: Merge cache-utils into the backendRichard Henderson1-44/+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>
2013-11-30util: Use qemu_getauxval in linux qemu_cache_utils_initRichard Henderson1-2/+2
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>
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-0/+44
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>