summaryrefslogtreecommitdiff
path: root/qemu-doc.texi
diff options
context:
space:
mode:
authormalc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>2008-06-25 21:04:05 +0000
committermalc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>2008-06-25 21:04:05 +0000
commit0c58ac1c76603ce639e419cedd16cfcdcd813045 (patch)
treed437006980781bc3ac7337183ae80c4316bc4729 /qemu-doc.texi
parenta214c59855bc9d5dd509588160361f1cb0b4e8d8 (diff)
downloadqemu-0c58ac1c76603ce639e419cedd16cfcdcd813045.tar.gz
Change the way audio is configured
Instead of having separate option for each card and driver use --audio-drv-list and --audio-card-list options. Under Linux it allows to set the default(first probed) driver to something other than OSS. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4792 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r--qemu-doc.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi
index d01a04b93a..80c172c278 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -183,8 +183,8 @@ PCI UHCI USB controller and a virtual USB hub.
SMP is supported with up to 255 CPUs.
Note that adlib, ac97, gus and cs4231a are only available when QEMU
-was configured with --enable-adlib, --enable-ac97, --enable-gus or
---enable-cs4231a respectively.
+was configured with --audio-card-list option containing the name(s) of
+required cards.
QEMU uses the PC BIOS from the Bochs project and the Plex86/Bochs LGPL
VGA BIOS.