Re: [Qemu-devel] [PATCH v6 15/18] monitor: use qmp_dispatch()

2016-09-20 Thread Markus Armbruster
Marc-André Lureau writes: > - Original Message - >> Hi Alberto >> >> - Original Message - >> > On Mon, Sep 12, 2016 at 01:19:10PM +0400, Marc-André Lureau wrote: >> > > Replace the old manual dispatch and validation code by the generic one >> > > provided by qapi common code. >>

Re: [Qemu-devel] [PATCH v6 15/18] monitor: use qmp_dispatch()

2016-09-20 Thread Marc-André Lureau
- Original Message - > Hi Alberto > > - Original Message - > > On Mon, Sep 12, 2016 at 01:19:10PM +0400, Marc-André Lureau wrote: > > > Replace the old manual dispatch and validation code by the generic one > > > provided by qapi common code. > > > > > > Note that it is now poss

Re: [Qemu-devel] [PATCH v6 15/18] monitor: use qmp_dispatch()

2016-09-20 Thread Marc-André Lureau
Hi Alberto - Original Message - > On Mon, Sep 12, 2016 at 01:19:10PM +0400, Marc-André Lureau wrote: > > Replace the old manual dispatch and validation code by the generic one > > provided by qapi common code. > > > > Note that it is now possible to call the following commands that used t

Re: [Qemu-devel] [PATCH v6 15/18] monitor: use qmp_dispatch()

2016-09-20 Thread Alberto Garcia
On Mon, Sep 12, 2016 at 01:19:10PM +0400, Marc-André Lureau wrote: > Replace the old manual dispatch and validation code by the generic one > provided by qapi common code. > > Note that it is now possible to call the following commands that used to > be disabled by compile-time conditionals: > - d

[Qemu-devel] [PATCH v6 15/18] monitor: use qmp_dispatch()

2016-09-12 Thread Marc-André Lureau
Replace the old manual dispatch and validation code by the generic one provided by qapi common code. Note that it is now possible to call the following commands that used to be disabled by compile-time conditionals: - dump-skeys - query-spice - rtc-reset-reinjection - query-gic-capabilities Their