]> git.proxmox.com Git - qemu.git/commit
Rename cpu_reset() to cpu_state_reset()
authorAndreas Färber <afaerber@suse.de>
Wed, 8 Feb 2012 02:03:33 +0000 (03:03 +0100)
committerAndreas Färber <afaerber@suse.de>
Wed, 14 Mar 2012 21:20:24 +0000 (22:20 +0100)
commit1bba0dc932e8826a7d030df3767daf0bc339f9a2
tree57310a53f8f3458b2c3b1f1510d489a8c26fe8d5
parentfc0b2c0f1a8eb679d28763832f3223259bf37b34
Rename cpu_reset() to cpu_state_reset()

Frees the identifier cpu_reset for QOM CPUs (manual rename).

Don't hide the parameter type behind explicit casts, use static
functions with strongly typed argument to indirect.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
48 files changed:
bsd-user/main.c
cpu-all.h
cpu-exec.c
darwin-user/main.c
hw/arm_boot.c
hw/armv7m.c
hw/cris-boot.c
hw/leon3.c
hw/lm32_boards.c
hw/microblaze_boot.c
hw/milkymist.c
hw/mips_fulong2e.c
hw/mips_jazz.c
hw/mips_malta.c
hw/mips_mipssim.c
hw/mips_r4k.c
hw/omap1.c
hw/omap2.c
hw/pc.c
hw/ppc440_bamboo.c
hw/ppc4xx_devs.c
hw/ppc_newworld.c
hw/ppc_oldworld.c
hw/ppc_prep.c
hw/ppce500_mpc8544ds.c
hw/pxa2xx.c
hw/r2d.c
hw/spapr.c
hw/sun4m.c
hw/sun4u.c
hw/virtex_ml507.c
hw/xtensa_lx60.c
hw/xtensa_sim.c
linux-user/main.c
linux-user/syscall.c
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/helper.c
target-mips/translate.c
target-ppc/helper.c
target-s390x/helper.c
target-sh4/translate.c
target-sparc/cpu_init.c
target-xtensa/helper.c