aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2023-02-27target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemuPhilippe Mathieu-Daudé16-21/+21
2023-02-27Merge tag 'pull-target-arm-20230227' of https://git.linaro.org/people/pmaydel...Peter Maydell50-706/+794
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-27Merge tag 'pull-request-2023-02-27' of https://gitlab.com/thuth/qemu into sta...Peter Maydell4-511/+323
2023-02-27target/s390x: Use tcg_constant_* in translate_vx.c.incRichard Henderson1-25/+20
2023-02-27target/s390x: Use tcg_constant_i32 for fpinst_extract_m34Richard Henderson1-25/+1
2023-02-27target/s390x: Use tcg_constant_* for DisasCompareRichard Henderson1-22/+22
2023-02-27target/s390x: Use tcg_constant_* in local contextsRichard Henderson1-263/+147
2023-02-27target/s390x: Hoist some computation in access_memmoveRichard Henderson1-6/+7
2023-02-27target/s390x: Inline do_access_{get,set}_byteRichard Henderson1-40/+30
2023-02-27target/s390x: Remove TLB_NOTDIRTY workaroundsRichard Henderson1-52/+22
2023-02-27target/s390x: Tidy access_prepare_nfRichard Henderson1-17/+13
2023-02-27target/s390x: Use void* for haddr in S390AccessRichard Henderson1-5/+6
2023-02-27target/s390x: Pass S390Access pointer into access_prepareRichard Henderson1-50/+50
2023-02-27target/s390x: Fix s390_probe_access for user-onlyRichard Henderson1-13/+18
2023-02-27target/s390x/arch_dump: Simplify memory allocation in s390x_write_elf64_notes()Thomas Huth1-13/+7
2023-02-27target/s390x/arch_dump: Fix memory corruption in s390x_write_elf64_notes()Thomas Huth1-1/+1
2023-02-26Merge tag 'pull-riscv-to-apply-20230224' of github.com:palmer-dabbelt/qemu in...Peter Maydell5-21/+17
2023-02-24Merge tag 'pull-error-2023-02-23' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell3-3/+0
2023-02-24Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2-1/+5
2023-02-23target/riscv: Fix vslide1up.vf and vslide1down.vfLIU Zhiwei1-2/+2
2023-02-23target/riscv: avoid env_archcpu() in cpu_get_tb_cpu_state()Daniel Henrique Barboza1-1/+1
2023-02-23target/riscv: Smepmp: Skip applying default rules when address matchesHimanshu Chauhan1-3/+6
2023-02-23target/riscv: Remove privileged spec version restriction for RVVFrank Chang2-15/+8
2023-02-23error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster3-3/+0
2023-02-21target/microblaze: Add gdbstub xmlRichard Henderson3-12/+42
2023-02-21target/i386/gdbstub: Fix a bug about order of FPU stack in 'g' packets.TaiseiIto1-1/+3
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
2023-02-16target/arm: Convert CPUARMState::eabi to booleanPhilippe Mathieu-Daudé1-1/+1
2023-02-16target/arm: Constify ID_PFR1 on user emulationPhilippe Mathieu-Daudé1-2/+10
2023-02-16target/arm: Reduce arm_v7m_mmu_idx_[all/for_secstate_and_priv]() scopePhilippe Mathieu-Daudé2-51/+37
2023-02-16target/arm: Simplify arm_v7m_mmu_idx_for_secstate() for user emulationPhilippe Mathieu-Daudé1-3/+8