commit | db101376af52e81f740a27f5fa38260ad171323c | [log] [tgz] |
---|---|---|
author | Yihuan Pan <xun794@gmail.com> | Mon Jan 22 12:22:06 2024 +0800 |
committer | Michael Tokarev <mjt@tls.msk.ru> | Tue Jan 30 21:20:20 2024 +0300 |
tree | d2adfd414d3cf3017d42966fa7b235302b6174e6 | |
parent | dee70f51bf7088a43650109ed2bd8324deecbaf6 [diff] |
qemu-docs: Update options for graphical frontends The command line options `-ctrl-grab` and `-alt-grab` have been removed in QEMU 7.1. Instead, use the `-display sdl,grab-mod=<modifiers>` option to specify the grab modifiers. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2103 Signed-off-by: Yihuan Pan <xun794@gmail.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>