qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 4/5] include: Move qemu_[id]cache_* declarations to new qemu/


From: Richard Henderson
Subject: Re: [PATCH 4/5] include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.h
Date: Wed, 9 Feb 2022 10:04:51 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

On 2/9/22 07:08, Peter Maydell wrote:
The qemu_icache_linesize, qemu_icache_linesize_log,
qemu_dcache_linesize, and qemu_dcache_linesize_log variables are not
used in many files.  Move them out of osdep.h to a new
qemu/cacheinfo.h, and document them.

Signed-off-by: Peter Maydell<peter.maydell@linaro.org>
---
  include/qemu/cacheinfo.h  | 21 +++++++++++++++++++++
  include/qemu/osdep.h      |  5 -----
  accel/tcg/translate-all.c |  1 +
  plugins/loader.c          |  1 +
  tcg/region.c              |  1 +
  tcg/tcg.c                 |  1 +
  util/atomic64.c           |  1 +
  util/cacheflush.c         |  1 +
  util/cacheinfo.c          |  1 +
  9 files changed, 28 insertions(+), 5 deletions(-)
  create mode 100644 include/qemu/cacheinfo.h

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]