diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2023-10-05 18:42:54 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-10-08 21:08:27 +0200 |
commit | 63a13c08055072e92129a1d0ffeeecdcac6ad3d4 (patch) | |
tree | 720dd36f44f0b236fa9198ee8cbcbfb7e6418ed3 /docs | |
parent | 22f84d4f7882d881a5f8574430da62c7ce5a0731 (diff) | |
download | qemu-63a13c08055072e92129a1d0ffeeecdcac6ad3d4.zip qemu-63a13c08055072e92129a1d0ffeeecdcac6ad3d4.tar.gz qemu-63a13c08055072e92129a1d0ffeeecdcac6ad3d4.tar.bz2 |
audio: reintroduce default audio backend for VNC
Make VNC use the default backend again if one is defined.
The recently introduced support for disabling the VNC audio
extension is still used, in case no default backend exists.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/about/removed-features.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/about/removed-features.rst b/docs/about/removed-features.rst index ed94b4c..f040369 100644 --- a/docs/about/removed-features.rst +++ b/docs/about/removed-features.rst @@ -460,12 +460,6 @@ in this case. Note that the default audio backend must be configured on the command line if the ``-nodefaults`` options is used. -Creating vnc without ``audiodev=`` property (removed in 8.2) -'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - -When using vnc, you should specify an ``audiodev=`` property if -you plan to transmit audio through the VNC protocol. - QEMU Machine Protocol (QMP) commands ------------------------------------ |