diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2015-08-12 09:41:40 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2015-09-09 15:34:55 +0200 |
commit | 6940fab84b826175cf90d48d0e3da1b76518f5b4 (patch) | |
tree | 05d14ec8c28214f483dbbb7cc384b45a901153b5 /bsd-user/qemu.h | |
parent | 2496ff1311283480f9de3614080b8842d838ade4 (diff) |
tcg: add memory barriers in page_find_alloc accesses
page_find is reading the radix tree outside all locks, so it has to
use the RCU primitives. It does not need RCU critical sections
because the PageDescs are never removed, so there is never a need
to wait for the end of code sections that use a PageDesc.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'bsd-user/qemu.h')
0 files changed, 0 insertions, 0 deletions