qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH qom-cpu v2 16/29] cpu: Change qemu_init_vcpu() a


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH qom-cpu v2 16/29] cpu: Change qemu_init_vcpu() argument to CPUState
Date: Mon, 17 Jun 2013 13:23:19 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6

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 <address@hidden>
> ---
>  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 <address@hidden>


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]