In discussing the proposal to deprecate the short form bool options
without a value, it was pointed out that the docs mostly use the
short form:
https://lists.gnu.org/archive/html/qemu-devel/2021-02/msg05018.html
This series converts all usage of the short form into the canonical
key=on|off boolean syntax. As we can see, there was quite alot in
the docs using the various short forms. Not sure if I got all of
them since identifying them is quite hard.
Daniel P. Berrangé (10):
gdbstub: use preferred boolean option syntax
qemu-options: update to show preferred boolean syntax for -chardev
qemu-options: update to show preferred boolean syntax for -spice
qemu-options: update to show preferred boolean syntax for -netdev
qemu-options: update to show preferred boolean syntax for -incoming
qemu-options: update to show preferred boolean syntax for -vnc
docs: update to show preferred boolean syntax for -chardev
docs: update to show preferred boolean syntax for -vnc
docs: update to show preferred boolean syntax for -cpu
target/i386: update to show preferred boolean syntax for -cpu
docs/COLO-FT.txt | 12 +--
docs/ccid.txt | 6 +-
docs/colo-proxy.txt | 16 +--
docs/devel/writing-qmp-commands.txt | 2 +-
docs/interop/firmware.json | 2 +-
docs/interop/live-block-operations.rst | 4 +-
docs/interop/qmp-intro.txt | 4 +-
docs/system/cpu-hotplug.rst | 2 +-
docs/system/cpu-models-x86.rst.inc | 4 +-
docs/system/s390x/3270.rst | 2 +-
docs/system/target-avr.rst | 2 +-
docs/system/vnc-security.rst | 8 +-
docs/tools/qemu-storage-daemon.rst | 4 +-
gdbstub.c | 2 +-
qemu-options.hx | 131 +++++++++++++------------
scripts/qmp/qemu-ga-client | 2 +-
target/i386/cpu.c | 2 +-
tests/qtest/test-x86-cpuid-compat.c | 52 +++++-----
tests/test-char.c | 4 +-
19 files changed, 132 insertions(+), 129 deletions(-)
--
2.29.2