aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2022-09-27linux-user/hppa: Dump IIR on register dumpHelge Deller
2022-09-22Merge tag 'pull-hex-20220919' of https://github.com/quic/qemu into stagingStefan Hajnoczi
2022-09-21Merge tag 'm68k-for-7.2-pull-request' of https://github.com/vivier/qemu-m68k ...Stefan Hajnoczi
2022-09-21Merge tag 'pull-ppc-20220920' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi
2022-09-21target/m68k: always call gen_exit_tb() after writes to SRMark Cave-Ayland
2022-09-21target/m68k: rename M68K_FEATURE_M68000 to M68K_FEATURE_M68KMark Cave-Ayland
2022-09-21target/m68k: Perform writback before modifying SRRichard Henderson
2022-09-21target/m68k: Fix MACSR to CCRRichard Henderson
2022-09-21target/m68k: Implement atomic test-and-setRichard Henderson
2022-09-20target/ppc: Clear fpstatus flags on helpers missing itVíctor Colombo
2022-09-20target/ppc: Zero second doubleword of VSR registers for FPR insnsVíctor Colombo
2022-09-20target/ppc: Set OV32 when OV is setVíctor Colombo
2022-09-20target/ppc: Zero second doubleword for VSX madd instructionsVíctor Colombo
2022-09-20target/ppc: Set result to QNaN for DENBCD when VXCVI occursVíctor Colombo
2022-09-20target/ppc: Zero second doubleword in DFP instructionsVíctor Colombo
2022-09-20target/ppc: Remove unused xer_* macrosVíctor Colombo
2022-09-20target/ppc: Remove extra space from s128 field in ppc_vsr_tVíctor Colombo
2022-09-20target/ppc: Merge fsqrt and fsqrts helpersVíctor Colombo
2022-09-20target/ppc: Move fsqrts to decodetreeVíctor Colombo
2022-09-20target/ppc: Move fsqrt to decodetreeVíctor Colombo
2022-09-20target/ppc: Implement hashstp and hashchkpVíctor Colombo
2022-09-20target/ppc: Implement hashst and hashchkVíctor Colombo
2022-09-20target/ppc: Add HASHKEYR and HASHPKEYR SPRsVíctor Colombo
2022-09-19Hexagon (target/hexagon) remove unused encodingsTaylor Simpson
2022-09-19target/i386: introduce insn_get_addrPaolo Bonzini
2022-09-19target/i386: REPZ and REPNZ are mutually exclusivePaolo Bonzini
2022-09-19target/i386: fix INSERTQ implementationPaolo Bonzini
2022-09-19target/i386: correctly mask SSE4a bit indices in register operandsPaolo Bonzini
2022-09-18target/i386: Raise #GP on unaligned m128 accesses when required.Paolo Bonzini
2022-09-17Merge tag 'pull-semi-20220914' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2022-09-14target/arm: Report FEAT_PMUv3p5 for TCG '-cpu max'Peter Maydell
2022-09-14target/arm: Support 64-bit event counters for FEAT_PMUv3p5Peter Maydell
2022-09-14target/arm: Implement FEAT_PMUv3p5 cycle counter disable bitsPeter Maydell
2022-09-14target/arm: Rename pmu_8_n feature test functionsPeter Maydell
2022-09-14target/arm: Detect overflow when calculating next PMU interruptPeter Maydell
2022-09-14target/arm: Honour MDCR_EL2.HPMD in Secure EL2Peter Maydell
2022-09-14target/arm: Ignore PMCR.D when PMCR.LC is setPeter Maydell
2022-09-14target/arm: Don't mishandle count when enabling or disabling PMU countersPeter Maydell
2022-09-14target/arm: Correct value returned by pmu_counter_mask()Peter Maydell
2022-09-14target/arm: Don't corrupt high half of PMOVSR when cycle counter overflowsPeter Maydell
2022-09-14target/arm: Add missing space in commentPeter Maydell
2022-09-14target/arm: Advertise FEAT_ETS for '-cpu max'Peter Maydell
2022-09-14target/arm: Implement ID_DFR1Peter Maydell
2022-09-14target/arm: Implement ID_MMFR5Peter Maydell
2022-09-14target/arm: Sort KVM reads of AArch32 ID registers into encoding orderPeter Maydell
2022-09-14target/arm: Make cpregs 0, c0, c{3-15}, {0-7} correctly RAZ in v8Peter Maydell
2022-09-14target/arm: Add cortex-a35Hao Wu
2022-09-13target/riscv: Honour -semihosting-config userspace=on and enable=onPeter Maydell
2022-09-13target/xtensa: Honour -semihosting-config userspace=onPeter Maydell
2022-09-13target/nios2: Honour -semihosting-config userspace=onPeter Maydell