Skip to content

Commit de13d04

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 9d67d8c commit de13d04

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,7 +208,9 @@ 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".
212+
# Choosing "none" will hide the video output, and not show any window.
213+
# Choosing "default" will pick the first available of: gtk, sdl, cocoa.
212214
# As of QEMU v6.2, enabling this is known to have negative impact
213215
# on performance on macOS hosts: https://gitlab.com/qemu-project/qemu/-/issues/334
214216
# 🟢 Builtin default: "none"

0 commit comments

Comments
 (0)