Re: [Qemu-devel] [RFC v6 03/14] Add CPUClass hook to set exclusive range

2016-01-05 Thread Alex Bennée
Alvise Rigo writes: > Allow each architecture to set the exclusive range at any LoadLink > operation through a CPUClass hook. nit: space or continue paragraph. > This comes in handy to emulate, for instance, the exclusive monitor > implemented in some ARM architectures (more precisely, the Exc

[Qemu-devel] [RFC v6 03/14] Add CPUClass hook to set exclusive range

2015-12-14 Thread Alvise Rigo
Allow each architecture to set the exclusive range at any LoadLink operation through a CPUClass hook. This comes in handy to emulate, for instance, the exclusive monitor implemented in some ARM architectures (more precisely, the Exclusive Reservation Granule). Suggested-by: Jani Kokkonen Suggeste