aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-02Merge tag 'migration-20231002-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi10-115/+107
2023-10-02Merge tag 'pull-shadow-2023-09-29' of https://repo.or.cz/qemu/armbru into sta...Stefan Hajnoczi74-332/+327
2023-10-02Merge tag 'pull-tricore-20230929' of https://github.com/bkoppelmann/qemu into...Stefan Hajnoczi15-175/+376
2023-10-02Merge tag 'pull-tcg-20230928' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi5-42/+41
2023-10-02Merge tag 'tracing-pull-request' of https://gitlab.com/stefanha/qemu into sta...Stefan Hajnoczi3-144/+246
2023-10-02Makefile: build plugins before running TCG testsPaolo Bonzini3-11/+14
2023-09-29migration/rdma: Simplify the function that saves a pageJuan Quintela4-37/+18
2023-09-29migration: Remove unused qemu_file_credit_transfer()Juan Quintela2-13/+0
2023-09-29migration/rdma: Don't use imaginary transfersJuan Quintela2-5/+1
2023-09-29migration/rdma: Remove QEMUFile parameter when not usedJuan Quintela1-12/+11
2023-09-29migration/RDMA: It is accounting for zero/normal pages in two placesJuan Quintela1-7/+0
2023-09-29migration: Don't abuse qemu_file transferred for RDMAJuan Quintela4-5/+28
2023-09-29migration: Use qemu_file_transferred_noflush() for block migration.Juan Quintela1-2/+2
2023-09-29migration: Refactor repeated call of yank_unregister_instanceTejus GK1-4/+0
2023-09-29migration-test: simplify shmem_opts handlingJuan Quintela1-5/+2
2023-09-29migration-test: dirtylimit checks for x86_64 arch beforeJuan Quintela1-4/+1
2023-09-29migration-test: Add bootfile_create/delete() functionsJuan Quintela1-14/+36
2023-09-29migration-test: bootpath is the same for all tests and for all archsJuan Quintela1-11/+9
2023-09-29migration-test: Create kvm_optsJuan Quintela1-4/+7
2023-09-29disas/m68k: clean up local variable shadowingLaurent Vivier1-4/+4
2023-09-29hw/nvme: Clean up local variable shadowing in nvme_ns_init()Klaus Jensen1-2/+2
2023-09-29softmmu/device_tree: Fixup local variables shadowingAlistair Francis1-3/+3
2023-09-29target/riscv: vector_helper: Fixup local variables shadowingAlistair Francis1-3/+4
2023-09-29target/riscv: cpu: Fixup local variables shadowingAlistair Francis1-2/+2
2023-09-29hw/riscv: opentitan: Fixup local variables shadowingAlistair Francis1-1/+1
2023-09-29qemu-nbd: changes towards enabling -Wshadow=localEric Blake1-5/+4
2023-09-29seccomp: avoid shadowing of 'action' variableDaniel P. Berrangé1-2/+2
2023-09-29crypto: remove shadowed 'ret' variableDaniel P. Berrangé1-1/+0
2023-09-29intel_iommu: Fix shadow local variables on "size"Peter Xu1-4/+4
2023-09-29aspeed/timer: Clean up local variable shadowingCédric Le Goater1-1/+1
2023-09-29aspeed/i3c: Rename variable shadowing a localCédric Le Goater1-3/+3
2023-09-29aspeed: Clean up local variable shadowingCédric Le Goater1-5/+5
2023-09-29aspeed/i2c: Clean up local variable shadowingCédric Le Goater1-1/+0
2023-09-29hw/arm/smmuv3-internal.h: Don't use locals in statement macrosPeter Maydell1-29/+14
2023-09-29hw/arm/smmuv3.c: Avoid shadowing variablePeter Maydell1-2/+2
2023-09-29hw/misc/arm_sysctl.c: Avoid shadowing local variablePeter Maydell1-3/+3
2023-09-29hw/intc/arm_gicv3_its: Avoid shadowing variable in do_process_its_cmd()Peter Maydell1-3/+3