Re: [Qemu-devel] [RFC v3 07/19] translate-all: Add assert_memory_lock annotations

2016-06-24 Thread Sergey Fedorov
On 03/06/16 23:40, Alex Bennée wrote: > This adds calls to the assert_memory_lock for all public APIs which are > documented as holding the mmap_lock for user-mode. > > Signed-off-by: Alex Bennée > --- > linux-user/elfload.c | 4 > translate-all.c | 20 > 2 files c

[Qemu-devel] [RFC v3 07/19] translate-all: Add assert_memory_lock annotations

2016-06-03 Thread Alex Bennée
This adds calls to the assert_memory_lock for all public APIs which are documented as holding the mmap_lock for user-mode. Signed-off-by: Alex Bennée --- linux-user/elfload.c | 4 translate-all.c | 20 2 files changed, 24 insertions(+) diff --git a/linux-user/elf