]> git.proxmox.com Git - mirror_qemu.git/commit
cpu: Move tb_jmp_cache field from CPU_COMMON to CPUState
authorAndreas Färber <afaerber@suse.de>
Mon, 26 Aug 2013 04:03:38 +0000 (06:03 +0200)
committerAndreas Färber <afaerber@suse.de>
Thu, 13 Mar 2014 18:20:46 +0000 (19:20 +0100)
commit8cd70437f385fc53f34481d506cf4a18ebe75976
tree3eb662386197cdda01b3576974d9515d4b707ef3
parent28ecfd7a62fafe8f4f0b35a157005f4d13913043
cpu: Move tb_jmp_cache field from CPU_COMMON to CPUState

Clear it on reset.

Signed-off-by: Andreas Färber <afaerber@suse.de>
cpu-exec.c
cputlb.c
include/exec/cpu-defs.h
include/qom/cpu.h
qom/cpu.c
translate-all.c