commit | 8fd19e6cfd5b6cdf028c6ac2ff4157ed831ea3a6 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue Aug 11 10:57:52 2015 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Sep 09 15:34:56 2015 +0200 |
tree | e8a94c171102729696fec8984437a40f7b6dd7b6 | |
parent | 756920876f60829fad0d15df4f3fa205077a8131 [diff] |
exec: make mmap_lock/mmap_unlock globally available 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. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>