Re: [Qemu-devel] [PATCH v3] target-arm: implement LDA/STL instructions

2013-07-02 Thread Peter Maydell
On 1 July 2013 14:46, Mans Rullgard wrote: > This adds support for the ARMv8 load acquire/store release instructions. > Since qemu does nothing special for memory barriers, these can be > emulated like their non-acquire/release counterparts. > > Signed-off-by: Mans Rullgard Thanks; applied to ta

[Qemu-devel] [PATCH v3] target-arm: implement LDA/STL instructions

2013-07-01 Thread Mans Rullgard
This adds support for the ARMv8 load acquire/store release instructions. Since qemu does nothing special for memory barriers, these can be emulated like their non-acquire/release counterparts. Signed-off-by: Mans Rullgard --- Fixed issues found in v2. Could use more testing. --- target-arm/trans