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
/
arm
Age
Commit message (
Expand
)
Author
2023-03-05
target/arm: Drop tcg_temp_free from translator.h
Richard Henderson
2023-03-05
target/arm: Drop tcg_temp_free from translator-vfp.c
Richard Henderson
2023-03-05
target/arm: Drop tcg_temp_free from translator-sve.c
Richard Henderson
2023-03-05
target/arm: Drop tcg_temp_free from translator-sme.c
Richard Henderson
2023-03-05
target/arm: Drop tcg_temp_free from translator-neon.c
Richard Henderson
2023-03-05
target/arm: Drop tcg_temp_free from translator-mve.c
Richard Henderson
2023-03-05
target/arm: Drop tcg_temp_free from translator-m-nocp.c
Richard Henderson
2023-03-05
target/arm: Drop tcg_temp_free from translator-a64.c
Richard Henderson
2023-03-05
target/arm: Drop new_tmp_a64_zero
Richard Henderson
2023-03-05
target/arm: Drop new_tmp_a64
Richard Henderson
2023-03-05
target/arm: Drop DisasContext.tmp_a64
Richard Henderson
2023-03-05
target/arm: Drop tcg_temp_free from translator.c
Richard Henderson
2023-03-05
target/arm: Remove value_global from DisasCompare
Richard Henderson
2023-03-05
target/arm: Remove arm_free_cc, a64_free_cc
Richard Henderson
2023-03-05
accel/tcg: Remove translator_loop_temp_check
Richard Henderson
2023-03-02
Merge tag 'pull-monitor-2023-03-02' of https://repo.or.cz/qemu/armbru into st...
Peter Maydell
2023-03-02
target/arm: Restrict 'qapi-commands-machine.h' to system emulation
Philippe Mathieu-Daudé
2023-03-01
target/arm: Don't use tcg_temp_local_new_*
Richard Henderson
2023-03-01
target/arm: Drop copies in gen_sve_{ldr,str}
Richard Henderson
2023-03-01
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
2023-03-01
target/arm: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/arm: Remove `TARGET_TB_PCREL` define
Anton Johansson
2023-03-01
target/arm: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
2023-03-01
target/arm: set `CF_PCREL` in `arm_cpu_realizefn`
Anton Johansson
2023-02-28
accel/tcg: Add 'size' param to probe_access_full
Richard Henderson
2023-02-28
accel/tcg: Add 'size' param to probe_access_flags()
Daniel Henrique Barboza
2023-02-27
target/cpu: Restrict do_transaction_failed() handlers to sysemu
Philippe Mathieu-Daudé
2023-02-27
target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemu
Philippe Mathieu-Daudé
2023-02-27
target/arm: Don't access TCG code when debugging with KVM
Fabiano Rosas
2023-02-27
target/arm: Move regime_using_lpae_format into internal.h
Fabiano Rosas
2023-02-27
target/arm: Move hflags code into the tcg directory
Fabiano Rosas
2023-02-27
target/arm: Wrap arm_rebuild_hflags calls with tcg_enabled
Fabiano Rosas
2023-02-27
target/arm: Move psci.c into the tcg directory
Claudio Fontana
2023-02-27
target/arm: move helpers to tcg/
Claudio Fontana
2023-02-27
target/arm: move translate modules to tcg/
Fabiano Rosas
2023-02-27
target/arm: Wrap TCG-only code in debug_helper.c
Fabiano Rosas
2023-02-27
target/arm: Wrap breakpoint/watchpoint updates with tcg_enabled
Fabiano Rosas
2023-02-16
target/arm: Move cpregs code out of cpu.h
Fabiano Rosas
2023-02-16
target/arm: Move PC alignment check
Fabiano Rosas
2023-02-16
target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()
Claudio Fontana
2023-02-16
target/arm: wrap psci call with tcg_enabled
Claudio Fontana
2023-02-16
target/arm: rename handle_semihosting to tcg_handle_semihosting
Claudio Fontana
2023-02-16
target/arm: Declare CPU <-> NVIC helpers in 'hw/intc/armv7m_nvic.h'
Philippe Mathieu-Daudé
2023-02-16
target/arm: Store CPUARMState::nvic as NVICState*
Philippe Mathieu-Daudé
2023-02-16
target/arm: Restrict CPUARMState::nvic to sysemu
Philippe Mathieu-Daudé
2023-02-16
target/arm: Restrict CPUARMState::arm_boot_info to sysemu
Philippe Mathieu-Daudé
2023-02-16
target/arm: Restrict CPUARMState::gicv3state to sysemu
Philippe Mathieu-Daudé
2023-02-16
target/arm: Avoid resetting CPUARMState::eabi field
Philippe Mathieu-Daudé
2023-02-16
target/arm: Convert CPUARMState::eabi to boolean
Philippe Mathieu-Daudé
2023-02-16
target/arm: Constify ID_PFR1 on user emulation
Philippe Mathieu-Daudé
[next]