aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2023-02-03target/arm: Fix physical address resolution for Stage2Richard Henderson1-1/+1
2023-02-03Merge tag 'pull-tcg-20230123' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell4-8/+39
2023-01-26docs/about/deprecated: Mark HAXM in QEMU as deprecatedThomas Huth1-0/+3
2023-01-23target/loongarch: Disassemble pcadd* addressesRichard Henderson1-4/+33
2023-01-23target/loongarch: Disassemble jirl properlyRichard Henderson3-3/+4
2023-01-23target/loongarch: Enable the disassembler for host tcgRichard Henderson1-1/+2
2023-01-23target/arm: Look up ARMCPRegInfo at runtimeRichard Henderson5-49/+95
2023-01-23target/arm: Reorg do_coproc_insnRichard Henderson1-186/+186
2023-01-23target/arm: provide stubs for more external debug registersEvgeny Iakovlev1-0/+21
2023-01-23target/arm: implement DBGCLAIM registersEvgeny Iakovlev2-0/+34
2023-01-23target/arm: Don't set EXC_RETURN.ES if Security Extension not presentPeter Maydell1-1/+1
2023-01-23target/arm: Fix in_debug path in S1_ptw_translateRichard Henderson1-2/+2
2023-01-23target/arm: Fix physical address resolution for MTERichard Henderson1-1/+1
2023-01-23target/arm/sme: Unify set_pstate() SM/ZA helpers as set_svcr()Richard Henderson4-19/+5
2023-01-23target/arm/sme: Rebuild hflags in aarch64_set_svcr()Richard Henderson2-9/+5
2023-01-23target/arm/sme: Reset ZA state in aarch64_set_svcr()Richard Henderson2-12/+12
2023-01-23target/arm/sme: Reset SVE state in aarch64_set_svcr()Richard Henderson3-11/+13
2023-01-23target/arm/sme: Introduce aarch64_set_svcr()Richard Henderson3-2/+11
2023-01-23target/arm/sme: Rebuild hflags in set_pstate() helpersRichard Henderson2-1/+2
2023-01-23target/arm/sme: Reorg SME access handling in handle_msr_i()Richard Henderson1-11/+13
2023-01-23target/arm: Unify checking for M Main Extension in MRS/MSRDavid Reiss1-2/+20
2023-01-23target/arm: Widen cnthctl_el2 to uint64_tRichard Henderson1-1/+1
2023-01-20Merge tag 'pull-riscv-to-apply-20230120' of https://github.com/alistair23/qem...Peter Maydell8-255/+328
2023-01-20Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...Peter Maydell1-0/+1
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster1-0/+1
2023-01-20target/riscv: Remove helper_set_rod_rounding_modeRichard Henderson3-10/+0
2023-01-20target/riscv: Introduce helper_set_rounding_mode_chkfrmRichard Henderson4-20/+61
2023-01-20target/riscv: Trap on writes to stimecmp from VS when hvictl.VTI=1Andrew Bresticker1-0/+6
2023-01-20target/riscv: Fix up masking of vsip/vsie accessesAndrew Bresticker1-24/+11
2023-01-20target/riscv: Use TARGET_FMT_lx for env->mhartidBin Meng1-3/+3
2023-01-20target/riscv/cpu.c: do not skip misa logic in riscv_cpu_realize()Daniel Henrique Barboza1-194/+205
2023-01-20target/riscv/cpu: set cpu->cfg in register_cpu_props()Daniel Henrique Barboza2-0/+44
2023-01-20target/riscv/cpu.c: Fix elen checkDongxue Zhang1-1/+1
2023-01-20hw/char: riscv_htif: Move registers from CPUArchState to HTIFStateBin Meng2-8/+2
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé13-49/+49
2023-01-16Merge tag 'm68k-next-pull-request' of https://github.com/vivier/qemu-m68k int...Peter Maydell1-18/+31
2023-01-16Merge tag 'mips-20230113' of https://github.com/philmd/qemu into stagingPeter Maydell8-83/+42
2023-01-16target/m68k: fix FPSR quotient byte for frem instructionMark Cave-Ayland1-10/+19
2023-01-16target/m68k: fix FPSR quotient byte for fmod instructionMark Cave-Ayland1-5/+4
2023-01-16target/m68k: pass sign directly into make_quotient()Mark Cave-Ayland1-10/+13
2023-01-16target/m68k: pass quotient directly into make_quotient()Mark Cave-Ayland1-9/+11
2023-01-13target/mips: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé3-29/+40
2023-01-13mips: Always include nanomips disassemblerPaolo Bonzini1-2/+0
2023-01-13target/arm: allow writes to SCR_EL3.HXEn bit when FEAT_HCX is enabledEvgeny Iakovlev1-0/+3
2023-01-13mips: Remove support for trap and emulate KVMPaolo Bonzini6-52/+2
2023-01-12target/arm: Fix sve_probe_pageRichard Henderson1-5/+9
2023-01-11target/i386: fix operand size of unary SSE operationsPaolo Bonzini1-5/+6
2023-01-11target/i386: Remove compilation errors when -Werror=maybe-uninitializedEric Auger1-0/+4
2023-01-11i386: Emit correct error code for 64-bit IDT entryJoe Richey1-4/+4
2023-01-09Merge tag 'pull-request-2023-01-09' of https://gitlab.com/thuth/qemu into sta...Peter Maydell5-7/+14