Re: [Qemu-devel] [PATCH v7 13/35] tcg: Add atomic helpers

2016-10-20 Thread Richard Henderson
On 10/20/2016 03:49 AM, Alex Bennée wrote: Richard Henderson writes: Add all of cmpxchg, op_fetch, fetch_op, and xchg. Handle both endian-ness, and sizes up to 8. Handle expanding non-atomically, when emulating in serial. Reviewed-by: Emilio G. Cota Reviewed-by: Alex Bennée Signed-off-by:

Re: [Qemu-devel] [PATCH v7 13/35] tcg: Add atomic helpers

2016-10-20 Thread Alex Bennée
Richard Henderson writes: > Add all of cmpxchg, op_fetch, fetch_op, and xchg. > Handle both endian-ness, and sizes up to 8. > Handle expanding non-atomically, when emulating in serial. > > Reviewed-by: Emilio G. Cota > Reviewed-by: Alex Bennée > Signed-off-by: Richard Henderson > > /* Provi

[Qemu-devel] [PATCH v7 13/35] tcg: Add atomic helpers

2016-10-19 Thread Richard Henderson
Add all of cmpxchg, op_fetch, fetch_op, and xchg. Handle both endian-ness, and sizes up to 8. Handle expanding non-atomically, when emulating in serial. Reviewed-by: Emilio G. Cota Reviewed-by: Alex Bennée Signed-off-by: Richard Henderson --- Makefile.objs | 2 +- Makefile.target