Re: [PATCH v2 1/2] qapi: Add feature flags to commands in qapi introspection

2019-10-01 Thread Markus Armbruster
Markus Armbruster writes: > Peter Krempa writes: > >> Similarly to features for struct types introduce the feature flags also >> for commands. This will allow notifying management layers of fixes and >> compatible changes in the behaviour of a command which may not be >> detectable any other way

Re: [PATCH v2 1/2] qapi: Add feature flags to commands in qapi introspection

2019-10-01 Thread Markus Armbruster
Peter Krempa writes: > Similarly to features for struct types introduce the feature flags also > for commands. This will allow notifying management layers of fixes and > compatible changes in the behaviour of a command which may not be > detectable any other way. > > The changes were heavily insp

Re: [PATCH v2 1/2] qapi: Add feature flags to commands in qapi introspection

2019-10-01 Thread Peter Krempa
On Tue, Oct 01, 2019 at 08:40:21 +0200, Markus Armbruster wrote: > Peter Krempa writes: > > > Similarly to features for struct types introduce the feature flags also > > for commands. This will allow notifying management layers of fixes and > > compatible changes in the behaviour of a command whi

Re: [PATCH v2 1/2] qapi: Add feature flags to commands in qapi introspection

2019-09-30 Thread Markus Armbruster
Peter Krempa writes: > Similarly to features for struct types introduce the feature flags also > for commands. This will allow notifying management layers of fixes and > compatible changes in the behaviour of a command which may not be > detectable any other way. > > The changes were heavily insp

[PATCH v2 1/2] qapi: Add feature flags to commands in qapi introspection

2019-09-20 Thread Peter Krempa
Similarly to features for struct types introduce the feature flags also for commands. This will allow notifying management layers of fixes and compatible changes in the behaviour of a command which may not be detectable any other way. The changes were heavily inspired by commit 6a8c0b51025. Signe