[PATCH v2 0/3] util: Optimize flushing when ppc host has coherent icache

Richard Henderson posted 3 patches 1 year, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220621014837.189139-1-richard.henderson@linaro.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>
util/cacheflush.c | 247 +++++++++++++++++++++++++++++++++++++++++++---
util/cacheinfo.c  | 200 -------------------------------------
util/meson.build  |   2 +-
3 files changed, 232 insertions(+), 217 deletions(-)
delete mode 100644 util/cacheinfo.c
[PATCH v2 0/3] util: Optimize flushing when ppc host has coherent icache
Posted by Richard Henderson 1 year, 10 months ago
This is Nick's patch, with the merge of the two files
as I suggested, and the aarch64 cleanup I promised.


r~


Nicholas Piggin (1):
  util/cacheflush: Optimize flushing when ppc host has coherent icache

Richard Henderson (2):
  util: Merge cacheflush.c and cacheinfo.c
  util/cacheflush: Merge aarch64 ctr_el0 usage

 util/cacheflush.c | 247 +++++++++++++++++++++++++++++++++++++++++++---
 util/cacheinfo.c  | 200 -------------------------------------
 util/meson.build  |   2 +-
 3 files changed, 232 insertions(+), 217 deletions(-)
 delete mode 100644 util/cacheinfo.c

-- 
2.34.1