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: Blue Swirl
Subject: Re: [Qemu-devel] [PATCH 2/9] Sparc: avoid AREG0 for softint op helpers and Leon cache control
Date: Wed, 26 Oct 2011 17:33:08 +0000

On Tue, Oct 25, 2011 at 21:40, Richard Henderson <address@hidden> wrote:
> 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>

Thanks for the review, applied all.



reply via email to

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