aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2023-02-04target/s390x: Use Int128 for returning float128Richard Henderson
2023-02-04target/s390x: Copy wout_x1 to wout_x1_PRichard Henderson
2023-02-04target/s390x: Use Int128 for return from TRERichard Henderson
2023-02-04target/s390x: Use Int128 for return from CKSMRichard Henderson
2023-02-04target/s390x: Use Int128 for return from CLSTRichard Henderson
2023-02-04target/s390x: Use a single return for helper_divs64/u64Richard Henderson
2023-02-04target/s390x: Use a single return for helper_divs32/u32Richard Henderson
2023-02-04target/ppc: Use tcg_gen_atomic_cmpxchg_i128 for STQCXRichard Henderson
2023-02-04target/arm: Use tcg_gen_atomic_cmpxchg_i128 for CASPRichard Henderson
2023-02-04target/arm: Use tcg_gen_atomic_cmpxchg_i128 for STXPRichard Henderson
2023-02-04Merge tag 'm68k-next-pull-request' of https://github.com/vivier/qemu-m68k int...Peter Maydell
2023-02-03target/arm: Enable FEAT_FGT on '-cpu max'Peter Maydell
2023-02-03target/arm: Implement MDCR_EL2.TDCC and MDCR_EL3.TDCC trapsPeter Maydell
2023-02-03target/arm: Implement the HFGITR_EL2.SVC_EL0 and SVC_EL1 trapsPeter Maydell
2023-02-03target/arm: Implement the HFGITR_EL2.ERET trapPeter Maydell
2023-02-03target/arm: Mark up sysregs for HFGITR bits 48..63Peter Maydell
2023-02-03target/arm: Mark up sysregs for HFGITR bits 18..47Peter Maydell
2023-02-03target/arm: Mark up sysregs for HFGITR bits 12..17Peter Maydell
2023-02-03target/arm: Mark up sysregs for HFGITR bits 0..11Peter Maydell
2023-02-03target/arm: Mark up sysregs for HDFGRTR bits 12..63Peter Maydell
2023-02-03target/arm: Mark up sysregs for HDFGRTR bits 0..11Peter Maydell
2023-02-03target/arm: Mark up sysregs for HFGRTR bits 36..63Peter Maydell
2023-02-03target/arm: Mark up sysregs for HFGRTR bits 24..35Peter Maydell
2023-02-03target/arm: Mark up sysregs for HFGRTR bits 12..23Peter Maydell
2023-02-03target/arm: Mark up sysregs for HFGRTR bits 0..11Peter Maydell
2023-02-03target/arm: Implement FGT trapping infrastructurePeter Maydell
2023-02-03target/arm: Define the FEAT_FGT registersPeter Maydell
2023-02-03target/arm: Disable HSTR_EL2 traps if EL2 is not enabledPeter Maydell
2023-02-03target/arm: Make HSTR_EL2 traps take priority over UNDEF-at-EL1Peter Maydell
2023-02-03target/arm: All UNDEF-at-EL0 traps take priority over HSTR_EL2 trapsPeter Maydell
2023-02-03target/arm: Move do_coproc_insn() syndrome calculation earlierPeter Maydell
2023-02-03target/arm: Remove CP_ACCESS_TRAP_UNCATEGORIZED_{EL2, EL3}Peter Maydell
2023-02-03target/arm: Correct syndrome for ATS12NSO* at Secure EL1Peter Maydell
2023-02-03target/arm: Name AT_S1E1RP and AT_S1E1WP cpregs correctlyPeter Maydell
2023-02-03hvf: arm: Add support for GICv3Alexander Graf
2023-02-03target/arm: Fix physical address resolution for Stage2Richard Henderson
2023-02-03Merge tag 'pull-tcg-20230123' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2023-02-01m68k: fix 'bkpt' instruction in softmmu modeLaurent Vivier
2023-01-26docs/about/deprecated: Mark HAXM in QEMU as deprecatedThomas Huth
2023-01-23target/loongarch: Disassemble pcadd* addressesRichard Henderson
2023-01-23target/loongarch: Disassemble jirl properlyRichard Henderson
2023-01-23target/loongarch: Enable the disassembler for host tcgRichard Henderson
2023-01-23target/arm: Look up ARMCPRegInfo at runtimeRichard Henderson
2023-01-23target/arm: Reorg do_coproc_insnRichard Henderson
2023-01-23target/arm: provide stubs for more external debug registersEvgeny Iakovlev
2023-01-23target/arm: implement DBGCLAIM registersEvgeny Iakovlev
2023-01-23target/arm: Don't set EXC_RETURN.ES if Security Extension not presentPeter Maydell
2023-01-23target/arm: Fix in_debug path in S1_ptw_translateRichard Henderson
2023-01-23target/arm: Fix physical address resolution for MTERichard Henderson
2023-01-23target/arm/sme: Unify set_pstate() SM/ZA helpers as set_svcr()Richard Henderson