remove -writeconfig
Like -set and -readconfig, it would not really be too hard to extend -writeconfig to parsing mechanisms other than QemuOpts. However, the uses of -writeconfig are substantially more limited, as it is generally easier to write the configuration by hand in the first place. In addition, -writeconfig 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. Just remove it. Signed-off-by:Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20220414145721.326866-1-pbonzini@redhat.com> Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>
Showing
- docs/about/deprecated.rst 0 additions, 7 deletionsdocs/about/deprecated.rst
- docs/about/removed-features.rst 7 additions, 0 deletionsdocs/about/removed-features.rst
- include/qemu/config-file.h 0 additions, 1 deletioninclude/qemu/config-file.h
- qemu-options.hx 2 additions, 6 deletionsqemu-options.hx
- softmmu/vl.c 0 additions, 20 deletionssoftmmu/vl.c
- util/qemu-config.c 0 additions, 42 deletionsutil/qemu-config.c
Loading
Please register or sign in to comment