On 12 August 2015 at 17:41, Paolo Bonzini wrote:
> There is some iffy lock hierarchy going on in translate-all.c. To
> fix it, we need to take the mmap_lock in cpu-exec.c. Make the
> functions globally available.
>
> Signed-off-by: Paolo Bonzini
> ---
> bsd-user/qemu.h | 2 --
> includ
There is some iffy lock hierarchy going on in translate-all.c. To
fix it, we need to take the mmap_lock in cpu-exec.c. Make the
functions globally available.
Signed-off-by: Paolo Bonzini
---
bsd-user/qemu.h | 2 --
include/exec/exec-all.h | 7 ++-
linux-user/qemu.h | 2 --
tr