Re: [PATCH 2/6] qemu: capabilities: Introduce QEMU_CAPS_COMPAT_DEPRECATED

2021-04-01 Thread Martin Kletzander
On Thu, Apr 01, 2021 at 10:07:15AM +0200, Peter Krempa wrote: On Thu, Apr 01, 2021 at 00:05:55 +0200, Martin Kletzander wrote: On Fri, Mar 19, 2021 at 07:33:50PM +0100, Peter Krempa wrote: > The capability is asserted if qemu supports the -compat > deprecated-input= and deprecated-output=

Re: [PATCH 2/6] qemu: capabilities: Introduce QEMU_CAPS_COMPAT_DEPRECATED

2021-04-01 Thread Peter Krempa
On Thu, Apr 01, 2021 at 00:05:55 +0200, Martin Kletzander wrote: > On Fri, Mar 19, 2021 at 07:33:50PM +0100, Peter Krempa wrote: > > The capability is asserted if qemu supports the -compat > > deprecated-input= and deprecated-output= settings to control what should > > happen if deprecated fields

Re: [PATCH 2/6] qemu: capabilities: Introduce QEMU_CAPS_COMPAT_DEPRECATED

2021-03-31 Thread Martin Kletzander
On Fri, Mar 19, 2021 at 07:33:50PM +0100, Peter Krempa wrote: The capability is asserted if qemu supports the -compat deprecated-input= and deprecated-output= settings to control what should happen if deprecated fields are used in QMP. This will be used for a developer/tester-oriented setting

[PATCH 2/6] qemu: capabilities: Introduce QEMU_CAPS_COMPAT_DEPRECATED

2021-03-19 Thread Peter Krempa
The capability is asserted if qemu supports the -compat deprecated-input= and deprecated-output= settings to control what should happen if deprecated fields are used in QMP. This will be used for a developer/tester-oriented setting which will aid us in catching use of deprecated settings sooner.