From patchwork Sat May 4 14:17:37 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Herv=C3=A9_Poussineau?= X-Patchwork-Id: 241467 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 7579C2C00E5 for ; Sun, 5 May 2013 00:16:43 +1000 (EST) Received: from localhost ([::1]:40014 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYdGT-0002aV-KA for incoming@patchwork.ozlabs.org; Sat, 04 May 2013 10:16:41 -0400 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 Received: from smtp1-g21.free.fr ([2a01:e0c:1:1599::10]:50641) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYdGC-0006dC-Bx; Sat, 04 May 2013 10:16:24 -0400 Received: from localhost.localdomain (unknown [82.227.227.196]) by smtp1-g21.free.fr (Postfix) with ESMTP id 3483B940178; Sat, 4 May 2013 16:16:17 +0200 (CEST) From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= To: qemu-devel@nongnu.org Date: Sat, 4 May 2013 16:17:37 +0200 Message-Id: <1367677057-6809-1-git-send-email-hpoussin@reactos.org> X-Mailer: git-send-email 1.7.10.4 MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a01:e0c:1:1599::10 Cc: qemu-trivial@nongnu.org, =?UTF-8?q?Herv=C3=A9=20Poussineau?= Subject: [Qemu-devel] [PATCH for-1.5] audio: update documentation after removing --audio-card-list option X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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é 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. SMP is supported with up to 255 CPUs. -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.