[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v6 02/16] icount: rename functions to be consistent with the
From: |
Richard Henderson |
Subject: |
Re: [PATCH v6 02/16] icount: rename functions to be consistent with the module name |
Date: |
Tue, 1 Sep 2020 10:18:46 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
On 9/1/20 12:21 AM, Claudio Fontana wrote:
> Signed-off-by: Claudio Fontana <cfontana@suse.de>
> ---
> accel/tcg/cpu-exec.c | 4 ++--
> docs/replay.txt | 6 +++---
> include/sysemu/cpu-timers.h | 16 +++++++-------
> include/sysemu/replay.h | 4 ++--
> replay/replay.c | 2 +-
> softmmu/cpu-timers.c | 4 ++--
> softmmu/cpus.c | 6 +++---
> softmmu/icount.c | 42 ++++++++++++++++++-------------------
> softmmu/vl.c | 2 +-
> stubs/icount.c | 16 +++++++-------
> target/arm/helper.c | 4 ++--
> target/riscv/csr.c | 4 ++--
> util/main-loop.c | 2 +-
> util/qemu-timer.c | 4 ++--
> 14 files changed, 58 insertions(+), 58 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~
- [PATCH v6 00/16] QEMU cpus.c refactoring part2, Claudio Fontana, 2020/09/01
- [PATCH v6 02/16] icount: rename functions to be consistent with the module name, Claudio Fontana, 2020/09/01
- [PATCH v6 03/16] cpus: prepare new CpusAccel cpu accelerator interface, Claudio Fontana, 2020/09/01
- [PATCH v6 05/16] cpus: extract out qtest-specific code to accel/qtest, Claudio Fontana, 2020/09/01
- [PATCH v6 04/16] cpus: extract out TCG-specific code to accel/tcg, Claudio Fontana, 2020/09/01
- [PATCH v6 07/16] cpus: extract out hax-specific code to target/i386/, Claudio Fontana, 2020/09/01
- [PATCH v6 10/16] cpus: cleanup now unneeded includes, Claudio Fontana, 2020/09/01