aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
2023-05-23tcg: Remove DEBUG_DISASRichard Henderson1-3/+0
2023-05-23accel/tcg: Remove cpu_atomic_{ld,st}o_*_mmuRichard Henderson1-9/+0
2023-05-23accel/tcg: Unify cpu_{ld,st}*_{be,le}_mmuRichard Henderson1-46/+12
2023-05-23hostmem-file: add offset optionAlexander Graf3-1/+5
2023-05-18migration: Add last stage indicator to global dirty logGavin Shan1-2/+7
2023-05-16tcg: Split out exec/user/guest-base.hRichard Henderson2-4/+13
2023-05-16accel/tcg: Widen plugin_gen_empty_mem_callback to i64Richard Henderson1-2/+2
2023-05-16include/exec/memop: Add MO_ATOM_*Richard Henderson1-0/+37
2023-05-15softmmu: Create qemu_target_pages_to_MiB()Juan Quintela1-0/+1
2023-05-11accel/tcg: Introduce tlb_read_idxRichard Henderson2-5/+24
2023-05-11tcg: Remove TARGET_ALIGNED_ONLYRichard Henderson2-12/+2
2023-05-11cpu: expose qemu_cpu_list_lock for lock-guard useJamie Iles1-0/+1
2023-05-02accel/tcg: Add cpu_ld*_code_mmuRichard Henderson1-0/+9
2023-05-02accel/tcg: Use one_insn_per_tb global instead of old singlestep globalPeter Maydell1-2/+0
2023-04-28memory: prevent dma-reentracy issuesAlexander Bulekov1-0/+5
2023-04-20cpu: Remove parameter of list_cpus()Thomas Huth1-1/+1
2023-04-20include/exec: Provide the tswap() functions for target independent code, tooThomas Huth2-63/+73
2023-03-28include/exec: Change reserved_va semantics to last byteRichard Henderson1-1/+10
2023-03-28accel/tcg: Pass last not end to tb_invalidate_phys_rangeRichard Henderson1-1/+1
2023-03-28accel/tcg: Pass last not end to page_reset_target_dataRichard Henderson1-1/+1
2023-03-28accel/tcg: Pass last not end to page_set_flagsRichard Henderson1-1/+1
2023-03-20replace TABs with spacesYeqi Fu1-1/+1
2023-03-16exec/memory: Fix kernel-doc warningBernhard Beschow1-1/+1
2023-03-13include/exec: Remove guards around `NB_MMU_MODES`Anton Johansson1-2/+0
2023-03-13include/exec: Set default `NB_MMU_MODES` to 16Anton Johansson1-3/+8
2023-03-07include: split target_long definition from cpu-defsAlex Bennée2-18/+43
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée1-102/+0
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée1-86/+0
2023-03-07gdbstub: move chunks of user code into own filesAlex Bennée1-21/+0
2023-03-07includes: move tb_flush into its own headerAlex Bennée2-1/+26
2023-03-07gdbstub: Make syscall_complete/[gs]et_reg target-agnostic typedefsPhilippe Mathieu-Daudé1-3/+4
2023-03-05include/exec/gen-icount: Drop tcg_temp_free in gen_tb_startRichard Henderson1-2/+0
2023-03-05accel/tcg: Remove translator_loop_temp_checkRichard Henderson1-2/+0
2023-03-03Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell1-0/+10
2023-03-02memory: introduce memory_region_unmap_iommu_notifier_range()Jason Wang1-0/+10
2023-03-01exec/gen-icount: Don't use tcg_temp_local_new_i32Richard Henderson1-7/+1
2023-03-01tcg: Use tcg_constant_i32 in tcg_gen_io_startRichard Henderson1-3/+1
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson1-2/+2
2023-03-01include/exec: Remove `tb_pc()`Anton Johansson1-7/+0
2023-03-01include/exec: Remove `TARGET_TB_PCREL` defineAnton Johansson1-3/+0
2023-03-01include/exec: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson1-16/+11
2023-03-01include/exec: Introduce `CF_PCREL`Anton Johansson1-0/+1
2023-02-28accel/tcg: Add 'size' param to probe_access_fullRichard Henderson1-1/+1
2023-02-28accel/tcg: Add 'size' param to probe_access_flags()Daniel Henrique Barboza1-1/+2
2023-02-28exec/helper-head: Include missing "fpu/softfloat-types.h" headerPhilippe Mathieu-Daudé1-0/+2
2023-02-27replay: Extract core API to 'exec/replay-core.h'Philippe Mathieu-Daudé1-0/+80
2023-02-27exec: Remove unused 'qemu/timer.h' timerPhilippe Mathieu-Daudé1-1/+0
2023-02-27cpu-defs.h: Expose CPUTLBEntryFull to non-TCG codeFabiano Rosas1-0/+6
2023-02-17bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSDEmanuele Giuseppe Esposito1-2/+3
2023-02-04tcg: Add guest load/store primitives for TCGv_i128Richard Henderson1-0/+10