aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-27target/ppc: Fix width of some 32-bit SPRsNicholas Piggin6-27/+27
2023-05-27target/ppc: Fix fallback to MFSS for MFFS* instructions on pre 3.0 ISAsRichard Purdie2-13/+29
2023-05-26Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson13-85/+50
2023-05-26Merge tag 'pull-hex-20230526' of https://github.com/quic/qemu into stagingRichard Henderson32-1296/+1150
2023-05-26Merge tag 'pull-loongarch-20230526' of https://gitlab.com/gaosong/qemu into s...Richard Henderson3-16/+31
2023-05-26Merge tag 'pull-request-2023-05-26' of https://gitlab.com/thuth/qemu into sta...Richard Henderson16-19/+140
2023-05-26Hexagon (target/hexagon) Change Hexagon maintainerTaylor Simpson2-1/+2
2023-05-26Hexagon: fix outdated `hex_new_*` commentsMatheus Tavares Bernardino2-15/+13
2023-05-26target/hexagon/*.py: clean up used 'toss' and 'numregs' varsMatheus Tavares Bernardino7-70/+70
2023-05-26Hexagon (target/hexagon) Fix assignment to tmp registersMarco Liebel2-4/+35
2023-05-26Hexagon (tests/tcg/hexagon) Clean up Hexagon check-tcg testsTaylor Simpson19-1206/+1030
2023-05-26configure: ignore --makePaolo Bonzini2-18/+1
2023-05-26meson: use subproject for keycodemapdbPaolo Bonzini5-9/+9
2023-05-26meson: use subproject for internal libfdtPaolo Bonzini5-24/+8
2023-05-26meson: simplify logic for -DfdtPaolo Bonzini1-13/+16
2023-05-26virtio: qmp: fix memory leakPaolo Bonzini1-6/+5
2023-05-26slirp: update wrap to latest masterPaolo Bonzini1-1/+1
2023-05-26meson: Add static glib dependency for initrd-stress.imgFabiano Rosas1-1/+3
2023-05-26meson: Remove leftover commentFabiano Rosas1-2/+0
2023-05-26target/loongarch: Fix the vinsgr2vr/vpickve2gr instructions cause system core...Song Gao1-13/+26
2023-05-26target/loongarch: Fix LD/ST{LE/GT} instructions get wrong CSR_ERA and CSR_BADVSong Gao2-3/+5
2023-05-26configure: unset harmful environment variablesPaolo Bonzini1-3/+2
2023-05-26Makefile: remove $(TESTS_PYTHON)Paolo Bonzini2-6/+4
2023-05-26tests/vm: fix and simplify HOST_ARCH definitionPaolo Bonzini1-3/+2
2023-05-26tests/docker: simplify HOST_ARCH definitionPaolo Bonzini1-1/+1
2023-05-26hw/scsi/lsi53c895a: Fix reentrancy issues in the LSI controller (CVE-2023-0330)Thomas Huth2-6/+50
2023-05-26lsi53c895a: disable reentrancy detection for MMIO region, tooThomas Huth1-0/+1
2023-05-26machine: do not crash if default RAM backend name has been stolenIgor Mammedov1-0/+8
2023-05-26tests/qtest/ac97-test: add up-/downsampling testsVolker Rümelin1-1/+39
2023-05-26tests/qtest/usb-hcd-ehci-test: Check for EHCI and UHCI HCDs before using themThomas Huth1-0/+5
2023-05-26tests/qtest/rtl8139-test: Check whether the rtl8139 device is availableThomas Huth1-0/+4
2023-05-26tests/qtest: Check for virtio-blk before using -cdrom with the arm virt machineThomas Huth2-2/+6
2023-05-26tests/qtest/usb-hcd-uhci-test: Check whether "usb-storage" is availableThomas Huth1-1/+3
2023-05-26hw/mips: Use MachineClass->default_nic in the virt machinePhilippe Mathieu-Daudé1-1/+3
2023-05-26hw/arm: Use MachineClass->default_nic in the sbsa-ref machineThomas Huth1-1/+3
2023-05-26hw/xtensa: Use MachineClass->default_nic in the virt machineThomas Huth1-3/+6
2023-05-26hw/loongarch64: Use MachineClass->default_nic in the virt machineThomas Huth1-1/+3
2023-05-26hw/arm: Use MachineClass->default_nic in the virt machineThomas Huth1-1/+3
2023-05-26hw/alpha: Use MachineClass->default_nic in the alpha machineThomas Huth1-1/+3
2023-05-26hw/hppa: Use MachineClass->default_nic in the hppa machineThomas Huth1-1/+3
2023-05-25Merge tag 'pull-tcg-20230525' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson7-149/+818
2023-05-25Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson12-127/+214
2023-05-25tcg/riscv: Support CTZ, CLZ from ZbbRichard Henderson3-4/+40
2023-05-25tcg/riscv: Implement movcondRichard Henderson3-3/+141
2023-05-25tcg/riscv: Improve setcond expansionRichard Henderson1-36/+114
2023-05-25tcg/riscv: Support CPOP from ZbbRichard Henderson2-2/+11
2023-05-25tcg/riscv: Support REV8 from ZbbRichard Henderson2-5/+34
2023-05-25tcg/riscv: Support rotates from ZbbRichard Henderson2-2/+36
2023-05-25tcg/riscv: Use ADD.UW for guest address generationRichard Henderson1-11/+22
2023-05-25tcg/riscv: Support ADD.UW, SEXT.B, SEXT.H, ZEXT.H from Zba+ZbbRichard Henderson1-8/+24