]> Git Repo - qemu.git/commit - softmmu/vl.c
vl: deprecate -writeconfig
authorPaolo Bonzini <[email protected]>
Thu, 25 Feb 2021 10:55:27 +0000 (11:55 +0100)
committerPaolo Bonzini <[email protected]>
Thu, 25 Feb 2021 14:41:50 +0000 (15:41 +0100)
commitb979c93121d4276c124dccbff2848b7aede66cb6
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 <[email protected]>
docs/system/deprecated.rst
qemu-options.hx
softmmu/vl.c
This page took 0.02567 seconds and 4 git commands to generate.