Re: [Qemu-devel] [PATCH v9 4/7] monitor: fix comment for monitor_lock

2018-06-07 Thread Markus Armbruster
Peter Xu writes: > Fix typo in d622cb5879c. Meanwhile move these variables close to each > other. monitor_qapi_event_state can be declared static, add that. > > Reported-by: Markus Armbruster > Signed-off-by: Peter Xu Reviewed-by: Markus Armbruster

Re: [Qemu-devel] [PATCH v9 4/7] monitor: fix comment for monitor_lock

2018-05-30 Thread Stefan Hajnoczi
On Tue, May 29, 2018 at 01:57:52PM +0800, Peter Xu wrote: > Fix typo in d622cb5879c. Meanwhile move these variables close to each > other. monitor_qapi_event_state can be declared static, add that. > > Reported-by: Markus Armbruster > Signed-off-by: Peter Xu > --- > monitor.c | 7 +++ > 1

[Qemu-devel] [PATCH v9 4/7] monitor: fix comment for monitor_lock

2018-05-28 Thread Peter Xu
Fix typo in d622cb5879c. Meanwhile move these variables close to each other. monitor_qapi_event_state can be declared static, add that. Reported-by: Markus Armbruster Signed-off-by: Peter Xu --- monitor.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/monitor.c b/m