[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 01/18] hw/audio: Remove -soundhw support
From: |
Stefan Hajnoczi |
Subject: |
Re: [PATCH 01/18] hw/audio: Remove -soundhw support |
Date: |
Tue, 26 Apr 2022 09:53:41 +0100 |
On Mon, Apr 25, 2022 at 10:21:44AM +0200, Martin Kletzander wrote:
> One thing I am not sure about is whether to keep the aliases of ac97 and
> es1370 in the qdev_alias_table.
>
> Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
> ---
> docs/about/deprecated.rst | 9 -
> docs/about/removed-features.rst | 10 +
> docs/qdev-device-use.txt | 21 +--
> docs/replay.txt | 2 +-
> hw/audio/ac97.c | 3 -
> hw/audio/adlib.c | 2 -
> hw/audio/cs4231a.c | 2 -
> hw/audio/es1370.c | 3 -
> hw/audio/gus.c | 2 -
> hw/audio/intel-hda.c | 21 ---
> hw/audio/meson.build | 1 -
> hw/audio/pcspk.c | 11 --
> hw/audio/sb16.c | 3 -
> hw/audio/soundhw.c | 177 ------------------
> include/hw/audio/soundhw.h | 15 --
> qemu-options.hx | 27 ---
> .../codeconverter/test_regexps.py | 1 -
> softmmu/qdev-monitor.c | 2 -
> softmmu/vl.c | 6 -
> 19 files changed, 19 insertions(+), 299 deletions(-)
> delete mode 100644 hw/audio/soundhw.c
> delete mode 100644 include/hw/audio/soundhw.h
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
signature.asc
Description: PGP signature
- Re: [PATCH 06/18] ui/vnc: Require audiodev=, (continued)
- [PATCH 15/18] audio: Be more strict during audio backend initialisation, Martin Kletzander, 2022/04/25
- [PATCH 03/18] hw/audio: Simplify hda audio init, Martin Kletzander, 2022/04/25
- [PATCH 01/18] hw/audio: Remove -soundhw support, Martin Kletzander, 2022/04/25
- [PATCH 10/18] hw/input/tsc210x.c: Support machine-default audiodev with fallback, Martin Kletzander, 2022/04/25
- [PATCH 08/18] audio: Add easy dummy audio initialiser, Martin Kletzander, 2022/04/25
- [PATCH 07/18] Introduce machine's default-audiodev property, Martin Kletzander, 2022/04/25
- [PATCH 14/18] audio: Require AudioState in AUD_add_capture, Martin Kletzander, 2022/04/25
- [PATCH 05/18] tests/qtest: Specify audiodev= and -audiodev, Martin Kletzander, 2022/04/25