]> Git Repo - qemu.git/commit - cpus.c
cpu: Change qemu_init_vcpu() argument to CPUState
authorAndreas Färber <[email protected]>
Mon, 27 May 2013 01:23:24 +0000 (03:23 +0200)
committerAndreas Färber <[email protected]>
Fri, 28 Jun 2013 11:25:13 +0000 (13:25 +0200)
commitc643bed99fcde661b034623722004562b7953669
treec7e112f6750940e686fa0363953c02dc6bd869cb
parent10a9021dfd9d8ebdaf53100a8e216054ef4fa662
cpu: Change qemu_init_vcpu() argument to CPUState

This allows to move the call into CPUState's realizefn.
Therefore move the stub into libqemustub.a.

Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Andreas Färber <[email protected]>
21 files changed:
cpus.c
include/qemu-common.h
include/qom/cpu.h
qom/cpu.c
stubs/cpus.c
target-alpha/cpu.c
target-arm/cpu.c
target-cris/cpu.c
target-i386/cpu.c
target-lm32/cpu.c
target-m68k/cpu.c
target-microblaze/cpu.c
target-mips/cpu.c
target-moxie/cpu.c
target-openrisc/cpu.c
target-ppc/translate_init.c
target-s390x/cpu.c
target-sh4/cpu.c
target-sparc/cpu.c
target-unicore32/cpu.c
target-xtensa/cpu.c
This page took 0.032973 seconds and 4 git commands to generate.