Re: [Qemu-devel] [PATCH v2 01/27] atomics: add atomic_xor

2016-08-11 Thread Alex Bennée
Richard Henderson writes: > From: "Emilio G. Cota" > > This paves the way for upcoming work. > > Signed-off-by: Emilio G. Cota > Message-Id: <1467054136-10430-8-git-send-email-c...@braap.org> Reviewed-by: Alex Bennée > --- > include/qemu/atomic.h | 4 > 1 file changed, 4 insertions(+)

[Qemu-devel] [PATCH v2 01/27] atomics: add atomic_xor

2016-07-01 Thread Richard Henderson
From: "Emilio G. Cota" This paves the way for upcoming work. Signed-off-by: Emilio G. Cota Message-Id: <1467054136-10430-8-git-send-email-c...@braap.org> --- include/qemu/atomic.h | 4 1 file changed, 4 insertions(+) diff --git a/include/qemu/atomic.h b/include/qemu/atomic.h index 7a5909