]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-s390x/cpu.c
cpu: Move reset logging to CPUState
[mirror_qemu.git] / target-s390x / cpu.c
index 732d393209509e2ec6594f74dfecdef3ae4e254f..1ef2fc0e86faf9a460935c44a6eb392592dedaf4 100644 (file)
@@ -65,11 +65,6 @@ static void s390_cpu_reset(CPUState *s)
     S390CPUClass *scc = S390_CPU_GET_CLASS(cpu);
     CPUS390XState *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);
-    }
-
     s390_del_running_cpu(cpu);
 
     scc->parent_reset(s);