Re: [Qemu-devel] [PATCH v3 5/9] QAPI: allow to specify valid runstates per command

2018-03-08 Thread Igor Mammedov
On Wed, 7 Mar 2018 14:16:50 + "Dr. David Alan Gilbert" wrote: > * Igor Mammedov (imamm...@redhat.com) wrote: > > Add optional 'runstates' parameter in QAPI command definition, > > which will permit to specify RunState variations in which > > a command could be exectuted via QMP monitor. > >

Re: [Qemu-devel] [PATCH v3 5/9] QAPI: allow to specify valid runstates per command

2018-03-07 Thread Dr. David Alan Gilbert
* Igor Mammedov (imamm...@redhat.com) wrote: > Add optional 'runstates' parameter in QAPI command definition, > which will permit to specify RunState variations in which > a command could be exectuted via QMP monitor. > > For compatibility reasons, commands, that don't use > 'runstates' explicitly

Re: [Qemu-devel] [PATCH v3 5/9] QAPI: allow to specify valid runstates per command

2018-02-28 Thread Igor Mammedov
On Tue, 27 Feb 2018 16:10:31 -0600 Eric Blake wrote: > On 02/16/2018 06:37 AM, Igor Mammedov wrote: > > Add optional 'runstates' parameter in QAPI command definition, > > which will permit to specify RunState variations in which > > a command could be exectuted via QMP monitor. > > s/exectuted

Re: [Qemu-devel] [PATCH v3 5/9] QAPI: allow to specify valid runstates per command

2018-02-27 Thread Eric Blake
On 02/16/2018 06:37 AM, Igor Mammedov wrote: Add optional 'runstates' parameter in QAPI command definition, which will permit to specify RunState variations in which a command could be exectuted via QMP monitor. s/exectuted/executed/ For compatibility reasons, commands, that don't use s/co

[Qemu-devel] [PATCH v3 5/9] QAPI: allow to specify valid runstates per command

2018-02-16 Thread Igor Mammedov
Add optional 'runstates' parameter in QAPI command definition, which will permit to specify RunState variations in which a command could be exectuted via QMP monitor. For compatibility reasons, commands, that don't use 'runstates' explicitly, are not permited to run in preconfig state but allowed