From de13d04ab3deb8d1675a978ba1abf42296e50954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20F=20Bj=C3=B6rklund?= Date: Sun, 24 Jul 2022 20:25:11 +0200 Subject: [PATCH] Document the default option for video.display MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Useful for writing cross-platform yaml files. But is not a new display type, or anything... Signed-off-by: Anders F Björklund --- examples/default.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/default.yaml b/examples/default.yaml index 95c712ef6c9..f3750af6215 100644 --- a/examples/default.yaml +++ b/examples/default.yaml @@ -208,7 +208,9 @@ firmware: legacyBIOS: null video: - # QEMU display, e.g., "none", "cocoa", "sdl", "gtk". + # QEMU display, e.g., "none", "cocoa", "sdl", "gtk", "default". + # Choosing "none" will hide the video output, and not show any window. + # Choosing "default" will pick the first available of: gtk, sdl, cocoa. # As of QEMU v6.2, enabling this is known to have negative impact # on performance on macOS hosts: https://gitlab.com/qemu-project/qemu/-/issues/334 # 🟢 Builtin default: "none"