[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v4 19/20] pcspk: update docs/system/target-i386-desc.rst.inc
From: |
Gerd Hoffmann |
Subject: |
[PATCH v4 19/20] pcspk: update docs/system/target-i386-desc.rst.inc |
Date: |
Wed, 24 Jun 2020 13:30:25 +0200 |
Add PC speaker with config hints.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
docs/system/target-i386-desc.rst.inc | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/docs/system/target-i386-desc.rst.inc
b/docs/system/target-i386-desc.rst.inc
index 47a169e0ae2a..7d1fffacbea3 100644
--- a/docs/system/target-i386-desc.rst.inc
+++ b/docs/system/target-i386-desc.rst.inc
@@ -31,6 +31,8 @@ The QEMU PC System emulator simulates the following
peripherals:
- CS4231A compatible sound card
+- PC speaker
+
- PCI UHCI, OHCI, EHCI or XHCI USB controller and a virtual USB-1.1
hub.
@@ -49,7 +51,7 @@ must be told to not have parallel ports to have working GUS.
.. parsed-literal::
- |qemu_system_x86| dos.img -soundhw gus -parallel none
+ |qemu_system_x86| dos.img -device gus -parallel none
Alternatively:
@@ -60,3 +62,12 @@ Alternatively:
Or some other unclaimed IRQ.
CS4231A is the chip used in Windows Sound System and GUSMAX products
+
+The PC speaker audio device can be configured using the pcspk-audiodev
+machine property, i.e.
+
+.. parsed-literal::
+
+ |qemu_system_x86| some.img \
+ -audiodev <backend>,id=<name> \
+ -machine pcspk-audiodev=<name>
--
2.18.4
- [PATCH v4 00/20] audio: deprecate -soundhw, Gerd Hoffmann, 2020/06/24
- [PATCH v4 10/20] audio: deprecate -soundhw hda, Gerd Hoffmann, 2020/06/24
- [PATCH v4 06/20] audio: deprecate -soundhw adlib, Gerd Hoffmann, 2020/06/24
- [PATCH v4 11/20] pc_basic_device_init: pass PCMachineState, Gerd Hoffmann, 2020/06/24
- [PATCH v4 09/20] audio: deprecate -soundhw sb16, Gerd Hoffmann, 2020/06/24
- [PATCH v4 17/20] audio: deprecate -soundhw pcspk, Gerd Hoffmann, 2020/06/24
- [PATCH v4 19/20] pcspk: update docs/system/target-i386-desc.rst.inc,
Gerd Hoffmann <=
- [PATCH v4 02/20] stubs: add pci_create_simple, Gerd Hoffmann, 2020/06/24
- [PATCH v4 12/20] pc_basic_device_init: drop has_pit arg, Gerd Hoffmann, 2020/06/24
- [PATCH v4 20/20] audio: set default value for pcspk.iobase property, Gerd Hoffmann, 2020/06/24
- [PATCH v4 08/20] audio: deprecate -soundhw gus, Gerd Hoffmann, 2020/06/24
- [PATCH v4 14/20] softmmu: initialize spice and audio earlier, Gerd Hoffmann, 2020/06/24
- [PATCH v4 07/20] audio: deprecate -soundhw cs4231a, Gerd Hoffmann, 2020/06/24
- [PATCH v4 05/20] audio: deprecate -soundhw es1370, Gerd Hoffmann, 2020/06/24
- [PATCH v4 01/20] stubs: add isa_create_simple, Gerd Hoffmann, 2020/06/24
- [PATCH v4 18/20] audio: add soundhw deprecation notice, Gerd Hoffmann, 2020/06/24