Re: [Qemu-devel] [PATCH v7 17/23] qapi: introduce new cmd option "allow-oob"

2018-03-08 Thread Peter Xu
On Thu, Mar 08, 2018 at 11:04:13AM +0100, Igor Mammedov wrote: [...] > > diff --git a/include/qapi/qmp/dispatch.h b/include/qapi/qmp/dispatch.h > > index 20578dcd48..b76798800c 100644 > > --- a/include/qapi/qmp/dispatch.h > > +++ b/include/qapi/qmp/dispatch.h > > @@ -23,6 +23,7 @@ typedef enum

Re: [Qemu-devel] [PATCH v7 17/23] qapi: introduce new cmd option "allow-oob"

2018-03-08 Thread Peter Xu
On Thu, Mar 08, 2018 at 11:04:13AM +0100, Igor Mammedov wrote: > On Wed, 24 Jan 2018 13:39:51 +0800 > Peter Xu wrote: > > > Here "oob" stands for "Out-Of-Band". When "allow-oob" is set, it means > > the command allows out-of-band execution. > > > > The "oob" idea is proposed

Re: [Qemu-devel] [PATCH v7 17/23] qapi: introduce new cmd option "allow-oob"

2018-03-08 Thread Igor Mammedov
On Wed, 24 Jan 2018 13:39:51 +0800 Peter Xu wrote: > Here "oob" stands for "Out-Of-Band". When "allow-oob" is set, it means > the command allows out-of-band execution. > > The "oob" idea is proposed by Markus Armbruster in following thread: > >

[Qemu-devel] [PATCH v7 17/23] qapi: introduce new cmd option "allow-oob"

2018-01-23 Thread Peter Xu
Here "oob" stands for "Out-Of-Band". When "allow-oob" is set, it means the command allows out-of-band execution. The "oob" idea is proposed by Markus Armbruster in following thread: https://lists.gnu.org/archive/html/qemu-devel/2017-09/msg02057.html This new "allow-oob" boolean will be