aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-21target/rx: Store PSW.U in tb->flagsRichard Henderson2-19/+24
2022-04-21target/rx: Put tb_flags into DisasContextRichard Henderson1-1/+3
2022-04-21Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into stagingRichard Henderson34-149/+160
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau34-149/+160
2022-04-20Merge tag 'pull-ppc-20220420-2' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson7-2/+70
2022-04-20Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson3-3/+0
2022-04-20target/ppc: Add two missing register callbacks on POWER10Frederic Barrat1-0/+2
2022-04-20target/ppc: implement xscvqp[su]qzMatheus Ferst4-0/+27
2022-04-20target/ppc: implement xscv[su]qqpMatheus Ferst4-0/+39
2022-04-20target/ppc: Improve KVM hypercall traceFabiano Rosas2-2/+2
2022-04-20Merge tag 'pull-log-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson22-88/+99
2022-04-20Don't include sysemu/tcg.h if it is not necessaryThomas Huth3-3/+0
2022-04-20target/nios2: Remove log_cpu_state from resetRichard Henderson1-5/+0