Re: [PATCH 6/6] qemu: command: Handle formatting of '-compat' options

2021-03-31 Thread Martin Kletzander
On Fri, Mar 19, 2021 at 07:33:54PM +0100, Peter Krempa wrote: Enable '-compat' if requested in qemu.conf and supported by qemu to instruct qemu to crash when a deprecated command is used and stop returning deprecated fields. This setting is meant for libvirt developers and such. ---

[PATCH 6/6] qemu: command: Handle formatting of '-compat' options

2021-03-19 Thread Peter Krempa
Enable '-compat' if requested in qemu.conf and supported by qemu to instruct qemu to crash when a deprecated command is used and stop returning deprecated fields. This setting is meant for libvirt developers and such. --- src/qemu/qemu_command.c | 80 +++