aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2024-07-19target/loongarch/gdbstub: Add vector registers supportSong Gao1-2/+71
2024-07-19Merge tag 'pull-target-arm-20240718' of https://git.linaro.org/people/pmaydel...Richard Henderson5-7/+12
2024-07-18hvf: arm: Do not advance PC when raising an exceptionAkihiko Odaki1-0/+1
2024-07-18target/arm: Use FPST_F16 for SME FMOPA (widening)Richard Henderson1-4/+8
2024-07-18target/arm: Use float_status copy in sme_fmopa_sDaniyal Khan1-1/+1
2024-07-18target/arm: LDAPR should honour SCTLR_ELx.nAAPeter Maydell1-1/+1
2024-07-18target/arm: Fix handling of LDAPR/STLR with negative offsetPeter Maydell1-1/+1
2024-07-18Merge tag 'pull-riscv-to-apply-20240718-1' of https://github.com/alistair23/q...Richard Henderson23-210/+1038
2024-07-18target/riscv: raise an exception when CSRRS/CSRRC writes a read-only CSRYu-Ming Chang3-9/+58
2024-07-18target/riscv: Expose the Smcntrpmf configAtish Patra1-0/+1
2024-07-18target/riscv: Do not setup pmu timer if OF is disabledAtish Patra1-12/+44
2024-07-18target/riscv: More accurately model priv mode filtering.Rajnesh Kanwal3-4/+33
2024-07-18target/riscv: Start counters from both mhpmcounter and mcountinhibitRajnesh Kanwal2-24/+54
2024-07-18target/riscv: Enforce WARL behavior for scounteren/hcounterenAtish Patra1-2/+10
2024-07-18target/riscv: Save counter values during countinhibit updateAtish Patra3-16/+24
2024-07-18target/riscv: Implement privilege mode filtering for cycle/instretAtish Patra5-37/+194
2024-07-18target/riscv: Only set INH fields if priv mode is availableAtish Patra1-4/+25
2024-07-18target/riscv: Add cycle & instret privilege mode filtering supportKaiwen Xue2-1/+149
2024-07-18target/riscv: Add cycle & instret privilege mode filtering definitionsKaiwen Xue2-0/+35
2024-07-18target/riscv: Add cycle & instret privilege mode filtering propertiesKaiwen Xue2-0/+2
2024-07-18target/riscv: Fix the predicate functions for mhpmeventhX CSRsAtish Patra1-29/+38
2024-07-18target/riscv: Combine set_mode and set_virt functions.Rajnesh Kanwal3-41/+35
2024-07-18target/riscv/kvm: update KVM regs to Linux 6.10-rc5Daniel Henrique Barboza1-0/+2
2024-07-18target/riscv: Validate the mode in write_vstvecJiayi Li1-1/+6
2024-07-18target/riscv: Expose zabha extension as a cpu propertyLIU Zhiwei1-0/+2
2024-07-18target/riscv: Add amocas.[b|h] for ZabhaLIU Zhiwei2-0/+16
2024-07-18target/riscv: Move gen_cmpxchg before adding amocas.[b|h]LIU Zhiwei2-13/+13
2024-07-18target/riscv: Add AMO instructions for ZabhaLIU Zhiwei4-1/+155
2024-07-18target/riscv: Move gen_amo before implement ZabhaLIU Zhiwei2-21/+21
2024-07-18target/riscv: Support Zama16b extensionLIU Zhiwei6-22/+57
2024-07-18target/riscv: Add zcmop extensionLIU Zhiwei6-0/+39
2024-07-18target/riscv: Add zimop extensionLIU Zhiwei5-0/+52
2024-07-18Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingRichard Henderson1-1/+1
2024-07-17target/hexagon/imported/mmvec: Fix superfluous trailing semicolonZhao Liu1-1/+1
2024-07-17Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson6-330/+458
2024-07-16accel/tcg: Make cpu_exec_interrupt hook mandatoryPeter Maydell1-0/+6
2024-07-16target/i386/tcg: save current task state before loading new onePaolo Bonzini1-40/+45
2024-07-16target/i386/tcg: use X86Access for TSS accessPaolo Bonzini1-52/+58
2024-07-16target/i386/tcg: check for correct busy state before switching to a new taskPaolo Bonzini1-0/+5
2024-07-16target/i386/tcg: Compute MMU index oncePaolo Bonzini1-13/+22
2024-07-16target/i386/tcg: Introduce x86_mmu_index_{kernel_,}plRichard Henderson2-12/+26
2024-07-16target/i386/tcg: Reorg push/pop within seg_helper.cRichard Henderson1-222/+259
2024-07-16target/i386/tcg: use PUSHL/PUSHW for error codePaolo Bonzini1-9/+7
2024-07-16target/i386/tcg: Allow IRET from user mode to user mode with SMAPPaolo Bonzini1-9/+9
2024-07-16target/i386/tcg: Remove SEG_ADDLRichard Henderson1-6/+2
2024-07-16target/i386/tcg: fix POP to memory in long modePaolo Bonzini2-1/+2
2024-07-16i386/sev: Don't allow automatic fallback to legacy KVM_SEV*_INITMichael Roth1-14/+71
2024-07-12target/loongarch: Fix cpu_reset set wrong CSR_CRMDSong Gao1-3/+3
2024-07-12target/loongarch: Set CSR_PRCFG1 and CSR_PRCFG2 valuesSong Gao1-5/+12
2024-07-12target/loongarch: Remove avail_64 in trans_srai_w() and simplify itFeiyang Chen1-12/+3