-
Notifications
You must be signed in to change notification settings - Fork 694
Closed as not planned
Description
Description
It would be nice to be able to use simple defaults like "default".
audio:
# EXPERIMENTAL
# QEMU audiodev, e.g., "none", "coreaudio", "pa", "alsa", "oss".
# Choosing "none" will mute the audio output, and not play any sound.
# Choosing "default" will pick the suitable of coreudio, pa, dsound.
# 🟢 Builtin default: ""
device: default
video:
# QEMU display, e.g., "none", "cocoa", "sdl", "gtk", "vnc", "default".
# Choosing "none" will hide the video output, and not show any window.
# Choosing "default" will pick the first available of: gtk, sdl, cocoa.
# 🟢 Builtin default: "none"
display: default
Instead of having to remember gtk and pa, or vz, or whatever...
Note: Vz will not support the QEMU device/driver names.
But it should still honor the "none" and "default" strings.
Metadata
Metadata
Assignees
Labels
No labels