Re: [Qemu-devel] [RFC v1 1/3] target/arm: Update the memops for exclusive load

2017-08-11 Thread Richard Henderson
On 08/11/2017 11:19 AM, Alistair Francis wrote: > Acording to the ARM ARM exclusive loads require the same allignment as > exclusive stores. Let's update the memops used for the load to match > that of the store. This adds the alignment requirement to the memops. > > Signed-off-by: Alistair Franci

[Qemu-devel] [RFC v1 1/3] target/arm: Update the memops for exclusive load

2017-08-11 Thread Alistair Francis
Acording to the ARM ARM exclusive loads require the same allignment as exclusive stores. Let's update the memops used for the load to match that of the store. This adds the alignment requirement to the memops. Signed-off-by: Alistair Francis --- target/arm/translate-a64.c | 2 +- 1 file changed