Re: [Qemu-devel] [PATCH v8 18/23] qmp: support out-of-band (oob) execution

2018-03-23 Thread Marc-André Lureau
Hi On Fri, Mar 23, 2018 at 6:18 AM, Peter Xu wrote: > On Thu, Mar 22, 2018 at 11:22:14AM +0100, Marc-André Lureau wrote: >> Hi >> >> On Fri, Mar 9, 2018 at 10:00 AM, Peter Xu wrote: >> > Having "allow-oob" to true for a command does not mean that this command >> > will always be run in out-of-ba

Re: [Qemu-devel] [PATCH v8 18/23] qmp: support out-of-band (oob) execution

2018-03-22 Thread Peter Xu
On Thu, Mar 22, 2018 at 11:22:14AM +0100, Marc-André Lureau wrote: > Hi > > On Fri, Mar 9, 2018 at 10:00 AM, Peter Xu wrote: > > Having "allow-oob" to true for a command does not mean that this command > > will always be run in out-of-band mode. The out-of-band quick path will > > only be execut

Re: [Qemu-devel] [PATCH v8 18/23] qmp: support out-of-band (oob) execution

2018-03-22 Thread Marc-André Lureau
Hi On Fri, Mar 9, 2018 at 10:00 AM, Peter Xu wrote: > Having "allow-oob" to true for a command does not mean that this command > will always be run in out-of-band mode. The out-of-band quick path will > only be executed if we specify the extra "run-oob" flag when sending the > QMP request: > >

Re: [Qemu-devel] [PATCH v8 18/23] qmp: support out-of-band (oob) execution

2018-03-10 Thread Eric Blake
On 03/09/2018 03:00 AM, Peter Xu wrote: Having "allow-oob" to true for a command does not mean that this command s/to/:/ will always be run in out-of-band mode. The out-of-band quick path will only be executed if we specify the extra "run-oob" flag when sending the QMP request: { "exec

[Qemu-devel] [PATCH v8 18/23] qmp: support out-of-band (oob) execution

2018-03-09 Thread Peter Xu
Having "allow-oob" to true for a command does not mean that this command will always be run in out-of-band mode. The out-of-band quick path will only be executed if we specify the extra "run-oob" flag when sending the QMP request: { "execute": "command-that-allows-oob", "arguments": {