]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-sh4/cpu.c
cpu: Move reset logging to CPUState
[mirror_qemu.git] / target-sh4 / cpu.c
index 653acec5829365ebcebd67a030a8e6d356251649..03487eb32eabb07b88f0f84ac8690b29c3a00091 100644 (file)
@@ -31,11 +31,6 @@ static void superh_cpu_reset(CPUState *s)
     SuperHCPUClass *scc = SUPERH_CPU_GET_CLASS(cpu);
     CPUSH4State *env = &cpu->env;
 
-    if (qemu_loglevel_mask(CPU_LOG_RESET)) {
-        qemu_log("CPU Reset (CPU %d)\n", s->cpu_index);
-        log_cpu_state(s, 0);
-    }
-
     scc->parent_reset(s);
 
     memset(env, 0, offsetof(CPUSH4State, breakpoints));