Re: [Qemu-devel] [PATCH v2 21/25] target-arm: A64: support for ld/st/cl exclusive

2013-12-23 Thread Richard Henderson
On 12/22/2013 02:50 PM, Peter Maydell wrote: > From: Michael Matz > > This implement exclusive loads/stores for aarch64 along the lines of > arm32 and ppc implementations. The exclusive load remembers the address > and loaded value. The exclusive store throws an an exception which uses > those va

[Qemu-devel] [PATCH v2 21/25] target-arm: A64: support for ld/st/cl exclusive

2013-12-22 Thread Peter Maydell
From: Michael Matz This implement exclusive loads/stores for aarch64 along the lines of arm32 and ppc implementations. The exclusive load remembers the address and loaded value. The exclusive store throws an an exception which uses those values to check for equality in a proper exclusive region.