aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-28target/tricore: Implement FTOU insnBastian Koppelmann5-0/+49
2023-09-28target/tricore: Correctly handle FPU RM from PSWBastian Koppelmann1-2/+16
2023-09-28target/tricore: Implement CRCN insnBastian Koppelmann6-0/+83
2023-09-28tests/tcg/tricore: Bump cpu to tc37xBastian Koppelmann1-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
2023-09-25seabios: remove PCI drivers from bios.binPaolo Bonzini2-9/+18
2023-09-25pc_piix: remove pc-i440fx-1.4 up to pc-i440fx-1.7Paolo Bonzini5-149/+6
2023-09-25Merge tag 'pull-request-2023-09-25' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi7-54/+60
2023-09-25Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi18-74/+115
2023-09-25Merge tag 'pull-target-arm-20230921' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi27-201/+1769
2023-09-25nbd/server: Refactor handling of command sanity checksEric Blake1-44/+74
2023-09-25nbd: Prepare for 64-bit request effect lengthsEric Blake6-24/+45
2023-09-25tests/avocado: fix waiting for vm shutdown in replay_linuxPavel Dovgalyuk1-1/+1
2023-09-25hw/mips/jazz: Simplify the NIC setup codeThomas Huth1-16/+5
2023-09-25hw/mips/jazz: Move the NIC init code into a separate functionThomas Huth1-27/+35
2023-09-25tests/qtest/netdev-socket: Do not test multicast on DarwinPhilippe Mathieu-Daudé1-2/+4
2023-09-25tests/qtest/m48t59-test: Silence compiler warning with -WshadowThomas Huth1-6/+6
2023-09-25tests/qtest/netdev-socket: Raise connection timeout to 120 secondsStefan Hajnoczi1-1/+1
2023-09-25meson.build: Make keyutils independent from keyringThomas Huth3-2/+9
2023-09-22nbd: Add types for extended headersEric Blake5-45/+106
2023-09-22nbd/client: Pass mode through to nbd_send_requestEric Blake3-8/+12
2023-09-22nbd: Replace bool structured_reply with mode enumEric Blake6-29/+38
2023-09-22iotests: improve 'not run' message for nbd-multiconn testDenis V. Lunev1-1/+1
2023-09-22iotests: use TEST_IMG_FILE instead of TEST_IMG in _require_large_fileDenis V. Lunev1-2/+7