aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2023-11-07target/i386/hvf: Rename 'X86CPU *x86_cpu' variable as 'cpu'Philippe Mathieu-Daudé
2023-11-07target/i386/hvf: Rename 'CPUState *cpu' variable as 'cs'Philippe Mathieu-Daudé
2023-11-07target/i386/hvf: Use CPUState typedefPhilippe Mathieu-Daudé
2023-11-07target/i386/hvf: Use env_archcpu() in simulate_[rdmsr/wrmsr]()Philippe Mathieu-Daudé
2023-11-07target/i386/hvf: Use x86_cpu in simulate_[rdmsr|wrmsr]()Philippe Mathieu-Daudé
2023-11-07target/xtensa: Use env_archcpu() in update_c[compare|count]()Philippe Mathieu-Daudé
2023-11-07target/s390x: Use env_archcpu() in handle_diag_308()Philippe Mathieu-Daudé
2023-11-07target/riscv: Use env_archcpu() in [check_]nanbox()Philippe Mathieu-Daudé
2023-11-07target/ppc: Use env_archcpu() in helper_book3s_msgsndp()Philippe Mathieu-Daudé
2023-11-07target/riscv: Move TYPE_RISCV_CPU_BASE definition to 'cpu.h'Philippe Mathieu-Daudé
2023-11-07target/openrisc: Declare QOM definitions in 'cpu-qom.h'Philippe Mathieu-Daudé
2023-11-07target/nios2: Declare QOM definitions in 'cpu-qom.h'Philippe Mathieu-Daudé
2023-11-07target/loongarch: Declare QOM definitions in 'cpu-qom.h'Philippe Mathieu-Daudé
2023-11-07target/hexagon: Declare QOM definitions in 'cpu-qom.h'Philippe Mathieu-Daudé
2023-11-07target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'Philippe Mathieu-Daudé
2023-11-07target/riscv: Remove CPU_RESOLVING_TYPE from 'cpu-qom.h'Philippe Mathieu-Daudé
2023-11-07target/ppc: Remove CPU_RESOLVING_TYPE from 'cpu-qom.h'Philippe Mathieu-Daudé
2023-11-07target/arm: Move internal declarations from 'cpu-qom.h' to 'cpu.h'Philippe Mathieu-Daudé
2023-11-07target: Mention 'cpu-qom.h' is target agnosticPhilippe Mathieu-Daudé
2023-11-07target: Unify QOM stylePhilippe Mathieu-Daudé
2023-11-07Merge tag 'pull-pa-20231106' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-11-07Merge tag 'pull-riscv-to-apply-20231107' of https://github.com/alistair23/qem...Stefan Hajnoczi
2023-11-06target/hppa: Improve interrupt loggingRichard Henderson
2023-11-06target/hppa: Update IIAOQ, IIASQ for pa2.0Richard Henderson
2023-11-06target/hppa: Create raise_exception_with_iorRichard Henderson
2023-11-06target/hppa: Add unwind_breg to CPUHPPAStateRichard Henderson
2023-11-06target/hppa: Clear upper bits in mtctl for pa1.xHelge Deller
2023-11-06target/hppa: Avoid async_safe_run_on_cpu on uniprocessor systemRichard Henderson
2023-11-06target/hppa: Add pa2.0 cpu local tlb flushesHelge Deller
2023-11-06target/hppa: Implement pa2.0 data prefetch instructionsRichard Henderson
2023-11-06target/hppa: Return zero for r0 from load_gprRichard Henderson
2023-11-06target/hppa: Precompute zero into DisasContextRichard Henderson
2023-11-06target/hppa: Fix interruption based on default PSWHelge Deller
2023-11-06target/hppa: Implement PERMHRichard Henderson
2023-11-06target/hppa: Implement MIXH, MIXWRichard Henderson
2023-11-06target/hppa: Implement HSHLADD, HSHRADDRichard Henderson
2023-11-06target/hppa: Implement HSHL, HSHRRichard Henderson
2023-11-06target/hppa: Implement HAVGRichard Henderson
2023-11-06target/hppa: Implement HSUBRichard Henderson
2023-11-06target/hppa: Implement HADDRichard Henderson
2023-11-06target/hppa: Replace tcg_gen_*_tl with tcg_gen_*_i64Richard Henderson
2023-11-06target/hppa: Use tcg_temp_new_i64 not tcg_temp_newRichard Henderson
2023-11-06target/hppa: Adjust vmstate_env for pa2.0 tlbRichard Henderson
2023-11-06target/hppa: Remove remaining TARGET_REGISTER_BITS redirectionsRichard Henderson
2023-11-06target/hppa: Remove most of the TARGET_REGISTER_BITS redirectionsRichard Henderson
2023-11-06target/hppa: Remove TARGET_REGISTER_BITSRichard Henderson
2023-11-06target/hppa: Implement IDTLBT, IITLBTRichard Henderson
2023-11-06target/hppa: Implement STDBYRichard Henderson
2023-11-06target/hppa: Implement CLRBTS, POPBTS, PUSHBTS, PUSHNOMRichard Henderson
2023-11-06target/hppa: Implement SHRPDRichard Henderson