]> git.proxmox.com Git - qemu.git/commit
Kill off cpu_state_reset()
authorAndreas Färber <afaerber@suse.de>
Sat, 5 May 2012 13:43:31 +0000 (15:43 +0200)
committerAndreas Färber <afaerber@suse.de>
Mon, 4 Jun 2012 21:00:45 +0000 (23:00 +0200)
commitb7e516ce04fecf260e7c0893b0afb3ff24a40358
tree58ace85bf3626bc9738745d115591928638ac83f
parentff18b7625f5f36ac19b69ed5f0f946093a407174
Kill off cpu_state_reset()

In commit 1bba0dc932e8826a7d030df3767daf0bc339f9a2 cpu_reset()
was renamed to cpu_state_reset(), to allow introducing a new cpu_reset()
that would operate on QOM objects.

All callers have been updated except for one in target-mips, so drop all
implementations except for the one in target-mips and move the
declaration there until MIPSCPU reset can be fully QOM'ified.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Acked-by: Michael Walle <michael@walle.cc> (for lm32)
Acked-by: Max Filippov <jcmvbkbc@gmail.com> (for xtensa)
Acked-by: Edgar E. Iglesias <edgar.iglesias@gmail.com> (for mb + cris)
Acked-by: Alexander Graf <agraf@suse.de> (for ppc)
Acked-by: Blue Swirl <blauwirbel@gmail.com>
13 files changed:
cpu-all.h
target-arm/helper.c
target-cris/translate.c
target-i386/helper.c
target-lm32/helper.c
target-m68k/helper.c
target-microblaze/translate.c
target-mips/cpu.h
target-ppc/helper.c
target-s390x/helper.c
target-sh4/translate.c
target-sparc/cpu.c
target-xtensa/helper.c