[Qemu-devel] [RFC v1 0/3] Fixup exclusive store logic

Alistair Francis posted 3 patches 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1502474835.git.alistair.francis@xilinx.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
target/arm/translate-a64.c | 24 +++++++++++++-----------
tcg/tcg-op.c               |  4 ++--
tcg/tcg-op.h               |  2 ++
3 files changed, 17 insertions(+), 13 deletions(-)
[Qemu-devel] [RFC v1 0/3] Fixup exclusive store logic
Posted by Alistair Francis 6 years, 8 months ago
I found some issues with the way exclusive store was working. This patch
series seems to fix the test cases that were failing for me and also
seem to follow what the ARM ARM says.

The first patch is just a simple adjustment.

The second patch is just preparing for the third patch.

The third patch is where the big change is. It includes details of the
limited testing that I have done.

Alistair Francis (3):
  target/arm: Update the memops for exclusive load
  tcg/tcg-op: Expose the tcg_gen_ext_i* functions
  target/arm: Correct exclusive store return value

 target/arm/translate-a64.c | 24 +++++++++++++-----------
 tcg/tcg-op.c               |  4 ++--
 tcg/tcg-op.h               |  2 ++
 3 files changed, 17 insertions(+), 13 deletions(-)

-- 
2.11.0