Re: [PATCH] qapi: Belatedly mark unstable QMP parts with feature 'unstable'

2021-11-09 Thread Markus Armbruster
Markus Armbruster writes: > The work in merge commit e86e00a2493 lacks special feature flag > 'unstable', because it raced with it. Add it where it's missing. > > Signed-off-by: Markus Armbruster Queued for 6.2.

Re: [PATCH] qapi: Belatedly mark unstable QMP parts with feature 'unstable'

2021-11-09 Thread Philippe Mathieu-Daudé
On 11/9/21 15:55, Markus Armbruster wrote: > The work in merge commit e86e00a2493 lacks special feature flag > 'unstable', because it raced with it. Add it where it's missing. > > Signed-off-by: Markus Armbruster > --- > qapi/machine.json | 54 +++ >

Re: [PATCH] qapi: Belatedly mark unstable QMP parts with feature 'unstable'

2021-11-09 Thread Daniel P . Berrangé
On Tue, Nov 09, 2021 at 03:55:59PM +0100, Markus Armbruster wrote: > The work in merge commit e86e00a2493 lacks special feature flag > 'unstable', because it raced with it. Add it where it's missing. > > Signed-off-by: Markus Armbruster > --- > qapi/machine.json | 54 +++

Re: [PATCH] qapi: Belatedly mark unstable QMP parts with feature 'unstable'

2021-11-09 Thread Damien Hedde
On 11/9/21 15:55, Markus Armbruster wrote: The work in merge commit e86e00a2493 lacks special feature flag 'unstable', because it raced with it. Add it where it's missing. Signed-off-by: Markus Armbruster Reviewed-by: Damien Hedde

[PATCH] qapi: Belatedly mark unstable QMP parts with feature 'unstable'

2021-11-09 Thread Markus Armbruster
The work in merge commit e86e00a2493 lacks special feature flag 'unstable', because it raced with it. Add it where it's missing. Signed-off-by: Markus Armbruster --- qapi/machine.json | 54 +++ 1 file changed, 45 insertions(+), 9 deletions(-) diff --