[PATCH v2] qemu-docs: Update options for graphical frontends

2024-01-21 Thread Yihuan Pan
The command line options `-ctrl-grab` and `-alt-grab` have been removed in QEMU 7.1. Instead, use the `-display sdl,grab-mod=` option to specify the grab modifiers. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2103 Signed-off-by: Yihuan Pan --- docs/system/keys.rst.inc | 11

[PATCH] qemu-docs: Update options for graphical frontends

2024-01-17 Thread Yihuan Pan
The command line options `-ctrl-grab` and `-alt-grab` have been removed in QEMU 7.1. Instead, use the `-display sdl,grab-mod=` option to specify the grab modifiers. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2103 Signed-off-by: Yihuan Pan --- docs/system/keys.rst.inc | 5 +++-- 1

[PATCH] qemu-options: Clarify handling of commas in options parameters

2023-12-13 Thread Yihuan Pan
om/qemu-project/qemu/-/issues/1839 Signed-off-by: Yihuan Pan --- docs/system/invocation.rst | 5 + docs/system/qemu-manpage.rst | 5 + qemu-options.hx | 4 3 files changed, 14 insertions(+) Changes since the previous version: - Added a generic comment about doubli