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:
/* 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 },