index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
Age
Commit message (
Expand
)
Author
2023-11-07
target/i386/hvf: Rename 'X86CPU *x86_cpu' variable as 'cpu'
Philippe Mathieu-Daudé
2023-11-07
target/i386/hvf: Rename 'CPUState *cpu' variable as 'cs'
Philippe Mathieu-Daudé
2023-11-07
target/i386/hvf: Use CPUState typedef
Philippe Mathieu-Daudé
2023-11-07
target/i386/hvf: Use env_archcpu() in simulate_[rdmsr/wrmsr]()
Philippe Mathieu-Daudé
2023-11-07
target/i386/hvf: Use x86_cpu in simulate_[rdmsr|wrmsr]()
Philippe Mathieu-Daudé
2023-11-07
target/xtensa: Use env_archcpu() in update_c[compare|count]()
Philippe Mathieu-Daudé
2023-11-07
target/s390x: Use env_archcpu() in handle_diag_308()
Philippe Mathieu-Daudé
2023-11-07
target/riscv: Use env_archcpu() in [check_]nanbox()
Philippe Mathieu-Daudé
2023-11-07
target/ppc: Use env_archcpu() in helper_book3s_msgsndp()
Philippe Mathieu-Daudé
2023-11-07
target/riscv: Move TYPE_RISCV_CPU_BASE definition to 'cpu.h'
Philippe Mathieu-Daudé
2023-11-07
target/openrisc: Declare QOM definitions in 'cpu-qom.h'
Philippe Mathieu-Daudé
2023-11-07
target/nios2: Declare QOM definitions in 'cpu-qom.h'
Philippe Mathieu-Daudé
2023-11-07
target/loongarch: Declare QOM definitions in 'cpu-qom.h'
Philippe Mathieu-Daudé
2023-11-07
target/hexagon: Declare QOM definitions in 'cpu-qom.h'
Philippe Mathieu-Daudé
2023-11-07
target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'
Philippe Mathieu-Daudé
2023-11-07
target/riscv: Remove CPU_RESOLVING_TYPE from 'cpu-qom.h'
Philippe Mathieu-Daudé
2023-11-07
target/ppc: Remove CPU_RESOLVING_TYPE from 'cpu-qom.h'
Philippe Mathieu-Daudé
2023-11-07
target/arm: Move internal declarations from 'cpu-qom.h' to 'cpu.h'
Philippe Mathieu-Daudé
2023-11-07
target: Mention 'cpu-qom.h' is target agnostic
Philippe Mathieu-Daudé
2023-11-07
target: Unify QOM style
Philippe Mathieu-Daudé
2023-11-07
Merge tag 'pull-pa-20231106' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
2023-11-07
Merge tag 'pull-riscv-to-apply-20231107' of https://github.com/alistair23/qem...
Stefan Hajnoczi
2023-11-06
target/hppa: Improve interrupt logging
Richard Henderson
2023-11-06
target/hppa: Update IIAOQ, IIASQ for pa2.0
Richard Henderson
2023-11-06
target/hppa: Create raise_exception_with_ior
Richard Henderson
2023-11-06
target/hppa: Add unwind_breg to CPUHPPAState
Richard Henderson
2023-11-06
target/hppa: Clear upper bits in mtctl for pa1.x
Helge Deller
2023-11-06
target/hppa: Avoid async_safe_run_on_cpu on uniprocessor system
Richard Henderson
2023-11-06
target/hppa: Add pa2.0 cpu local tlb flushes
Helge Deller
2023-11-06
target/hppa: Implement pa2.0 data prefetch instructions
Richard Henderson
2023-11-06
target/hppa: Return zero for r0 from load_gpr
Richard Henderson
2023-11-06
target/hppa: Precompute zero into DisasContext
Richard Henderson
2023-11-06
target/hppa: Fix interruption based on default PSW
Helge Deller
2023-11-06
target/hppa: Implement PERMH
Richard Henderson
2023-11-06
target/hppa: Implement MIXH, MIXW
Richard Henderson
2023-11-06
target/hppa: Implement HSHLADD, HSHRADD
Richard Henderson
2023-11-06
target/hppa: Implement HSHL, HSHR
Richard Henderson
2023-11-06
target/hppa: Implement HAVG
Richard Henderson
2023-11-06
target/hppa: Implement HSUB
Richard Henderson
2023-11-06
target/hppa: Implement HADD
Richard Henderson
2023-11-06
target/hppa: Replace tcg_gen_*_tl with tcg_gen_*_i64
Richard Henderson
2023-11-06
target/hppa: Use tcg_temp_new_i64 not tcg_temp_new
Richard Henderson
2023-11-06
target/hppa: Adjust vmstate_env for pa2.0 tlb
Richard Henderson
2023-11-06
target/hppa: Remove remaining TARGET_REGISTER_BITS redirections
Richard Henderson
2023-11-06
target/hppa: Remove most of the TARGET_REGISTER_BITS redirections
Richard Henderson
2023-11-06
target/hppa: Remove TARGET_REGISTER_BITS
Richard Henderson
2023-11-06
target/hppa: Implement IDTLBT, IITLBT
Richard Henderson
2023-11-06
target/hppa: Implement STDBY
Richard Henderson
2023-11-06
target/hppa: Implement CLRBTS, POPBTS, PUSHBTS, PUSHNOM
Richard Henderson
2023-11-06
target/hppa: Implement SHRPD
Richard Henderson
[next]