Re: [Qemu-devel] [PATCH v2 02/27] atomics: add atomic_op_fetch variants

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-9-git-send-email-c...@braap.org> Reviewed-by: Alex Bennée > --- > include/qemu/atomic.h | 17 + > 1 file changed, 17

[Qemu-devel] [PATCH v2 02/27] atomics: add atomic_op_fetch variants

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-9-git-send-email-c...@braap.org> --- include/qemu/atomic.h | 17 + 1 file changed, 17 insertions(+) diff --git a/include/qemu/atomic.h b/include/qemu/atomic