]> git.proxmox.com Git - qemu.git/commit
cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()
authorAndreas Färber <afaerber@suse.de>
Fri, 28 Jun 2013 17:31:32 +0000 (19:31 +0200)
committerAndreas Färber <afaerber@suse.de>
Tue, 23 Jul 2013 00:41:32 +0000 (02:41 +0200)
commitbdf7ae5bbdb3f050d97862b2ba0261fa902ebc53
treedec1f74f86690f2f5e7e9682e82ae08e40c0ac49
parentb42eab27beaefd5c9bf9353383d6403e0628c014
cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()

Where no extra implementation is needed, fall back to CPUClass::set_pc().

Acked-by: Michael Walle <michael@walle.cc> (for lm32)
Signed-off-by: Andreas Färber <afaerber@suse.de>
22 files changed:
cpu-exec.c
include/qom/cpu.h
target-alpha/cpu.h
target-arm/cpu.h
target-cris/cpu.h
target-i386/cpu.c
target-i386/cpu.h
target-lm32/cpu.h
target-m68k/cpu.h
target-microblaze/cpu.h
target-mips/cpu.c
target-mips/cpu.h
target-moxie/cpu.h
target-openrisc/cpu.h
target-ppc/cpu.h
target-s390x/cpu.h
target-sh4/cpu.c
target-sh4/cpu.h
target-sparc/cpu.c
target-sparc/cpu.h
target-unicore32/cpu.h
target-xtensa/cpu.h