[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL 00/24] Audio, build system, misc fixes for 2023-10-03
|
From: |
Michael Tokarev |
|
Subject: |
Re: [PULL 00/24] Audio, build system, misc fixes for 2023-10-03 |
|
Date: |
Tue, 3 Oct 2023 18:36:43 +0300 |
|
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 |
03.10.2023 11:30, Paolo Bonzini:
----------------------------------------------------------------
* fix from optionrom build
* fix for KVM on Apple M2
* introduce machine property "audiodev"
* ui/vnc: Require audiodev= to enable audio
* audio: remove QEMU_AUDIO_* and -audio-help support
* audio: forbid using default audiodev backend with -audiodev and -nodefaults
* remove compatibility code for old machine types
* make-release: do not ship dtc sources
* build system cleanups
----------------------------------------------------------------
Akihiko Odaki (1):
accel/kvm/kvm-all: Handle register access errors
Fabiano Rosas (1):
optionrom: Remove build-id section
Mark Cave-Ayland (3):
esp: use correct type for esp_dma_enable() in sysbus_esp_gpio_demux()
esp: restrict non-DMA transfer length to that of available data
scsi-disk: ensure that FORMAT UNIT commands are terminated
Martin Kletzander (5):
audio: Require AudioState in AUD_add_capture
Introduce machine property "audiodev"
hw/arm: Support machine-default audiodev with fallback
hw/ppc: Support machine-default audiodev with fallback
audio: propagate Error * out of audio_init
Paolo Bonzini (14):
e1000: remove old compatibility code
pc: remove short_root_bus property
make-release: do not ship dtc sources
meson: clean up static_library keyword arguments
Makefile: build plugins before running TCG tests
crypto: only include tls-cipher-suites in emulators
ui/vnc: Require audiodev= to enable audio
audio: allow returning an error from the driver init
audio: return Error ** from audio_state_by_name
audio: commonize voice initialization
audio: simplify flow in audio_init
audio: remove QEMU_AUDIO_* and -audio-help support
vt82c686 machines: Support machine-default audiodev with fallback
audio: forbid default audiodev backend with -nodefaults
I'm picking the following items:
Fabiano Rosas (1):
optionrom: Remove build-id section
Mark Cave-Ayland (3):
esp: use correct type for esp_dma_enable() in sysbus_esp_gpio_demux()
esp: restrict non-DMA transfer length to that of available data
scsi-disk: ensure that FORMAT UNIT commands are terminated
for -stable (both 7.2 & 8.1).
Thanks,
/mjt
- [PULL 04/24] pc: remove short_root_bus property, (continued)
- [PULL 04/24] pc: remove short_root_bus property, Paolo Bonzini, 2023/10/03
- [PULL 22/24] vt82c686 machines: Support machine-default audiodev with fallback, Paolo Bonzini, 2023/10/03
- [PULL 20/24] hw/arm: Support machine-default audiodev with fallback, Paolo Bonzini, 2023/10/03
- [PULL 13/24] audio: Require AudioState in AUD_add_capture, Paolo Bonzini, 2023/10/03
- [PULL 14/24] audio: allow returning an error from the driver init, Paolo Bonzini, 2023/10/03
- [PULL 18/24] audio: remove QEMU_AUDIO_* and -audio-help support, Paolo Bonzini, 2023/10/03
- [PULL 24/24] audio: forbid default audiodev backend with -nodefaults, Paolo Bonzini, 2023/10/03
- [PULL 09/24] esp: restrict non-DMA transfer length to that of available data, Paolo Bonzini, 2023/10/03
- [PULL 23/24] audio: propagate Error * out of audio_init, Paolo Bonzini, 2023/10/03
- Re: [PULL 00/24] Audio, build system, misc fixes for 2023-10-03, Stefan Hajnoczi, 2023/10/03
- Re: [PULL 00/24] Audio, build system, misc fixes for 2023-10-03,
Michael Tokarev <=