From fcd5cc940503b8b90b18040aa4c7ec8e6adb13f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Fri, 6 Feb 2026 16:57:37 +0400 Subject: [PATCH] qemu-options.hx: document -audiodev dbus MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Document the backend introduced in commit 739362d420 ("audio: add dbus audio backend"). Reported-by: Mark Cave-Ayland Reviewed-by: Mark Cave-Ayland Reviewed-by: Akihiko Odaki Signed-off-by: Marc-André Lureau --- qemu-options.hx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/qemu-options.hx b/qemu-options.hx index 15a6f82043..4043e8ca22 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -991,6 +991,16 @@ SRST ``in|out.buffer-count=count`` Sets the count of the buffers. +``-audiodev dbus,id=id[,prop[=value][,...]]`` + Creates a D-Bus backend. It must be associated with the display + (as ``-display dbus,audiodev=id``). (Since 7.0) + + D-Bus specific options are: + + ``nsamples`` + Number of samples per read/write (default to 480, 10ms at 48kHz) + (Since 10.0) + ``-audiodev dsound,id=id[,prop[=value][,...]]`` Creates a backend using Microsoft's DirectSound. This backend is only available on Windows and only supports playback.