From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYdGD-0002aP-OD for qemu-devel@nongnu.org; Sat, 04 May 2013 10:16:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UYdGC-0006dd-Uu for qemu-devel@nongnu.org; Sat, 04 May 2013 10:16:25 -0400 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Sat, 4 May 2013 16:17:37 +0200 Message-Id: <1367677057-6809-1-git-send-email-hpoussin@reactos.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH for-1.5] audio: update documentation after removing --audio-card-list option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, =?UTF-8?q?Herv=C3=A9=20Poussineau?= Commit 98af93fde2e37b5b0c8cee9036e028fe6df6446c removed the --audio-card-list option in configure, and commit 8f3b664f6cc4153cc73941c941d54c4e499b7537 always compiled in the adlib, gus and cs4231a audio cards. Signed-off-by: Herv=C3=A9 Poussineau --- qemu-doc.texi | 4 ---- 1 file changed, 4 deletions(-) diff --git a/qemu-doc.texi b/qemu-doc.texi index 64493eb..5fc0eae 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -214,10 +214,6 @@ PCI UHCI USB controller and a virtual USB hub. =20 SMP is supported with up to 255 CPUs. =20 -Note that adlib, gus and cs4231a are only available when QEMU was -configured with --audio-card-list option containing the name(s) of -required card(s). - QEMU uses the PC BIOS from the Bochs project and the Plex86/Bochs LGPL VGA BIOS. =20 --=20 1.7.10.4