Re: [Qemu-devel] [RFC v7 11/16] tcg: Create new runtime helpers for excl accesses

2016-02-18 Thread Alex Bennée
Alvise Rigo writes: > Introduce a set of new runtime helpers to handle exclusive instructions. > These helpers are used as hooks to call the respective LL/SC helpers in > softmmu_llsc_template.h from TCG code. > > The helpers ending with an "a" make an alignment check. > > Suggested-by: Jani Kok

[Qemu-devel] [RFC v7 11/16] tcg: Create new runtime helpers for excl accesses

2016-01-29 Thread Alvise Rigo
Introduce a set of new runtime helpers to handle exclusive instructions. These helpers are used as hooks to call the respective LL/SC helpers in softmmu_llsc_template.h from TCG code. The helpers ending with an "a" make an alignment check. Suggested-by: Jani Kokkonen Suggested-by: Claudio Fontan