summary refs log tree commit diff stats
path: root/include/exec (follow)
Commit message (Expand)AuthorAgeFilesLines
* replay: Extract core API to 'exec/replay-core.h'Philippe Mathieu-Daudé2023-02-271-0/+80
* exec: Remove unused 'qemu/timer.h' timerPhilippe Mathieu-Daudé2023-02-271-1/+0
* cpu-defs.h: Expose CPUTLBEntryFull to non-TCG codeFabiano Rosas2023-02-271-0/+6
* bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSDEmanuele Giuseppe Esposito2023-02-171-2/+3
* tcg: Add guest load/store primitives for TCGv_i128Richard Henderson2023-02-041-0/+10
* tcg: Define TCG_TYPE_I128 and related helper macrosRichard Henderson2023-02-041-0/+7
* Merge tag 'pull-tcg-20230123' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell2023-02-031-8/+24
|\
| * tcg: Mark tcg helpers noinline to avoid an issue with LTORichard Henderson2023-01-231-8/+24
* | intel-iommu: Document iova_treePeter Xu2023-01-271-0/+26
|/
* Merge tag 'pull-tcg-20230117' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell2023-01-191-2/+3
|\
| * tcg: Add TranslationBlock.jmp_insn_offsetRichard Henderson2023-01-171-1/+2
| * tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALIDRichard Henderson2023-01-171-1/+1
* | bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé2023-01-181-1/+1
|/
* mips: Always include nanomips disassemblerPaolo Bonzini2023-01-131-1/+0
* Merge tag 'pull-request-2023-01-09' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2023-01-092-4/+4
|\
| * exec/memory: Expose memory_region_access_valid()Philippe Mathieu-Daudé2023-01-092-4/+4
* | include: Include headers where neededMarkus Armbruster2023-01-081-0/+1
|/
* tcg: Reorg function callsRichard Henderson2023-01-051-0/+2
* tcg: Vary the allocation size for TCGOpRichard Henderson2023-01-051-2/+0
* accel/tcg: Move remainder of page locking to tb-maint.cRichard Henderson2022-12-201-6/+0
* accel/tcg: Use interval tree for TBs in user-only modeRichard Henderson2022-12-201-3/+40
* migration: Use non-atomic ops for clear log bitmapPeter Xu2022-11-212-5/+9
* Fix several typos in documentation (found by codespell)Stefan Weil2022-11-111-3/+3
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2022-11-071-0/+4
|\
| * vfio: move implement of vfio_get_xlat_addr() to memory.cCindy Lu2022-11-071-0/+4
* | Fix some typos in documentation and commentsStefan Weil2022-11-051-1/+1
|/
* Merge tag 'pull-testing-for-7.2-011122-3' of https://github.com/stsquad/qemu ...Stefan Hajnoczi2022-11-011-0/+17
|\
| * target/s390x: fake instruction loading when handling 'ex'Alex Bennée2022-10-311-0/+17
* | accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson2022-11-011-4/+1
* | accel/tcg: Introduce cpu_unwind_state_dataRichard Henderson2022-11-011-4/+17
|/
* Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi2022-10-301-0/+1
|\
| * exec/cpu-common: add qemu_ram_get_fd()Stefan Hajnoczi2022-10-261-0/+1
* | accel/tcg: Remove restore_state_to_opc functionRichard Henderson2022-10-261-3/+0
* | accel/tcg: Add restore_state_to_opc to TCGCPUOpsRichard Henderson2022-10-261-1/+1
* | accel/tcg: Simplify page_get/alloc_target_dataRichard Henderson2022-10-261-15/+6
* | accel/tcg: Unify declarations of tb_invalidate_phys_rangeRichard Henderson2022-10-262-3/+1
* | accel/tcg: Rename tb_invalidate_phys_page_range and drop end parameterRichard Henderson2022-10-261-1/+1
* | accel/tcg: Introduce tb_{set_}page_addr{0,1}Richard Henderson2022-10-261-0/+22
* | accel/tcg: Move assert_no_pages_locked to internal.hRichard Henderson2022-10-261-8/+0
* | accel/tcg: Make page_alloc_target_data allocation constantRichard Henderson2022-10-261-5/+4
|/
* accel/tcg: Introduce TARGET_TB_PCRELRichard Henderson2022-10-042-2/+33
* accel/tcg: Introduce tb_pc and log_pcRichard Henderson2022-10-041-0/+6
* include/hw/core: Create struct CPUJumpCacheRichard Henderson2022-10-041-0/+1
* accel/tcg: Use DisasContextBase in plugin_gen_tb_startRichard Henderson2022-10-031-3/+4
* include/exec: Introduce TARGET_PAGE_ENTRY_EXTRARichard Henderson2022-10-031-0/+9
* accel/tcg: Introduce tlb_set_page_fullRichard Henderson2022-10-032-0/+36
* accel/tcg: Introduce probe_access_fullRichard Henderson2022-10-031-0/+15
* accel/tcg: Rename CPUIOTLBEntry to CPUTLBEntryFullRichard Henderson2022-10-031-11/+11
* linux-user: Passthrough MADV_DONTNEED for certain file mappingsIlya Leoshkevich2022-09-271-0/+6
* accel/tcg: Add fast path for translator_ld*Richard Henderson2022-09-061-27/+36