]> git.ipfire.org Git - thirdparty/qemu.git/commit
qemu-options: remove extraneous [] around arg values
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 8 Jan 2026 16:05:17 +0000 (16:05 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 5 Mar 2026 17:40:24 +0000 (17:40 +0000)
commitcbb724e0bd3fde72f0d68abceb79c6d94de08e01
tree02040c34f6d9af1619f131707d93c45dee1004b6
parent3275771e914fecfb89c5ee02f15034281b9afcfd
qemu-options: remove extraneous [] around arg values

There are quite a few inappropriate uses of [...] around argument
values. The [] are intended to indicate optionality, but in some
cases it is used to wrap a set of enum values. In other cases it
is being used to show the value is entirely optional, which was
common behaviour for boolean values in the past. QEMU has deprecated
short-form boolean options for quite a while though, and we should
thus not advertize this possibility in the docs.

Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
qemu-options.hx