diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-07-02 15:25:10 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-07-06 17:01:11 +0200 |
commit | 0e933febfeba7e4fffd6319e42388ba132520461 (patch) | |
tree | 7383dd2500487b5e4f57114b8b81d33e16a1ae4d /qdev-monitor.c | |
parent | 2957f5ada7514f72032a419d8e3ba380786fca04 (diff) |
audio: deprecate -soundhw es1370
Switch to deprecated_register_soundhw(). Remove the now obsolete init
function. Add an alias so both es1370 and ES1370 are working with
-device.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20200702132525.6849-6-kraxel@redhat.com
Diffstat (limited to 'qdev-monitor.c')
-rw-r--r-- | qdev-monitor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qdev-monitor.c b/qdev-monitor.c index 105d9792ec..e3083fae39 100644 --- a/qdev-monitor.c +++ b/qdev-monitor.c @@ -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 }, |