aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-22chardev/baum: Use definitions to avoid dynamic stack allocationPhilippe Mathieu-Daudé1-4/+4
2022-09-22chardev/baum: Replace magic values by X_MAX / Y_MAX definitionsPhilippe Mathieu-Daudé1-4/+7
2022-09-22hw/net/lan9118: Signal TSFL_INT flag when TX FIFO reaches specified levelLucas Dietrich1-0/+8
2022-09-22hw/acpi: Add ospm_status hook implementation for acpi-gedKeqian Zhu1-0/+8
2022-09-22target/arm: Add is_secure parameter to get_phys_addr_pmsav5Richard Henderson1-2/+2
2022-09-22target/arm: Add secure parameter to get_phys_addr_pmsav7Richard Henderson1-3/+2
2022-09-22target/arm: Add is_secure parameter to pmsav7_use_background_regionRichard Henderson1-5/+5
2022-09-22target/arm: Add secure parameter to get_phys_addr_pmsav8Richard Henderson1-3/+2
2022-09-22target/arm: Add is_secure parameter to get_phys_addr_v6Richard Henderson1-6/+5
2022-09-22target/arm: Add is_secure parameter to get_phys_addr_v5Richard Henderson1-7/+7
2022-09-22target/arm: Add secure parameter to pmsav8_mpu_lookupRichard Henderson3-7/+6
2022-09-22target/arm: Add is_secure parameter to v8m_security_lookupRichard Henderson3-8/+12
2022-09-22target/arm: Remove is_subpage argument to pmsav8_mpu_lookupRichard Henderson3-15/+15
2022-09-22target/arm: Use GetPhysAddrResult in pmsav8_mpu_lookupRichard Henderson3-26/+21
2022-09-22target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav8Richard Henderson1-14/+14
2022-09-22target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav7Richard Henderson1-19/+17
2022-09-22target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav5Richard Henderson1-12/+12
2022-09-22target/arm: Use GetPhysAddrResult in get_phys_addr_v5Richard Henderson1-14/+11
2022-09-22target/arm: Use GetPhysAddrResult in get_phys_addr_v6Richard Henderson1-16/+14
2022-09-22target/arm: Use GetPhysAddrResult in get_phys_addr_lpaeRichard Henderson1-43/+26
2022-09-22target/arm: Create GetPhysAddrResultRichard Henderson5-125/+109
2022-09-22target/arm: Fix alignment for VLD4.32Clément Chigot1-1/+5
2022-09-22hw/net/can: fix Xilinx ZynqMP CAN RX FIFO logicAnton Kochkov1-16/+16
2022-09-21Merge tag 'm68k-for-7.2-pull-request' of https://github.com/vivier/qemu-m68k ...Stefan Hajnoczi5-89/+118
2022-09-21Merge tag 'pull-ppc-20220920' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi16-84/+278
2022-09-21Merge tag 'pull-testing-next-200922-2' of https://github.com/stsquad/qemu int...Stefan Hajnoczi43-475/+361
2022-09-21target/m68k: always call gen_exit_tb() after writes to SRMark Cave-Ayland1-0/+4
2022-09-21target/m68k: rename M68K_FEATURE_M68000 to M68K_FEATURE_M68KMark Cave-Ayland5-74/+75
2022-09-21target/m68k: Perform writback before modifying SRRichard Henderson1-3/+5
2022-09-21target/m68k: Fix MACSR to CCRRichard Henderson1-2/+4
2022-09-21target/m68k: Implement atomic test-and-setRichard Henderson1-10/+30
2022-09-20Merge tag 'pull-request-2022-09-20' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi21-143/+196
2022-09-20Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi29-743/+869
2022-09-20Merge tag 'pull-loongarch-20220920' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi6-152/+258
2022-09-20tests/docker: remove the Debian base imagesAlex Bennée6-74/+2
2022-09-20tests/docker: remove FROM qemu/ support from docker.pyAlex Bennée1-28/+10
2022-09-20tests/docker: update and flatten debian-toolchainAlex Bennée2-6/+3
2022-09-20tests/docker: update and flatten debian-hexagon-crossAlex Bennée1-7/+12
2022-09-20tests/docker: update and flatten debian-loongarch-crossAlex Bennée2-4/+5
2022-09-20tests/docker: update and flatten debian-amd64-crossAlex Bennée4-18/+169
2022-09-20tests/lcitool: bump to latest versionAlex Bennée5-4/+5
2022-09-20tests/docker: update and flatten debian-all-test-crossAlex Bennée3-7/+13
2022-09-20tests/docker: flatten debian-riscv64-test-crossAlex Bennée3-6/+6
2022-09-20Deprecate 32 bit big-endian MIPSAlex Bennée6-47/+26
2022-09-20gitlab-ci: update aarch32/aarch64 custom runner jobsAlex Bennée4-25/+24
2022-09-20gitlab-ci/custom-runners: Disable -static-pie for ubuntu-20.04-aarch64Richard Henderson1-1/+3
2022-09-20configure: explicitly set cflags for --disable-pieAlex Bennée1-0/+3
2022-09-20hw/ppc/spapr: Fix code style problems reported by checkpatchBernhard Beschow1-2/+3
2022-09-20hw/pci-host: pnv_phb{3, 4}: Fix heap out-of-bound access failureXuzhou Cheng2-0/+2
2022-09-20hw/ppc: spapr: Use qemu_vfree() to free spapr->htabXuzhou Cheng1-1/+1