aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2023-08-31Merge tag 'pull-target-arm-20230831' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi11-150/+293
2023-08-31target/arm: Do all "ARM_FEATURE_X implies Y" checks in post_initPeter Maydell1-82/+97
2023-08-31target/arm: Catch illegal-exception-return from EL3 with bad NSE/NSPeter Maydell1-0/+9
2023-08-31target/arm: properly document FEAT_CRC32Alex Bennée1-1/+1
2023-08-31target/arm: Implement FEAT_HPDS2 as a no-opRichard Henderson2-2/+2
2023-08-31target/arm: Suppress FEAT_TRBE (Trace Buffer Extension)Richard Henderson1-0/+3
2023-08-31target/arm: Apply access checks to neoverse-v1 special registersRichard Henderson1-1/+2
2023-08-31target/arm: Apply access checks to neoverse-n1 special registersRichard Henderson3-11/+41
2023-08-31target/arm: Introduce make_ccsidr64Richard Henderson1-16/+32
2023-08-31target/arm: When tag memory is not present, set MTE=1Richard Henderson1-3/+4
2023-08-31target/arm: Support more GM blocksizesRichard Henderson2-12/+62
2023-08-31target/arm: Allow cpu to configure GM blocksizeRichard Henderson7-28/+45
2023-08-31target/arm: Reduce dcz_blocksize to uint8_tRichard Henderson1-1/+2
2023-08-30gdbstub: replace global gdb_has_xml with a functionAlex Bennée2-6/+6
2023-08-28Merge tag 'pull-tcg-20230823-2' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi18-119/+79
2023-08-28Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2-1/+6
2023-08-28Merge tag 'devel-hppa-priv-cleanup2-pull-request' of https://github.com/hdell...Stefan Hajnoczi4-17/+29
2023-08-28target/i386: add support for VMX_SECONDARY_EXEC_ENABLE_USER_WAIT_PAUSEAke Koomsin2-1/+6
2023-08-27target/hppa: Switch to use MMU indices 11-15Helge Deller1-8/+8
2023-08-25target/hppa: Use privilege helper in hppa_get_physical_address()Helge Deller1-4/+5
2023-08-25target/hppa: Do not use hardcoded value for tlb_flush_*()Helge Deller3-5/+9
2023-08-25target/hppa: Add privilege to MMU index conversion helpersHelge Deller2-5/+9
2023-08-25target/hppa: Add missing PL1 and PL2 privilege levelsHelge Deller1-0/+3
2023-08-24target/cris: Fix a typo in gen_swapr()Philippe Mathieu-Daudé1-9/+11
2023-08-24target/tricore: Replace gen_cond_w with tcg_gen_negsetcond_tlRichard Henderson1-10/+6
2023-08-24target/sparc: Use tcg_gen_movcond_i64 in gen_edgeRichard Henderson1-13/+4
2023-08-24target/ppc: Use tcg_gen_negsetcond_*Richard Henderson2-7/+7
2023-08-24target/openrisc: Use tcg_gen_negsetcond_*Richard Henderson1-4/+2
2023-08-24target/m68k: Use tcg_gen_negsetcond_*Richard Henderson1-14/+10
2023-08-24target/arm: Use tcg_gen_negsetcond_*Richard Henderson2-21/+13
2023-08-24target/alpha: Use tcg_gen_movcond_i64 in gen_fold_mzeroRichard Henderson1-4/+3
2023-08-24target/m68k: Use tcg_gen_deposit_i32 in gen_partset_regRichard Henderson1-9/+2
2023-08-24include/exec: Replace target_ulong with abi_ptr in cpu_[st|ld]*()Anton Johansson2-4/+4
2023-08-24sysemu/hvf: Use vaddr for hvf_arch_[insert|remove]_hw_breakpointAnton Johansson2-4/+4
2023-08-24sysemu/kvm: Use vaddr for kvm_arch_[insert|remove]_hw_breakpointAnton Johansson4-20/+13
2023-08-24Merge tag 'pull-target-arm-20230824' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi15-171/+367
2023-08-24Merge tag 'pull-loongarch-20230824' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi22-1084/+1528
2023-08-24target/loongarch: Split fcc register to fcc0-7 in gdbstubJiajie Chen1-9/+7
2023-08-24target/loongarch: cpu: Implement get_arch_id callbackBibo Mao2-0/+9
2023-08-24target/loongarch: Add avail_IOCSR to check iocsr instructionsSong Gao2-9/+9
2023-08-24target/loongarch: Add avail_LSX to check LSX instructionsSong Gao2-661/+823
2023-08-24target/loongarch: Add avail_LAM to check atomic instructionsSong Gao2-36/+37
2023-08-24target/loongarch: Add avail_LSPW to check LSPW instructionsSong Gao2-0/+9
2023-08-24target/loongarch: Add avail_FP/FP_SP/FP_DP to check fpu instructionsSong Gao7-86/+159
2023-08-24target/loongarch: Add LoongArch32 cpu la132Jiajie Chen1-0/+30
2023-08-24target/loongarch: Add avail_64 to check la64-only instructionsSong Gao10-123/+152
2023-08-24target/loongarch: Add a check parameter to the TRANS macroSong Gao14-944/+946
2023-08-24target/loongarch: Sign extend results in VA32 modeJiajie Chen1-0/+3
2023-08-24target/loongarch: Truncate high 32 bits of address in VA32 modeJiajie Chen2-2/+20
2023-08-24target/loongarch: Extract set_pc() helperJiajie Chen4-11/+16