Re: [Qemu-devel] [PATCH v4 4/4] monitor: add lock to protect mon_fdsets
On Wed, May 02, 2018 at 06:04:22PM +0800, Peter Xu wrote: > Similar to previous patch, but introduce a new global big lock for > mon_fdsets. Take it where needed. > > Signed-off-by: Peter Xu > --- > monitor.c | 64 > --- > 1 file chan
[Qemu-devel] [PATCH v4 4/4] monitor: add lock to protect mon_fdsets
Similar to previous patch, but introduce a new global big lock for mon_fdsets. Take it where needed. Signed-off-by: Peter Xu --- monitor.c | 64 --- 1 file changed, 53 insertions(+), 11 deletions(-) diff --git a/monitor.c b/monitor.c