aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)Author
2023-05-18migration: Add last stage indicator to global dirty logGavin Shan
2023-05-16tcg: Split out exec/user/guest-base.hRichard Henderson
2023-05-16accel/tcg: Widen plugin_gen_empty_mem_callback to i64Richard Henderson
2023-05-16include/exec/memop: Add MO_ATOM_*Richard Henderson
2023-05-15softmmu: Create qemu_target_pages_to_MiB()Juan Quintela
2023-05-11accel/tcg: Introduce tlb_read_idxRichard Henderson
2023-05-11tcg: Remove TARGET_ALIGNED_ONLYRichard Henderson
2023-05-11cpu: expose qemu_cpu_list_lock for lock-guard useJamie Iles
2023-05-02accel/tcg: Add cpu_ld*_code_mmuRichard Henderson
2023-05-02accel/tcg: Use one_insn_per_tb global instead of old singlestep globalPeter Maydell
2023-04-28memory: prevent dma-reentracy issuesAlexander Bulekov
2023-04-20cpu: Remove parameter of list_cpus()Thomas Huth
2023-04-20include/exec: Provide the tswap() functions for target independent code, tooThomas Huth
2023-03-28include/exec: Change reserved_va semantics to last byteRichard Henderson
2023-03-28accel/tcg: Pass last not end to tb_invalidate_phys_rangeRichard Henderson
2023-03-28accel/tcg: Pass last not end to page_reset_target_dataRichard Henderson
2023-03-28accel/tcg: Pass last not end to page_set_flagsRichard Henderson
2023-03-20replace TABs with spacesYeqi Fu
2023-03-16exec/memory: Fix kernel-doc warningBernhard Beschow
2023-03-13include/exec: Remove guards around `NB_MMU_MODES`Anton Johansson
2023-03-13include/exec: Set default `NB_MMU_MODES` to 16Anton Johansson
2023-03-07include: split target_long definition from cpu-defsAlex Bennée
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée
2023-03-07gdbstub: move chunks of user code into own filesAlex Bennée
2023-03-07includes: move tb_flush into its own headerAlex Bennée
2023-03-07gdbstub: Make syscall_complete/[gs]et_reg target-agnostic typedefsPhilippe Mathieu-Daudé
2023-03-05include/exec/gen-icount: Drop tcg_temp_free in gen_tb_startRichard Henderson
2023-03-05accel/tcg: Remove translator_loop_temp_checkRichard Henderson
2023-03-03Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2023-03-02memory: introduce memory_region_unmap_iommu_notifier_range()Jason Wang
2023-03-01exec/gen-icount: Don't use tcg_temp_local_new_i32Richard Henderson
2023-03-01tcg: Use tcg_constant_i32 in tcg_gen_io_startRichard Henderson
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson
2023-03-01include/exec: Remove `tb_pc()`Anton Johansson
2023-03-01include/exec: Remove `TARGET_TB_PCREL` defineAnton Johansson
2023-03-01include/exec: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson
2023-03-01include/exec: Introduce `CF_PCREL`Anton Johansson
2023-02-28accel/tcg: Add 'size' param to probe_access_fullRichard Henderson
2023-02-28accel/tcg: Add 'size' param to probe_access_flags()Daniel Henrique Barboza
2023-02-28exec/helper-head: Include missing "fpu/softfloat-types.h" headerPhilippe Mathieu-Daudé
2023-02-27replay: Extract core API to 'exec/replay-core.h'Philippe Mathieu-Daudé
2023-02-27exec: Remove unused 'qemu/timer.h' timerPhilippe Mathieu-Daudé
2023-02-27cpu-defs.h: Expose CPUTLBEntryFull to non-TCG codeFabiano Rosas
2023-02-17bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSDEmanuele Giuseppe Esposito
2023-02-04tcg: Add guest load/store primitives for TCGv_i128Richard Henderson
2023-02-04tcg: Define TCG_TYPE_I128 and related helper macrosRichard Henderson
2023-02-03Merge tag 'pull-tcg-20230123' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2023-01-27intel-iommu: Document iova_treePeter Xu
2023-01-23tcg: Mark tcg helpers noinline to avoid an issue with LTORichard Henderson