]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
docs: Update mentions of removed '-soundhw' command line option
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 21 Oct 2025 13:11:07 +0000 (15:11 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 22 Oct 2025 06:55:28 +0000 (08:55 +0200)
The `-soundhw` CLI was removed in commit 039a68373c4 ("introduce
-audio as a replacement for -soundhw"). Remove outdated comments
and update the document mentioning the old usage.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20251021131825.99390-2-philmd@linaro.org>

docs/qdev-device-use.txt
system/qdev-monitor.c

index 043ae4611400d55dd062ecf5997721a3917fea02..fb420da2a9e1a2c34bd54f451b9cd2f77005f546 100644 (file)
@@ -311,9 +311,9 @@ constraints.
 
 Host and guest part of audio devices have always been separate.
 
-The old way to define guest audio devices is -soundhw C1,...
+The old way to define guest audio devices was -soundhw C1,...
 
-The new way is to define each guest audio device separately with
+The current way is to define each guest audio device separately with
 -device.
 
 Map from -soundhw sound card name to -device:
index 2ac92d0a076cbeb3598a577bedc2adbe45fa93a6..ec4a2394ceb31ea19219d1d8ed0f742f2ef3fb2b 100644 (file)
@@ -73,9 +73,9 @@ typedef struct QDevAlias
 
 /* Please keep this table sorted by typename. */
 static const QDevAlias qdev_alias_table[] = {
-    { "AC97", "ac97" }, /* -soundhw name */
+    { "AC97", "ac97" },
     { "e1000", "e1000-82540em" },
-    { "ES1370", "es1370" }, /* -soundhw name */
+    { "ES1370", "es1370" },
     { "ich9-ahci", "ahci" },
     { "lsi53c895a", "lsi" },
     { "virtio-9p-device", "virtio-9p", QEMU_ARCH_VIRTIO_MMIO },