On Mon, 11/06 17:46, Peter Xu wrote: > In monitor_qmp_read(), we have the hack to temporarily replace the > cur_mon pointer. Now we move this hack deeper inside the QMP dispatcher > routine since the Monitor pointer can be passed in to that using the new > JSON Parser opaque field now. > > This does not make much sense as a single patch. However, this will be > a big step for the next patch, when the QMP dispatcher routine will be > split from the QMP parser. > > Reviewed-by: Eric Blake <ebl...@redhat.com> > Signed-off-by: Peter Xu <pet...@redhat.com>
Reviewed-by: Fam Zheng <f...@redhat.com>