aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2023-08-28Merge tag 'pull-tcg-20230823-2' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-08-28Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-08-28Merge tag 'devel-hppa-priv-cleanup2-pull-request' of https://github.com/hdell...Stefan Hajnoczi
2023-08-28target/i386: add support for VMX_SECONDARY_EXEC_ENABLE_USER_WAIT_PAUSEAke Koomsin
2023-08-27target/hppa: Switch to use MMU indices 11-15Helge Deller
2023-08-25target/hppa: Use privilege helper in hppa_get_physical_address()Helge Deller
2023-08-25target/hppa: Do not use hardcoded value for tlb_flush_*()Helge Deller
2023-08-25target/hppa: Add privilege to MMU index conversion helpersHelge Deller
2023-08-25target/hppa: Add missing PL1 and PL2 privilege levelsHelge Deller
2023-08-24target/cris: Fix a typo in gen_swapr()Philippe Mathieu-Daudé
2023-08-24target/tricore: Replace gen_cond_w with tcg_gen_negsetcond_tlRichard Henderson
2023-08-24target/sparc: Use tcg_gen_movcond_i64 in gen_edgeRichard Henderson
2023-08-24target/ppc: Use tcg_gen_negsetcond_*Richard Henderson
2023-08-24target/openrisc: Use tcg_gen_negsetcond_*Richard Henderson
2023-08-24target/m68k: Use tcg_gen_negsetcond_*Richard Henderson
2023-08-24target/arm: Use tcg_gen_negsetcond_*Richard Henderson
2023-08-24target/alpha: Use tcg_gen_movcond_i64 in gen_fold_mzeroRichard Henderson
2023-08-24target/m68k: Use tcg_gen_deposit_i32 in gen_partset_regRichard Henderson
2023-08-24include/exec: Replace target_ulong with abi_ptr in cpu_[st|ld]*()Anton Johansson
2023-08-24sysemu/hvf: Use vaddr for hvf_arch_[insert|remove]_hw_breakpointAnton Johansson
2023-08-24sysemu/kvm: Use vaddr for kvm_arch_[insert|remove]_hw_breakpointAnton Johansson
2023-08-24Merge tag 'pull-target-arm-20230824' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2023-08-24Merge tag 'pull-loongarch-20230824' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi
2023-08-24target/loongarch: Split fcc register to fcc0-7 in gdbstubJiajie Chen
2023-08-24target/loongarch: cpu: Implement get_arch_id callbackBibo Mao
2023-08-24target/loongarch: Add avail_IOCSR to check iocsr instructionsSong Gao
2023-08-24target/loongarch: Add avail_LSX to check LSX instructionsSong Gao
2023-08-24target/loongarch: Add avail_LAM to check atomic instructionsSong Gao
2023-08-24target/loongarch: Add avail_LSPW to check LSPW instructionsSong Gao
2023-08-24target/loongarch: Add avail_FP/FP_SP/FP_DP to check fpu instructionsSong Gao
2023-08-24target/loongarch: Add LoongArch32 cpu la132Jiajie Chen
2023-08-24target/loongarch: Add avail_64 to check la64-only instructionsSong Gao
2023-08-24target/loongarch: Add a check parameter to the TRANS macroSong Gao
2023-08-24target/loongarch: Sign extend results in VA32 modeJiajie Chen
2023-08-24target/loongarch: Truncate high 32 bits of address in VA32 modeJiajie Chen
2023-08-24target/loongarch: Extract set_pc() helperJiajie Chen
2023-08-24target/loongarch: Extract make_address_pc() helperJiajie Chen
2023-08-24target/loongarch: Extract make_address_i() helperJiajie Chen
2023-08-24target/loongarch: Extract make_address_x() helperJiajie Chen
2023-08-24target/loongarch: Add LA64 & VA32 to DisasContextJiajie Chen
2023-08-24target/loongarch: Support LoongArch32 VPPNJiajie Chen
2023-08-24target/loongarch: Support LoongArch32 DMWJiajie Chen
2023-08-24target/loongarch: Support LoongArch32 TLB entryJiajie Chen
2023-08-24target/loongarch: Add GDB support for loongarch32 modeJiajie Chen
2023-08-24target/loongarch: Add new object class for loongarch32 cpusJiajie Chen
2023-08-24target/loongarch: Add function to check current archJiajie Chen
2023-08-24target/loongarch: Extract 64-bit specifics to loongarch64_cpu_class_initPhilippe Mathieu-Daudé
2023-08-24target/loongarch: Introduce abstract TYPE_LOONGARCH64_CPUPhilippe Mathieu-Daudé
2023-08-24target/loongarch: Fix loongarch_la464_initfn() misses setting LSPWSong Gao
2023-08-24target/loongarch: Remove duplicated disas_set_info assignmentPhilippe Mathieu-Daudé