aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-03audio: propagate Error * out of audio_initMartin Kletzander18-49/+74
2023-10-03vt82c686 machines: Support machine-default audiodev with fallbackPaolo Bonzini2-5/+22
2023-10-03hw/ppc: Support machine-default audiodev with fallbackMartin Kletzander1-0/+7
2023-10-03hw/arm: Support machine-default audiodev with fallbackMartin Kletzander12-9/+92
2023-10-03Introduce machine property "audiodev"Martin Kletzander2-0/+42
2023-10-03audio: remove QEMU_AUDIO_* and -audio-help supportPaolo Bonzini21-711/+65
2023-10-03audio: simplify flow in audio_initPaolo Bonzini1-32/+32
2023-10-03audio: commonize voice initializationPaolo Bonzini2-18/+10
2023-10-03audio: return Error ** from audio_state_by_namePaolo Bonzini6-20/+13
2023-10-03audio: allow returning an error from the driver initPaolo Bonzini15-27/+48
2023-10-03audio: Require AudioState in AUD_add_captureMartin Kletzander1-4/+2
2023-10-03ui/vnc: Require audiodev= to enable audioPaolo Bonzini4-6/+21
2023-10-03crypto: only include tls-cipher-suites in emulatorsPaolo Bonzini2-6/+3
2023-10-03scsi-disk: ensure that FORMAT UNIT commands are terminatedMark Cave-Ayland1-0/+4
2023-10-03esp: restrict non-DMA transfer length to that of available dataMark Cave-Ayland1-1/+2
2023-10-03esp: use correct type for esp_dma_enable() in sysbus_esp_gpio_demux()Mark Cave-Ayland1-1/+1
2023-10-02Makefile: build plugins before running TCG testsPaolo Bonzini3-11/+14
2023-09-29meson: clean up static_library keyword argumentsPaolo Bonzini3-8/+11
2023-09-29make-release: do not ship dtc sourcesPaolo Bonzini3-2/+5
2023-09-29pc: remove short_root_bus propertyPaolo Bonzini3-16/+0
2023-09-29e1000: remove old compatibility codePaolo Bonzini1-53/+28
2023-09-29accel/kvm/kvm-all: Handle register access errorsAkihiko Odaki1-4/+28
2023-09-29optionrom: Remove build-id sectionFabiano Rosas1-1/+1
2023-09-27migration: Move return path cleanup to main migration threadFabiano Rosas1-1/+10
2023-09-27migration: Replace the return path retry logicFabiano Rosas2-50/+11
2023-09-27migration: Consolidate return path closing codeFabiano Rosas1-15/+14
2023-09-27migration: Remove redundant cleanup of postcopy_qemufile_srcFabiano Rosas1-6/+0
2023-09-27migration: Fix possible race when shutting down to_dst_fileFabiano Rosas1-7/+11
2023-09-27migration: Fix possible races when shutting down the return pathFabiano Rosas1-9/+10
2023-09-27migration: Fix possible race when setting rp_state.errorFabiano Rosas1-1/+0
2023-09-27migration: Fix race that dest preempt thread close too earlyPeter Xu3-3/+51
2023-09-27Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi26-236/+102
2023-09-26audio: remove shadowed localsPaolo Bonzini1-6/+5
2023-09-26compiler: introduce QEMU_ANNOTATEPaolo Bonzini2-3/+9
2023-09-26block: mark mixed functions that can suspendPaolo Bonzini4-7/+8
2023-09-26target/i386/svm_helper: eliminate duplicate local variablePaolo Bonzini1-2/+0
2023-09-26target/i386/seg_helper: remove shadowed variablePaolo Bonzini1-12/+10
2023-09-26target/i386/seg_helper: introduce tss_set_busyPaolo Bonzini1-14/+17
2023-09-26target/i386/translate: avoid shadowed local variablesPaolo Bonzini1-3/+1
2023-09-26target/i386/cpu: avoid shadowed local variablesPaolo Bonzini1-1/+2
2023-09-26target/i386/kvm: eliminate shadowed local variablesPaolo Bonzini1-6/+1
2023-09-26m48t59-test: avoid possible overflow on ABSPaolo Bonzini1-7/+10
2023-09-26pm_smbus: rename variable to avoid shadowingPaolo Bonzini1-2/+2
2023-09-26Merge tag 'pull-nbd-2023-09-25' of https://repo.or.cz/qemu/ericb into stagingStefan Hajnoczi12-150/+280
2023-09-25mptsas: avoid shadowed local variablesPaolo Bonzini1-3/+3
2023-09-25ui/vnc: fix handling of VNC_FEATURE_XVPPaolo Bonzini1-2/+2
2023-09-25ui/vnc: fix debug output for invalid audio messagePaolo Bonzini1-1/+1
2023-09-25vl: remove shadowed local variablesPaolo Bonzini1-5/+4
2023-09-25hw/scsi/scsi-disk: Disallow block sizes smaller than 512 [CVE-2023-42467]Thomas Huth1-2/+3
2023-09-25user-exec-stub: remove unused variablePaolo Bonzini1-2/+0