qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] tcg/s390: fix ld/st with CONFIG_TCG_PASS_AREG0


From: Alexander Graf
Subject: Re: [Qemu-devel] [PATCH] tcg/s390: fix ld/st with CONFIG_TCG_PASS_AREG0
Date: Mon, 10 Sep 2012 13:40:51 +0200

On 08.09.2012, at 15:45, Aurelien Jarno wrote:

> The load/store slow path has been broken in e141ab52d:
> - We need to move 4 registers for store functions and 3 registers for
>  load functions and not the reverse.
> - According to the s390x calling convention the arguments of a function
>  should be zero extended. This means that the register shift should be
>  done with TCG_TYPE_I64 to ensure the higher word is correctly zero
>  extended when needed.
> 
> I am aware that CONFIG_TCG_PASS_AREG0 is being removed and thus that
> this patch can be improved, but doing so means it can also be applied to
> the 1.1 and 1.2 stable branches.
> 
> Cc: address@hidden
> Cc: Alexander Graf <address@hidden>
> Cc: Richard Henderson <address@hidden>
> Signed-off-by: Aurelien Jarno <address@hidden>

Thanks, tested and applied to s390-next.


Alex




reply via email to

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