Re: [PATCH 0/6] qemu: Allow control of deprecation behaviour

2021-04-01 Thread Martin Kletzander
On Thu, Apr 01, 2021 at 10:37:31AM +0200, Peter Krempa wrote: On Thu, Apr 01, 2021 at 00:36:52 +0200, Martin Kletzander wrote: On Fri, Mar 19, 2021 at 07:33:48PM +0100, Peter Krempa wrote: > For debugging purposes it's very useful to disable all deprecated > commands and fields in qemu. This

Re: [PATCH 0/6] qemu: Allow control of deprecation behaviour

2021-04-01 Thread Peter Krempa
On Thu, Apr 01, 2021 at 00:36:52 +0200, Martin Kletzander wrote: > On Fri, Mar 19, 2021 at 07:33:48PM +0100, Peter Krempa wrote: > > For debugging purposes it's very useful to disable all deprecated > > commands and fields in qemu. This series implements a qemu.conf knob and > > a qemu namespace

Re: [PATCH 0/6] qemu: Allow control of deprecation behaviour

2021-03-31 Thread Martin Kletzander
On Fri, Mar 19, 2021 at 07:33:48PM +0100, Peter Krempa wrote: For debugging purposes it's very useful to disable all deprecated commands and fields in qemu. This series implements a qemu.conf knob and a qemu namespace element to control this. The implementation tries to be very conservative to

[PATCH 0/6] qemu: Allow control of deprecation behaviour

2021-03-19 Thread Peter Krempa
For debugging purposes it's very useful to disable all deprecated commands and fields in qemu. This series implements a qemu.conf knob and a qemu namespace element to control this. The implementation tries to be very conservative to allow downgrades of qemu and such without breaking the startup