]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qdev-monitor.c
audio: deprecate -soundhw es1370
[mirror_qemu.git] / qdev-monitor.c
index 105d9792ecdfdec5075679f0060a393201c835f9..e3083fae394bbedbe0867fcff2c2e4b6ee34bfaf 100644 (file)
@@ -55,6 +55,7 @@ typedef struct QDevAlias
 static const QDevAlias qdev_alias_table[] = {
     { "AC97", "ac97" }, /* -soundhw name */
     { "e1000", "e1000-82540em" },
+    { "ES1370", "es1370" }, /* -soundhw name */
     { "ich9-ahci", "ahci" },
     { "lsi53c895a", "lsi" },
     { "virtio-9p-ccw", "virtio-9p", QEMU_ARCH_S390X },