summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | target/arm: Add is_secure parameter to get_phys_addr_pmsav5Richard Henderson2022-09-221-2/+2
| * | target/arm: Add secure parameter to get_phys_addr_pmsav7Richard Henderson2022-09-221-3/+2Star
| * | target/arm: Add is_secure parameter to pmsav7_use_background_regionRichard Henderson2022-09-221-5/+5
| * | target/arm: Add secure parameter to get_phys_addr_pmsav8Richard Henderson2022-09-221-3/+2Star
| * | target/arm: Add is_secure parameter to get_phys_addr_v6Richard Henderson2022-09-221-6/+5Star
| * | target/arm: Add is_secure parameter to get_phys_addr_v5Richard Henderson2022-09-221-7/+7
| * | target/arm: Add secure parameter to pmsav8_mpu_lookupRichard Henderson2022-09-223-7/+6Star
| * | target/arm: Add is_secure parameter to v8m_security_lookupRichard Henderson2022-09-223-8/+12
| * | target/arm: Remove is_subpage argument to pmsav8_mpu_lookupRichard Henderson2022-09-223-15/+15
| * | target/arm: Use GetPhysAddrResult in pmsav8_mpu_lookupRichard Henderson2022-09-223-26/+21Star
| * | target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav8Richard Henderson2022-09-221-14/+14
| * | target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav7Richard Henderson2022-09-221-19/+17Star
| * | target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav5Richard Henderson2022-09-221-12/+12
| * | target/arm: Use GetPhysAddrResult in get_phys_addr_v5Richard Henderson2022-09-221-14/+11Star
| * | target/arm: Use GetPhysAddrResult in get_phys_addr_v6Richard Henderson2022-09-221-16/+14Star
| * | target/arm: Use GetPhysAddrResult in get_phys_addr_lpaeRichard Henderson2022-09-221-43/+26Star
| * | target/arm: Create GetPhysAddrResultRichard Henderson2022-09-225-125/+109Star
| * | target/arm: Fix alignment for VLD4.32Clément Chigot2022-09-221-1/+5
| * | hw/net/can: fix Xilinx ZynqMP CAN RX FIFO logicAnton Kochkov2022-09-221-16/+16
| |/
* | Merge tag 'edgar/xilinx-next-2022-09-21.for-upstream' of https://github.com/e...Stefan Hajnoczi2022-09-221-0/+5
|\ \
| * | hw/microblaze: pass random seed to fdtJason A. Donenfeld2022-09-211-0/+5
* | | Merge tag 'pull-hex-20220919' of https://github.com/quic/qemu into stagingStefan Hajnoczi2022-09-222-23/+10Star
|\ \ \ | |_|/ |/| |
| * | Hexagon (tests/tcg/hexagon): add fmin/fmax tests for signed zeroMatheus Tavares Bernardino2022-09-191-0/+10
| * | Hexagon (target/hexagon) remove unused encodingsTaylor Simpson2022-09-191-23/+0Star
* | | Merge tag 'm68k-for-7.2-pull-request' of https://github.com/vivier/qemu-m68k ...Stefan Hajnoczi2022-09-215-89/+118
|\ \ \
| * | | target/m68k: always call gen_exit_tb() after writes to SRMark Cave-Ayland2022-09-211-0/+4
| * | | target/m68k: rename M68K_FEATURE_M68000 to M68K_FEATURE_M68KMark Cave-Ayland2022-09-215-74/+75
| * | | target/m68k: Perform writback before modifying SRRichard Henderson2022-09-211-3/+5
| * | | target/m68k: Fix MACSR to CCRRichard Henderson2022-09-211-2/+4
| * | | target/m68k: Implement atomic test-and-setRichard Henderson2022-09-211-10/+30
* | | | Merge tag 'pull-ppc-20220920' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi2022-09-2116-84/+278
|\ \ \ \
| * | | | hw/ppc/spapr: Fix code style problems reported by checkpatchBernhard Beschow2022-09-201-2/+3
| * | | | hw/pci-host: pnv_phb{3, 4}: Fix heap out-of-bound access failureXuzhou Cheng2022-09-202-0/+2
| * | | | hw/ppc: spapr: Use qemu_vfree() to free spapr->htabXuzhou Cheng2022-09-201-1/+1
| * | | | target/ppc: Clear fpstatus flags on helpers missing itVíctor Colombo2022-09-201-11/+26
| * | | | target/ppc: Zero second doubleword of VSR registers for FPR insnsVíctor Colombo2022-09-201-0/+8
| * | | | target/ppc: Set OV32 when OV is setVíctor Colombo2022-09-201-2/+2
| * | | | target/ppc: Zero second doubleword for VSX madd instructionsVíctor Colombo2022-09-201-1/+1
| * | | | target/ppc: Set result to QNaN for DENBCD when VXCVI occursVíctor Colombo2022-09-201-2/+24
| * | | | target/ppc: Zero second doubleword in DFP instructionsVíctor Colombo2022-09-201-1/+4
| * | | | target/ppc: Remove unused xer_* macrosVíctor Colombo2022-09-201-4/+0Star
| * | | | target/ppc: Remove extra space from s128 field in ppc_vsr_tVíctor Colombo2022-09-201-1/+1
| * | | | target/ppc: Merge fsqrt and fsqrts helpersVíctor Colombo2022-09-203-26/+17Star
| * | | | target/ppc: Move fsqrts to decodetreeVíctor Colombo2022-09-203-23/+2Star
| * | | | target/ppc: Move fsqrt to decodetreeVíctor Colombo2022-09-203-13/+24
| * | | | target/ppc: Implement hashstp and hashchkpVíctor Colombo2022-09-204-0/+8
| * | | | target/ppc: Implement hashst and hashchkVíctor Colombo2022-09-205-0/+128
| * | | | target/ppc: Add HASHKEYR and HASHPKEYR SPRsVíctor Colombo2022-09-202-0/+30
| | |/ / | |/| |
* | | | Merge tag 'pull-testing-next-200922-2' of https://github.com/stsquad/qemu int...Stefan Hajnoczi2022-09-2143-475/+361Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | tests/docker: remove the Debian base imagesAlex Bennée2022-09-206-74/+2Star