qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 2/9] Sparc: avoid AREG0 for softint op helpers a


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 2/9] Sparc: avoid AREG0 for softint op helpers and Leon cache control
Date: Tue, 25 Oct 2011 14:40:12 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20110927 Thunderbird/7.0

On 10/25/2011 02:14 PM, Blue Swirl wrote:
> Make softint op helpers and Leon cache irq manager take a parameter
> for CPUState instead of relying on global env. Move the functions
> to int{32,64}_helper.c.
> 
> Signed-off-by: Blue Swirl <address@hidden>
> ---
>  target-sparc/cpu.h          |   31 +++++++++++---
>  target-sparc/helper.h       |    6 +-
>  target-sparc/int32_helper.c |   47 +++++++++++++++++++++-
>  target-sparc/int64_helper.c |   40 ++++++++++++++++++
>  target-sparc/op_helper.c    |   94 
> -------------------------------------------
>  target-sparc/translate.c    |    6 +-
>  6 files changed, 117 insertions(+), 107 deletions(-)

Reviewed-by: Richard Henderson <address@hidden>


r~



reply via email to

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