Searched hist:"41063 e1e7afcb2f13e103720fe96221657f5dbbc" (Results 1 – 1 of 1) sorted by relevance
/qemu/accel/tcg/ |
H A D | translate-all.c | 41063e1e7afcb2f13e103720fe96221657f5dbbc Wed Mar 18 13:21:43 UTC 2015 Paolo Bonzini <pbonzini@redhat.com> exec: move rcu_read_lock/unlock to address_space_translate callers
Once address_space_translate will be called outside the BQL, the returned MemoryRegion might disappear as soon as the RCU read-side critical section ends. Avoid this by moving the critical section to the callers.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <1426684909-95030-3-git-send-email-pbonzini@redhat.com>
|