aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
2023-03-06target/arm: Unexport arm_gen_dynamic_sysreg_xmlRichard Henderson2-2/+1
2023-03-06target/arm: Normalize aarch64 gdbstub get/set function namesRichard Henderson3-12/+13
2023-03-05target/arm: Drop tcg_temp_free from translator.hRichard Henderson1-2/+0
2023-03-05target/arm: Drop tcg_temp_free from translator-vfp.cRichard Henderson1-193/+0
2023-03-05target/arm: Drop tcg_temp_free from translator-sve.cRichard Henderson1-184/+2
2023-03-05target/arm: Drop tcg_temp_free from translator-sme.cRichard Henderson1-28/+0
2023-03-05target/arm: Drop tcg_temp_free from translator-neon.cRichard Henderson1-130/+1
2023-03-05target/arm: Drop tcg_temp_free from translator-mve.cRichard Henderson1-52/+0
2023-03-05target/arm: Drop tcg_temp_free from translator-m-nocp.cRichard Henderson1-20/+0
2023-03-05target/arm: Drop tcg_temp_free from translator-a64.cRichard Henderson1-457/+11
2023-03-05target/arm: Drop new_tmp_a64_zeroRichard Henderson2-24/+18
2023-03-05target/arm: Drop new_tmp_a64Richard Henderson3-36/+30
2023-03-05target/arm: Drop DisasContext.tmp_a64Richard Henderson2-27/+1
2023-03-05target/arm: Drop tcg_temp_free from translator.cRichard Henderson1-261/+5
2023-03-05target/arm: Remove value_global from DisasCompareRichard Henderson2-6/+0
2023-03-05target/arm: Remove arm_free_cc, a64_free_ccRichard Henderson3-23/+4
2023-03-05accel/tcg: Remove translator_loop_temp_checkRichard Henderson2-3/+0
2023-03-02Merge tag 'pull-monitor-2023-03-02' of https://repo.or.cz/qemu/armbru into st...Peter Maydell3-30/+29
2023-03-02target/arm: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé3-30/+29
2023-03-01target/arm: Don't use tcg_temp_local_new_*Richard Henderson2-6/+6
2023-03-01target/arm: Drop copies in gen_sve_{ldr,str}Richard Henderson3-39/+0
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson1-1/+1
2023-03-01target/arm: Replace `tb_pc()` with `tb->pc`Anton Johansson1-2/+2
2023-03-01target/arm: Remove `TARGET_TB_PCREL` defineAnton Johansson1-2/+0
2023-03-01target/arm: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson4-12/+12
2023-03-01target/arm: set `CF_PCREL` in `arm_cpu_realizefn`Anton Johansson1-0/+5
2023-02-28accel/tcg: Add 'size' param to probe_access_fullRichard Henderson4-5/+5
2023-02-28accel/tcg: Add 'size' param to probe_access_flags()Daniel Henrique Barboza2-2/+2
2023-02-27target/cpu: Restrict do_transaction_failed() handlers to sysemuPhilippe Mathieu-Daudé1-0/+2
2023-02-27target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemuPhilippe Mathieu-Daudé1-1/+1
2023-02-27target/arm: Don't access TCG code when debugging with KVMFabiano Rosas1-0/+4
2023-02-27target/arm: Move regime_using_lpae_format into internal.hFabiano Rosas2-21/+18
2023-02-27target/arm: Move hflags code into the tcg directoryFabiano Rosas5-392/+411
2023-02-27target/arm: Wrap arm_rebuild_hflags calls with tcg_enabledFabiano Rosas4-9/+24
2023-02-27target/arm: Move psci.c into the tcg directoryClaudio Fontana3-1/+4
2023-02-27target/arm: move helpers to tcg/Claudio Fontana17-13/+38
2023-02-27target/arm: move translate modules to tcg/Fabiano Rosas26-26/+36
2023-02-27target/arm: Wrap TCG-only code in debug_helper.cFabiano Rosas1-237/+239
2023-02-27target/arm: Wrap breakpoint/watchpoint updates with tcg_enabledFabiano Rosas3-8/+21
2023-02-16target/arm: Move cpregs code out of cpu.hFabiano Rosas2-91/+98
2023-02-16target/arm: Move PC alignment checkFabiano Rosas1-9/+9
2023-02-16target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()Claudio Fontana1-5/+7
2023-02-16target/arm: wrap psci call with tcg_enabledClaudio Fontana1-1/+2
2023-02-16target/arm: rename handle_semihosting to tcg_handle_semihostingClaudio Fontana1-2/+2
2023-02-16target/arm: Declare CPU <-> NVIC helpers in 'hw/intc/armv7m_nvic.h'Philippe Mathieu-Daudé4-124/+9
2023-02-16target/arm: Store CPUARMState::nvic as NVICState*Philippe Mathieu-Daudé3-23/+26
2023-02-16target/arm: Restrict CPUARMState::nvic to sysemuPhilippe Mathieu-Daudé1-1/+1
2023-02-16target/arm: Restrict CPUARMState::arm_boot_info to sysemuPhilippe Mathieu-Daudé1-1/+1
2023-02-16target/arm: Restrict CPUARMState::gicv3state to sysemuPhilippe Mathieu-Daudé1-1/+2
2023-02-16target/arm: Avoid resetting CPUARMState::eabi fieldPhilippe Mathieu-Daudé1-5/+4