On 06/16/2013 08:57 AM, Andreas Färber wrote:
> This allows to move the call to CPUState's realizefn.
> Therefore move the stub into libqemustub.a.
> 
> Signed-off-by: Andreas Färber <afaer...@suse.de>
> ---
>  cpus.c                      | 5 +----
>  include/qemu-common.h       | 8 --------
>  include/qom/cpu.h           | 8 ++++++++
>  qom/cpu.c                   | 2 ++
>  stubs/cpus.c                | 4 ++++
>  target-alpha/cpu.c          | 3 ---
>  target-arm/cpu.c            | 1 -
>  target-cris/cpu.c           | 1 -
>  target-i386/cpu.c           | 1 -
>  target-lm32/cpu.c           | 2 --
>  target-m68k/cpu.c           | 1 -
>  target-microblaze/cpu.c     | 1 -
>  target-mips/cpu.c           | 1 -
>  target-moxie/cpu.c          | 5 ++---
>  target-openrisc/cpu.c       | 1 -
>  target-ppc/translate_init.c | 2 --
>  target-s390x/cpu.c          | 1 -
>  target-sh4/cpu.c            | 1 -
>  target-sparc/cpu.c          | 3 ---
>  target-unicore32/cpu.c      | 3 ---
>  target-xtensa/cpu.c         | 3 ---
>  21 files changed, 17 insertions(+), 40 deletions(-)

Reviewed-by: Richard Henderson <r...@twiddle.net>


r~

Reply via email to