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-10-04
accel/tcg: Remove cpu_set_cpustate_pointers
Richard Henderson
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-10-03
tcg: Rename cpu_env to tcg_env
Richard Henderson
2023-10-03
accel/tcg: Move CPUNegativeOffsetState into CPUState
Richard Henderson
2023-10-03
target/*: Add instance_align to all cpu base classes
Richard Henderson
2023-10-03
target/arm: Remove size and alignment for cpu subclasses
Richard Henderson
2023-10-03
target/arm: Replace TARGET_PAGE_ENTRY_EXTRA
Anton Johansson
2023-10-03
accel: Rename accel_cpu_realize() -> accel_cpu_common_realize()
Philippe Mathieu-Daudé
2023-10-03
accel: Rename AccelCPUClass::cpu_realizefn() -> cpu_target_realize()
Philippe Mathieu-Daudé
2023-10-03
accel: Rename accel_cpu_realizefn() -> accel_cpu_realize()
Philippe Mathieu-Daudé
2023-10-02
Merge tag 'pull-shadow-2023-09-29' of https://repo.or.cz/qemu/armbru into sta...
Stefan Hajnoczi
2023-10-02
Merge tag 'pull-tricore-20230929' of https://github.com/bkoppelmann/qemu into...
Stefan Hajnoczi
2023-09-29
target/riscv: vector_helper: Fixup local variables shadowing
Alistair Francis
2023-09-29
target/riscv: cpu: Fixup local variables shadowing
Alistair Francis
2023-09-29
target/tricore: Clean up local variable shadowing
Philippe Mathieu-Daudé
2023-09-29
target/m68k: Clean up local variable shadowing
Philippe Mathieu-Daudé
2023-09-29
target/mips: Clean up local variable shadowing
Philippe Mathieu-Daudé
2023-09-29
target/arm/hvf: Clean up local variable shadowing
Philippe Mathieu-Daudé
2023-09-29
target/arm/tcg: Clean up local variable shadowing
Philippe Mathieu-Daudé
2023-09-29
target/tricore: Change effective address (ea) to target_ulong
Bastian Koppelmann
2023-09-29
target/tricore: Remove CSFRs from cpu.h
Bastian Koppelmann
2023-09-28
accel/tcg: Always require can_do_io
Richard Henderson
2023-09-28
target/tricore: Fix FTOUZ being ISA v1.3.1 up
Bastian Koppelmann
2023-09-28
target/tricore: Replace cpu_*_code with translator_*
Bastian Koppelmann
2023-09-28
target/tricore: Swap src and dst reg for RCRR_INSERT
Bastian Koppelmann
2023-09-28
target/tricore: Fix RCPW/RRPW_INSERT insns for width = 0
Bastian Koppelmann
2023-09-28
target/tricore: Implement hptof insn
Bastian Koppelmann
2023-09-28
target/tricore: Implement ftohp insn
Bastian Koppelmann
2023-09-28
target/tricore: Clarify special case for FTOUZ insn
Bastian Koppelmann
2023-09-28
target/tricore: Implement FTOU insn
Bastian Koppelmann
2023-09-28
target/tricore: Correctly handle FPU RM from PSW
Bastian Koppelmann
2023-09-28
target/tricore: Implement CRCN insn
Bastian Koppelmann
2023-09-26
target/i386/svm_helper: eliminate duplicate local variable
Paolo Bonzini
2023-09-26
target/i386/seg_helper: remove shadowed variable
Paolo Bonzini
2023-09-26
target/i386/seg_helper: introduce tss_set_busy
Paolo Bonzini
2023-09-26
target/i386/translate: avoid shadowed local variables
Paolo Bonzini
2023-09-26
target/i386/cpu: avoid shadowed local variables
Paolo Bonzini
2023-09-26
target/i386/kvm: eliminate shadowed local variables
Paolo Bonzini
2023-09-25
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2023-09-25
Merge tag 'pull-target-arm-20230921' of https://git.linaro.org/people/pmaydel...
Stefan Hajnoczi
2023-09-21
target/arm: Enable FEAT_MOPS for CPU 'max'
Peter Maydell
2023-09-21
target/arm: Implement the CPY* instructions
Peter Maydell
2023-09-21
target/arm: Implement MTE tag-checking functions for FEAT_MOPS copies
Peter Maydell
2023-09-21
target/arm: Implement the SETG* instructions
Peter Maydell
2023-09-21
target/arm: Define new TB flag for ATA0
Peter Maydell
2023-09-21
target/arm: Implement the SET* instructions
Peter Maydell
2023-09-21
target/arm: Implement MTE tag-checking functions for FEAT_MOPS
Peter Maydell
2023-09-21
target/arm: New function allocation_tag_mem_probe()
Peter Maydell
2023-09-21
target/arm: Define syndrome function for MOPS exceptions
Peter Maydell
2023-09-21
target/arm: Pass unpriv bool to get_a64_user_mem_index()
Peter Maydell
[next]