aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-28ppc/pegasos2: Change default CPU to 7457BALATON Zoltan1-1/+1
2023-05-28target/ppc: Add POWER9 DD2.2 modelNicholas Piggin9-9/+30
2023-05-28target/ppc: Merge COMPUTE_CLASS and COMPUTE_FPRFRichard Henderson1-56/+22
2023-05-28pnv_lpc: disable reentrancy detection for lpc-hcAlexander Bulekov1-0/+3
2023-05-28target/ppc: Use SMT4 small core chip type in POWER9/10 PVRsNicholas Piggin1-3/+3
2023-05-28hw/ppc/prep: Fix wiring of PIC -> CPU interruptBernhard Beschow1-1/+3
2023-05-28spapr: Add SPAPR_CAP_AIL_MODE_3 for AIL mode 3 support for H_SET_MODE hcallNicholas Piggin6-12/+73
2023-05-27target/ppc: Alignment faults do not set DSISR in ISA v3.0 onwardNicholas Piggin1-7/+10
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