aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2022-04-26target/mips: Remove stale TODO fileThomas Huth1-51/+0
2022-04-22Merge tag 'pull-target-arm-20220422-1' of https://git.linaro.org/people/pmayd...Richard Henderson15-215/+203
2022-04-22target/arm: Use tcg_constant_i32 in translate.hRichard Henderson1-10/+3
2022-04-22target/arm: Use tcg_constant in translate-vfp.cRichard Henderson1-53/+23
2022-04-22target/arm: Use smin/smax for do_sat_addsub_32Richard Henderson1-7/+2
2022-04-22target/arm: Use tcg_constant in translate-neon.cRichard Henderson1-14/+7
2022-04-22target/arm: Use tcg_constant in translate-m-nocp.cRichard Henderson1-7/+5
2022-04-22target/arm: Simplify aa32 DISAS_WFIRichard Henderson1-8/+4
2022-04-22target/arm: Simplify gen_sarRichard Henderson1-5/+3
2022-04-22target/arm: Simplify GEN_SHIFT in translate.cRichard Henderson1-10/+8
2022-04-22target/arm: Split out gen_rebuild_hflagsRichard Henderson2-28/+33
2022-04-22target/arm: Split out set_btype_rawRichard Henderson1-13/+12
2022-04-22target/arm: Remove fpexc32_accessRichard Henderson3-33/+2
2022-04-22target/arm: Change CPUArchState.thumb to boolRichard Henderson3-5/+5
2022-04-22target/arm: Change DisasContext.thumb to boolRichard Henderson2-2/+2
2022-04-22target/arm: Extend store_cpu_offset to take field sizeRichard Henderson2-9/+25
2022-04-22target/arm: Change CPUArchState.aarch64 to boolRichard Henderson5-6/+6
2022-04-22target/arm: Change DisasContext.aarch64 to boolRichard Henderson3-3/+3
2022-04-22target/arm: Update SCTLR bits to ARMv9.2Richard Henderson1-0/+14
2022-04-22target/arm: Update SCR_EL3 bits to ARMv8.8Richard Henderson1-0/+12
2022-04-22target/arm: Update ISAR fields for ARMv8.8Richard Henderson1-0/+24
2022-04-22target/arm/cpu.c: ignore VIRQ and VFIQ if no EL2Peter Maydell1-2/+10
2022-04-21Merge tag 'pull-riscv-to-apply-20220422-1' of github.com:alistair23/qemu into...Richard Henderson13-117/+1061
2022-04-22target/riscv: cpu: Enable native debug featureBin Meng1-1/+1
2022-04-22target/riscv: machine: Add debug state descriptionBin Meng1-0/+32
2022-04-22target/riscv: csr: Hook debug CSR read/writeBin Meng4-0/+90
2022-04-22target/riscv: cpu: Add a config option for native debugBin Meng2-1/+8
2022-04-22target/riscv: debug: Implement debug related TCGCPUOpsBin Meng3-0/+82
2022-04-22hw/intc: Make RISC-V ACLINT mtime MMIO register writableFrank Chang2-6/+6
2022-04-22target/riscv/pmp: fix NAPOT range computation overflowNicolas Pitre1-11/+3
2022-04-22target/riscv: Use cpu_loop_exit_restore directly from mmu faultsRichard Henderson1-3/+3
2022-04-22target/riscv: fix start byte for vmv<nf>r.v when vstart != 0Weiwei Li1-3/+5
2022-04-22target/riscv: Add isa extenstion strings to the device treeAtish Patra1-0/+60
2022-04-22target/riscv: misa to ISA string conversion fixTsukasa OI1-5/+5
2022-04-22target/riscv: optimize helper for vmv<nr>r.vWeiwei Li3-33/+18
2022-04-22target/riscv: optimize condition assign for scale < 0Weiwei Li1-5/+3
2022-04-22target/riscv: Add initial support for the Sdtrig extensionBin Meng4-0/+453
2022-04-22target/riscv: Allow software access to MIP SEIPAlistair Francis3-3/+23
2022-04-22target/riscv: cpu: Fixup indentationAlistair Francis1-10/+10
2022-04-22target/riscv: Enable privileged spec version 1.12Atish Patra2-3/+10
2022-04-22target/riscv: Add *envcfg* CSRs supportAtish Patra4-0/+174
2022-04-22target/riscv: Add support for mconfigptrAtish Patra2-0/+3
2022-04-22target/riscv: Introduce privilege version field in the CSR ops.Atish Patra2-35/+70
2022-04-22target/riscv: Add the privileged spec version 1.12.0Atish Patra1-0/+1
2022-04-22target/riscv: Define simpler privileged spec version numberingAtish Patra1-2/+5
2022-04-21Merge tag 'pull-rx-20220421' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson3-32/+39
2022-04-21target/rx: update PC correctly in wait instructionTomoaki Kawada1-1/+1
2022-04-21target/rx: set PSW.I when executing wait instructionTomoaki Kawada1-0/+1
2022-04-21target/rx: Swap stack pointers on clrpsw/setpsw instructionRichard Henderson1-1/+6
2022-04-21target/rx: Move DISAS_UPDATE check for write to PSWRichard Henderson1-10/+4