aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2024-07-18target/riscv: Validate the mode in write_vstvecJiayi Li
2024-07-18target/riscv: Expose zabha extension as a cpu propertyLIU Zhiwei
2024-07-18target/riscv: Add amocas.[b|h] for ZabhaLIU Zhiwei
2024-07-18target/riscv: Move gen_cmpxchg before adding amocas.[b|h]LIU Zhiwei
2024-07-18target/riscv: Add AMO instructions for ZabhaLIU Zhiwei
2024-07-18target/riscv: Move gen_amo before implement ZabhaLIU Zhiwei
2024-07-18target/riscv: Support Zama16b extensionLIU Zhiwei
2024-07-18target/riscv: Add zcmop extensionLIU Zhiwei
2024-07-18target/riscv: Add zimop extensionLIU Zhiwei
2024-07-18Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingRichard Henderson
2024-07-17target/hexagon/imported/mmvec: Fix superfluous trailing semicolonZhao Liu
2024-07-17Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2024-07-16accel/tcg: Make cpu_exec_interrupt hook mandatoryPeter Maydell
2024-07-16target/i386/tcg: save current task state before loading new onePaolo Bonzini
2024-07-16target/i386/tcg: use X86Access for TSS accessPaolo Bonzini
2024-07-16target/i386/tcg: check for correct busy state before switching to a new taskPaolo Bonzini
2024-07-16target/i386/tcg: Compute MMU index oncePaolo Bonzini
2024-07-16target/i386/tcg: Introduce x86_mmu_index_{kernel_,}plRichard Henderson
2024-07-16target/i386/tcg: Reorg push/pop within seg_helper.cRichard Henderson
2024-07-16target/i386/tcg: use PUSHL/PUSHW for error codePaolo Bonzini
2024-07-16target/i386/tcg: Allow IRET from user mode to user mode with SMAPPaolo Bonzini
2024-07-16target/i386/tcg: Remove SEG_ADDLRichard Henderson
2024-07-16target/i386/tcg: fix POP to memory in long modePaolo Bonzini
2024-07-16i386/sev: Don't allow automatic fallback to legacy KVM_SEV*_INITMichael Roth
2024-07-12target/loongarch: Fix cpu_reset set wrong CSR_CRMDSong Gao
2024-07-12target/loongarch: Set CSR_PRCFG1 and CSR_PRCFG2 valuesSong Gao
2024-07-12target/loongarch: Remove avail_64 in trans_srai_w() and simplify itFeiyang Chen
2024-07-12target/loongarch/kvm: Add software breakpoint supportBibo Mao
2024-07-11target/arm: Convert PMULL to decodetreeRichard Henderson
2024-07-11target/arm: Convert ADDHN, SUBHN, RADDHN, RSUBHN to decodetreeRichard Henderson
2024-07-11target/arm: Convert SADDW, SSUBW, UADDW, USUBW to decodetreeRichard Henderson
2024-07-11target/arm: Convert SQDMULL, SQDMLAL, SQDMLSL to decodetreeRichard Henderson
2024-07-11target/arm: Convert SADDL, SSUBL, SABDL, SABAL, and unsigned to decodetreeRichard Henderson
2024-07-11target/arm: Convert SMULL, UMULL, SMLAL, UMLAL, SMLSL, UMLSL to decodetreeRichard Henderson
2024-07-11target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementationPeter Maydell
2024-07-11target/arm: Set arm_v7m_tcg_ops cpu_exec_halt to arm_cpu_exec_halt()Peter Maydell
2024-07-11target/arm: Use cpu_env in cpu_untagged_addrRichard Henderson
2024-07-11target/arm: Allow FPCR bits that aren't in FPSCRPeter Maydell
2024-07-11target/arm: Rename FPSR_MASK and FPCR_MASK and define them symbolicallyPeter Maydell
2024-07-11target/arm: Rename FPCR_ QC, NZCV macros to FPSR_Peter Maydell
2024-07-11target/arm: Store FPSR and FPCR in separate CPU state fieldsPeter Maydell
2024-07-11target/arm: Implement store_cpu_field_low32() macroPeter Maydell
2024-07-11target/arm: Support migration when FPSR/FPCR won't fit in the FPSCRPeter Maydell
2024-07-11target/arm: Make vfp_set_fpscr() call vfp_set_{fpcr, fpsr}Peter Maydell
2024-07-11target/arm: Make vfp_get_fpscr() call vfp_get_{fpcr, fpsr}Peter Maydell
2024-07-11target/arm: Correct comments about M-profile FPSCRPeter Maydell
2024-07-05gdbstub: Add support for MTE in user modeGustavo Romero
2024-07-05target/arm: Make some MTE helpers widely availableGustavo Romero
2024-07-05target/arm: Fix exception case in allocation_tag_mem_probeGustavo Romero
2024-07-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson