]> git.proxmox.com Git - qemu.git/commit - translate-all.c
cpu: Move current_tb field to CPUState
authorAndreas Färber <afaerber@suse.de>
Wed, 16 Jan 2013 18:29:31 +0000 (19:29 +0100)
committerAndreas Färber <afaerber@suse.de>
Sat, 16 Feb 2013 13:51:00 +0000 (14:51 +0100)
commitd77953b94ff20868b21796ee22ca57baa1cfc941
treec98997e02a8a096cb8a1e72220cc129117a11136
parentfcd7d0034b7eddba505a548f456f452bf5a7d56c
cpu: Move current_tb field to CPUState

Explictly NULL it on CPU reset since it was located before breakpoints.

Change vapic_report_tpr_access() argument to CPUState. This also
resolves the use of void* for cpu.h independence.
Change vAPIC patch_instruction() argument to X86CPU.

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