Re: [Qemu-devel] [PATCH] block/archipelago: Use QEMU atomic builtins

2014-09-03 Thread Stefan Hajnoczi
On Tue, Sep 02, 2014 at 03:41:34PM +0300, Chrysostomos Nanakos wrote: > Replace __sync builtins with ones provided by QEMU > for atomic operations. > > Special thanks goes to Paolo Bonzini for his refactoring > suggestion in order to use the already existing atomic builtins > interface. > > Signe

Re: [Qemu-devel] [PATCH] block/archipelago: Use QEMU atomic builtins

2014-09-02 Thread Paolo Bonzini
Il 02/09/2014 14:41, Chrysostomos Nanakos ha scritto: > Replace __sync builtins with ones provided by QEMU > for atomic operations. > > Special thanks goes to Paolo Bonzini for his refactoring > suggestion in order to use the already existing atomic builtins > interface. > > Signed-off-by: Chryso

[Qemu-devel] [PATCH] block/archipelago: Use QEMU atomic builtins

2014-09-02 Thread Chrysostomos Nanakos
Replace __sync builtins with ones provided by QEMU for atomic operations. Special thanks goes to Paolo Bonzini for his refactoring suggestion in order to use the already existing atomic builtins interface. Signed-off-by: Chrysostomos Nanakos --- block/archipelago.c | 76 --