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
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
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