Skip to content

Commit 129eec4

Browse files
committed
Document the default option for video.display
Useful for writing cross-platform yaml files. But is not a new display type, or anything... Signed-off-by: Anders F Björklund <[email protected]>
1 parent 7ca410c commit 129eec4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/default.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,11 @@ firmware:
208208
legacyBIOS: null
209209

210210
video:
211-
# QEMU display, e.g., "none", "cocoa", "sdl", "gtk".
211+
# QEMU display, e.g., "none", "cocoa", "sdl", "gtk", "default".
212212
# As of QEMU v6.2, enabling this is known to have negative impact
213213
# on performance on macOS hosts: https://gitlab.com/qemu-project/qemu/-/issues/334
214+
# Choosing "none" will hide the video output, and not show any window.
215+
# Choosing "default" will pick the first available of: gtk, sdl, cocoa.
214216
# 🟢 Builtin default: "none"
215217
display: null
216218

0 commit comments

Comments
 (0)