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

2013-06-20 Thread Peter Maydell
On 17 June 2013 17:50, 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. Couple more minor issues, otherwise looks good. >

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

2013-06-17 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 --- Not thoroughly tested. --- target-arm/translate.c | 126 ++