aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
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
2023-01-23target/arm/sme: Rebuild hflags in aarch64_set_svcr()Richard Henderson
2023-01-23target/arm/sme: Reset ZA state in aarch64_set_svcr()Richard Henderson
2023-01-23target/arm/sme: Reset SVE state in aarch64_set_svcr()Richard Henderson
2023-01-23target/arm/sme: Introduce aarch64_set_svcr()Richard Henderson
2023-01-23target/arm/sme: Rebuild hflags in set_pstate() helpersRichard Henderson
2023-01-23target/arm/sme: Reorg SME access handling in handle_msr_i()Richard Henderson
2023-01-23target/arm: Unify checking for M Main Extension in MRS/MSRDavid Reiss
2023-01-23target/arm: Widen cnthctl_el2 to uint64_tRichard Henderson
2023-01-20Merge tag 'pull-riscv-to-apply-20230120' of https://github.com/alistair23/qem...Peter Maydell
2023-01-20Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...Peter Maydell
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster
2023-01-20target/riscv: Remove helper_set_rod_rounding_modeRichard Henderson
2023-01-20target/riscv: Introduce helper_set_rounding_mode_chkfrmRichard Henderson
2023-01-20target/riscv: Trap on writes to stimecmp from VS when hvictl.VTI=1Andrew Bresticker
2023-01-20target/riscv: Fix up masking of vsip/vsie accessesAndrew Bresticker
2023-01-20target/riscv: Use TARGET_FMT_lx for env->mhartidBin Meng
2023-01-20target/riscv/cpu.c: do not skip misa logic in riscv_cpu_realize()Daniel Henrique Barboza
2023-01-20target/riscv/cpu: set cpu->cfg in register_cpu_props()Daniel Henrique Barboza
2023-01-20target/riscv/cpu.c: Fix elen checkDongxue Zhang
2023-01-20hw/char: riscv_htif: Move registers from CPUArchState to HTIFStateBin Meng
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé
2023-01-16Merge tag 'm68k-next-pull-request' of https://github.com/vivier/qemu-m68k int...Peter Maydell
2023-01-16Merge tag 'mips-20230113' of https://github.com/philmd/qemu into stagingPeter Maydell
2023-01-16target/m68k: fix FPSR quotient byte for frem instructionMark Cave-Ayland
2023-01-16target/m68k: fix FPSR quotient byte for fmod instructionMark Cave-Ayland