Re: [Qemu-devel] [PATCH 6/9] exec: protect mru_block with RCU
On Fri, 02/06 17:55, Paolo Bonzini wrote: > Hence, freeing a RAMBlock has to be switched to call_rcu. > > Signed-off-by: Paolo Bonzini Reviewed-by: Fam Zheng
[Qemu-devel] [PATCH 6/9] exec: protect mru_block with RCU
Hence, freeing a RAMBlock has to be switched to call_rcu. Signed-off-by: Paolo Bonzini --- exec.c | 52 +++--- include/exec/cpu-all.h | 2 ++ 2 files changed, 39 insertions(+), 15 deletions(-) diff --git a/exec.c b/exec.c index a423de