aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)Author
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
2023-01-19Merge tag 'pull-tcg-20230117' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé
2023-01-17tcg: Add TranslationBlock.jmp_insn_offsetRichard Henderson
2023-01-17tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALIDRichard Henderson
2023-01-13mips: Always include nanomips disassemblerPaolo Bonzini
2023-01-09Merge tag 'pull-request-2023-01-09' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2023-01-09exec/memory: Expose memory_region_access_valid()Philippe Mathieu-Daudé
2023-01-08include: Include headers where neededMarkus Armbruster
2023-01-05tcg: Reorg function callsRichard Henderson
2023-01-05tcg: Vary the allocation size for TCGOpRichard Henderson
2022-12-20accel/tcg: Move remainder of page locking to tb-maint.cRichard Henderson
2022-12-20accel/tcg: Use interval tree for TBs in user-only modeRichard Henderson
2022-11-21migration: Use non-atomic ops for clear log bitmapPeter Xu