Re: [Qemu-devel] [PATCH v3 00/11] implement dynamic endianness switching

2015-06-19 Thread Paolo Bonzini
On 18/06/2015 22:24, Peter Crosthwaite wrote: >> > >> > I'm pushing everything I have to tcg-arm-setend on my github repo. >> > > Already found that branch and have rebased it. It looks like since > yesterday your merge base has changed but is not fully up to date. Yes, the one before was tested

Re: [Qemu-devel] [PATCH v3 00/11] implement dynamic endianness switching

2015-06-18 Thread Peter Crosthwaite
On Thu, Jun 18, 2015 at 12:00 PM, Paolo Bonzini wrote: > > > On 18/06/2015 20:37, Peter Crosthwaite wrote: >> I'm playing with this patch series to see if I can get it working for >> a BE ARMv8 guest I have but there are complications now that we >> support multiple ELs. >> >> I'll make some notes

Re: [Qemu-devel] [PATCH v3 00/11] implement dynamic endianness switching

2015-06-18 Thread Paolo Bonzini
On 18/06/2015 20:37, Peter Crosthwaite wrote: > I'm playing with this patch series to see if I can get it working for > a BE ARMv8 guest I have but there are complications now that we > support multiple ELs. > > I'll make some notes on the patches. > > In my rebasing, I am dropping the BE32 sup

Re: [Qemu-devel] [PATCH v3 00/11] implement dynamic endianness switching

2015-06-18 Thread Peter Crosthwaite
On Sat, Jun 21, 2014 at 5:58 AM, Paolo Bonzini wrote: > This fixes the Raspberry Pi optimized memcmp library (with both user-mode > and system-mode emulation). > > Compared to the previous submission, the main changes are: > > - I track access endianness by taking into account both SCTLR.B and CPS

Re: [Qemu-devel] [PATCH v3 00/11] implement dynamic endianness switching

2014-12-28 Thread Paolo Bonzini
On 28/12/2014 13:12, Stefan Weil wrote: > Hi Paolo, > > did you abandon this patch series or are there plans for an updated > version? I'd appreciate a fix for the Raspberry Pi memcmp issue. I hope to send it during the Christmas break. Paolo

Re: [Qemu-devel] [PATCH v3 00/11] implement dynamic endianness switching

2014-12-28 Thread Stefan Weil
Am 21.06.2014 um 14:58 schrieb Paolo Bonzini: This fixes the Raspberry Pi optimized memcmp library (with both user-mode and system-mode emulation). Compared to the previous submission, the main changes are: - I track access endianness by taking into account both SCTLR.B and CPSR.E, to make t

[Qemu-devel] [PATCH v3 00/11] implement dynamic endianness switching

2014-06-21 Thread Paolo Bonzini
This fixes the Raspberry Pi optimized memcmp library (with both user-mode and system-mode emulation). Compared to the previous submission, the main changes are: - I track access endianness by taking into account both SCTLR.B and CPSR.E, to make the code easier to understand (though a little bit