Re: [PATCH 3/6] qemu: conf: Add 'deprecation_behavior' setting to qemu.conf

2021-03-31 Thread Martin Kletzander
On Fri, Mar 19, 2021 at 07:33:51PM +0100, Peter Krempa wrote: New QEMU supports an harsh, but hard to ignore way to notify that the "a harsh" or just "harsh" QMP user used an deprecated command. This is useful e.g. for developers "a deprecated" to see that something needs to be fixed.

[PATCH 3/6] qemu: conf: Add 'deprecation_behavior' setting to qemu.conf

2021-03-19 Thread Peter Krempa
New QEMU supports an harsh, but hard to ignore way to notify that the QMP user used an deprecated command. This is useful e.g. for developers to see that something needs to be fixed. This patch introduces a qemu.conf option to enable the setting in cases when qemu supports it so that developers