diff options
author | malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-25 21:04:05 +0000 |
---|---|---|
committer | malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-25 21:04:05 +0000 |
commit | 0c58ac1c76603ce639e419cedd16cfcdcd813045 (patch) | |
tree | d437006980781bc3ac7337183ae80c4316bc4729 /qemu-doc.texi | |
parent | Suppress OpenBSD warning messages for leftover fifo bytes (diff) | |
download | qemu-kvm-0c58ac1c76603ce639e419cedd16cfcdcd813045.tar.gz qemu-kvm-0c58ac1c76603ce639e419cedd16cfcdcd813045.tar.bz2 qemu-kvm-0c58ac1c76603ce639e419cedd16cfcdcd813045.zip |
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.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index d01a04b93..80c172c27 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. |