Re: [Qemu-devel] [RFC v3 16/27] monitor: let monitor_{suspend|resume} thread safe

2017-11-06 Thread Fam Zheng
On Mon, 11/06 17:46, Peter Xu wrote: > Monitor code now can be run in more than one thread. Let the suspend > and resume code for thread safety. s/for thread safety/be thread safe/ Apart from that, Reviewed-by: Fam Zheng

[Qemu-devel] [RFC v3 16/27] monitor: let monitor_{suspend|resume} thread safe

2017-11-06 Thread Peter Xu
Monitor code now can be run in more than one thread. Let the suspend and resume code for thread safety. --- monitor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monitor.c b/monitor.c index 1e87de87f8..47e969244d 100644 --- a/monitor.c +++ b/monitor.c @@ -4003,7 +4003,