vl: deprecate -writeconfig
commitb979c93121d4276c124dccbff2848b7aede66cb6
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 25 Feb 2021 10:55:27 +0000 (25 11:55 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 25 Feb 2021 14:41:50 +0000 (25 15:41 +0100)
tree7890a6fb132ab295a75429872d3830ba0e9639fb
parent06e878b413766778a53be3d25c0373a23679d039
vl: deprecate -writeconfig

The functionality of -writeconfig is limited and the code
does not even try to detect cases where it prints incorrect
syntax (for example if values have a quote in them, since
qemu_config_parse does not support any kind of escaping)
so remove it.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
docs/system/deprecated.rst
qemu-options.hx
softmmu/vl.c