[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL for-7.1 14/36] target/nios2: Remove log_cpu_state from reset
|
From: |
Richard Henderson |
|
Subject: |
[PULL for-7.1 14/36] target/nios2: Remove log_cpu_state from reset |
|
Date: |
Sun, 20 Mar 2022 10:11:13 -0700 |
This is redundant with the logging done in cpu_common_reset.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
target/nios2/cpu.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/target/nios2/cpu.c b/target/nios2/cpu.c
index 6975ae4bdb..b0877cb39e 100644
--- a/target/nios2/cpu.c
+++ b/target/nios2/cpu.c
@@ -46,11 +46,6 @@ static void nios2_cpu_reset(DeviceState *dev)
Nios2CPUClass *ncc = NIOS2_CPU_GET_CLASS(cpu);
CPUNios2State *env = &cpu->env;
- if (qemu_loglevel_mask(CPU_LOG_RESET)) {
- qemu_log("CPU Reset (CPU %d)\n", cs->cpu_index);
- log_cpu_state(cs, 0);
- }
-
ncc->parent_reset(dev);
memset(env->regs, 0, sizeof(uint32_t) * NUM_CORE_REGS);
--
2.25.1
- [PULL for-7.1 02/36] target/hexagon: Remove qemu_set_log in hexagon_translate_init, (continued)
- [PULL for-7.1 02/36] target/hexagon: Remove qemu_set_log in hexagon_translate_init, Richard Henderson, 2022/03/20
- [PULL for-7.1 04/36] os-posix: Use qemu_log_enabled, Richard Henderson, 2022/03/20
- [PULL for-7.1 08/36] *: Use fprintf between qemu_log_lock/unlock, Richard Henderson, 2022/03/20
- [PULL for-7.1 07/36] hw/xen: Split out xen_pv_output_msg, Richard Henderson, 2022/03/20
- [PULL for-7.1 16/36] util/log: Remove qemu_log_flush, Richard Henderson, 2022/03/20
- [PULL for-7.1 11/36] exec/translator: Pass the locked filepointer to disas_log hook, Richard Henderson, 2022/03/20
- [PULL for-7.1 14/36] target/nios2: Remove log_cpu_state from reset,
Richard Henderson <=
- [PULL for-7.1 25/36] bsd-user: Use qemu_set_log_filename_flags, Richard Henderson, 2022/03/20
- [PULL for-7.1 20/36] tests/unit: Do not reference QemuLogFile directly, Richard Henderson, 2022/03/20
- [PULL for-7.1 03/36] util/log: Pass Error pointer to qemu_set_log, Richard Henderson, 2022/03/20
- [PULL for-7.1 05/36] util/log: Move qemu_log_lock, qemu_log_unlock out of line, Richard Henderson, 2022/03/20
- [PULL for-7.1 06/36] util/log: Treat qemu_log_lock like trylock, Richard Henderson, 2022/03/20