The following changes since commit 005ad32358f12fe9313a4a01918a55e60d4f39e5:
Merge tag 'pull-tpm-2023-09-12-3' of https://github.com/stefanberger/qemu-tpm into staging (2023-09-13 13:41:57 -0400) are available in the Git repository at: https://gitlab.com/bonzini/qemu.git tags/for-upstream for you to fetch changes up to 5930ce1943065b3d7b2687da0b53c1cd1da86cf7: audio: Require AudioState in AUD_add_capture (2023-09-21 10:42:43 +0200) ---------------------------------------------------------------- * add host ticks function for RISC-V * target/i386: Export GDS_NO bit * target/i386: add support for bit 56 of MSR_IA32_VMX_BASIC * drop -audiodev-help and QEMU_AUDIO_* environment variables * require -audiodev for VNC audio ---------------------------------------------------------------- LIU Zhiwei (1): qemu/timer: Add host ticks function for RISC-V Martin Kletzander (8): hw/input/tsc210x: Extract common init code into new function hw/audio: Simplify hda audio init hw/audio/lm4549: Add errp error reporting to init function hw/display/xlnx_dp.c: Add audiodev property tests/qtest: Specify audiodev= and -audiodev audio/spiceaudio: Fail initialisation when not using spice ui/vnc: Require audiodev= to enable audio audio: Require AudioState in AUD_add_capture Paolo Bonzini (2): target/i386: enumerate bit 56 of MSR_IA32_VMX_BASIC audio: remove QEMU_AUDIO_* and -audio-help support Pawan Gupta (1): target/i386: Export GDS_NO bit to guests audio/alsaaudio.c | 1 - audio/audio.c | 63 ++-- audio/audio.h | 1 - audio/audio_int.h | 3 - audio/audio_legacy.c | 591 -------------------------------- audio/coreaudio.m | 1 - audio/dbusaudio.c | 1 - audio/dsoundaudio.c | 1 - audio/jackaudio.c | 1 - audio/meson.build | 1 - audio/noaudio.c | 1 - audio/ossaudio.c | 1 - audio/paaudio.c | 1 - audio/pwaudio.c | 1 - audio/sdlaudio.c | 1 - audio/sndioaudio.c | 1 - audio/spiceaudio.c | 3 +- audio/wavaudio.c | 1 - docs/about/deprecated.rst | 16 +- docs/about/removed-features.rst | 12 + hw/audio/hda-codec.c | 32 +- hw/audio/intel-hda.c | 4 +- hw/audio/intel-hda.h | 2 +- hw/audio/lm4549.c | 3 +- hw/audio/lm4549.h | 3 +- hw/audio/pl041.c | 2 +- hw/display/xlnx_dp.c | 6 + hw/input/tsc210x.c | 68 ++-- include/qemu/timer.h | 22 ++ qemu-options.hx | 10 - scripts/kvm/vmxcap | 1 + softmmu/vl.c | 4 - target/i386/cpu.c | 3 +- target/i386/cpu.h | 1 + tests/qtest/es1370-test.c | 3 +- tests/qtest/fuzz/generic_fuzz_configs.h | 6 +- tests/qtest/intel-hda-test.c | 15 +- ui/vnc.c | 10 +- 38 files changed, 142 insertions(+), 755 deletions(-) delete mode 100644 audio/audio_legacy.c -- 2.41.0