Re: [Qemu-devel] [PATCH v2 4/5] rcu: Use automatic rc_read unlock in core memory/exec code

2019-09-12 Thread Daniel P . Berrangé
On Wed, Sep 11, 2019 at 08:06:21PM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Only in the cases where nothing else interesting happens > after the unlock. > > Signed-off-by: Dr. David Alan Gilbert > --- > exec.c | 46 +--

[Qemu-devel] [PATCH v2 4/5] rcu: Use automatic rc_read unlock in core memory/exec code

2019-09-11 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Only in the cases where nothing else interesting happens after the unlock. Signed-off-by: Dr. David Alan Gilbert --- exec.c | 46 + include/exec/ram_addr.h | 8 ++- memory.c| 15 +--