]> git.proxmox.com Git - mirror_qemu.git/commit
qemu-options: Clarify handling of commas in options parameters
authorYihuan Pan <xun794@gmail.com>
Wed, 13 Dec 2023 14:17:07 +0000 (22:17 +0800)
committerThomas Huth <thuth@redhat.com>
Wed, 20 Dec 2023 09:29:23 +0000 (10:29 +0100)
commitfd49b2153ed2448de6798fba31430a8dccea8ed8
tree3e28fd6a4b5d4dc3351b3125babc7a6dd98963c0
parent81c2c9dd5dc2a39b95317ca3a9baff0184f9f097
qemu-options: Clarify handling of commas in options parameters

Provide explicit guidance on dealing with option parameters as arbitrary
strings containing commas, such as in "file=my,file" and "string=a,b". The
updated documentation emphasizes the need to double commas when they
appear within such parameters.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1839
Signed-off-by: Yihuan Pan <xun794@gmail.com>
Message-ID: <20231213141706.629833-2-xun794@gmail.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
docs/system/invocation.rst
docs/system/qemu-manpage.rst
qemu-options.hx