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
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
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
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
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
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
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