Hi On Thu, Aug 30, 2018 at 6:03 PM Markus Armbruster <[email protected]> wrote: > > Marc-André Lureau <[email protected]> writes: > > > Simplify the code around qmp_dispatch(): > > - rely on qmp_dispatch/check_obj() for message checking > > - have a single send_response() point > > - constify send_response() argument > > > > It changes a couple of error messages: > > > > * When @req isn't a dictionary, from > > Invalid JSON syntax > > to > > QMP input must be a JSON object > > > > * When @req lacks member "execute", from > > this feature or command is not currently supported > > to > > QMP input lacks member 'execute' > > > > Signed-off-by: Marc-André Lureau <[email protected]> > > Reviewed-by: Michael Roth <[email protected]> > > Reviewed-by: Markus Armbruster <[email protected]> >
Can someone take the patch? thanks -- Marc-André Lureau
