aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-04tcg: Define TCG_TYPE_I128 and related helper macrosRichard Henderson1-0/+7
2023-02-03Merge tag 'pull-tcg-20230123' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell1-8/+24
2023-01-27intel-iommu: Document iova_treePeter Xu1-0/+26
2023-01-23tcg: Mark tcg helpers noinline to avoid an issue with LTORichard Henderson1-8/+24
2023-01-19Merge tag 'pull-tcg-20230117' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell1-2/+3
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé1-1/+1
2023-01-17tcg: Add TranslationBlock.jmp_insn_offsetRichard Henderson1-1/+2
2023-01-17tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALIDRichard Henderson1-1/+1
2023-01-13mips: Always include nanomips disassemblerPaolo Bonzini1-1/+0
2023-01-09Merge tag 'pull-request-2023-01-09' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2-4/+4
2023-01-09exec/memory: Expose memory_region_access_valid()Philippe Mathieu-Daudé2-4/+4
2023-01-08include: Include headers where neededMarkus Armbruster1-0/+1
2023-01-05tcg: Reorg function callsRichard Henderson1-0/+2
2023-01-05tcg: Vary the allocation size for TCGOpRichard Henderson1-2/+0
2022-12-20accel/tcg: Move remainder of page locking to tb-maint.cRichard Henderson1-6/+0
2022-12-20accel/tcg: Use interval tree for TBs in user-only modeRichard Henderson1-3/+40
2022-11-21migration: Use non-atomic ops for clear log bitmapPeter Xu2-5/+9
2022-11-11Fix several typos in documentation (found by codespell)Stefan Weil1-3/+3
2022-11-07Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-0/+4
2022-11-07vfio: move implement of vfio_get_xlat_addr() to memory.cCindy Lu1-0/+4
2022-11-05Fix some typos in documentation and commentsStefan Weil1-1/+1
2022-11-01Merge tag 'pull-testing-for-7.2-011122-3' of https://github.com/stsquad/qemu ...Stefan Hajnoczi1-0/+17
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson1-4/+1
2022-10-31target/s390x: fake instruction loading when handling 'ex'Alex Bennée1-0/+17