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

2013-06-13 Thread Peter Maydell
On 7 June 2013 13:06, 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. A brief comment to this effect in the appropriate parts

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

2013-06-07 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 --- target-arm/translate.c | 91 ++