Re: [Qemu-devel] [PATCH v3 28/34] target-arm: emulate SWP with atomic_xchg helper

2016-09-14 Thread Alex Bennée
Richard Henderson writes: > From: "Emilio G. Cota" > > Signed-off-by: Emilio G. Cota > Message-Id: <1467054136-10430-25-git-send-email-c...@braap.org> > Signed-off-by: Richard Henderson > --- > target-arm/translate.c | 25 + > 1 file changed, 13 insertions(+), 12 dele

[Qemu-devel] [PATCH v3 28/34] target-arm: emulate SWP with atomic_xchg helper

2016-09-03 Thread Richard Henderson
From: "Emilio G. Cota" Signed-off-by: Emilio G. Cota Message-Id: <1467054136-10430-25-git-send-email-c...@braap.org> Signed-off-by: Richard Henderson --- target-arm/translate.c | 25 + 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/target-arm/translate.