aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
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
2022-11-01accel/tcg: Introduce cpu_unwind_state_dataRichard Henderson1-4/+17
2022-10-30Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi1-0/+1
2022-10-26exec/cpu-common: add qemu_ram_get_fd()Stefan Hajnoczi1-0/+1
2022-10-26accel/tcg: Remove restore_state_to_opc functionRichard Henderson1-3/+0
2022-10-26accel/tcg: Add restore_state_to_opc to TCGCPUOpsRichard Henderson1-1/+1
2022-10-26accel/tcg: Simplify page_get/alloc_target_dataRichard Henderson1-15/+6
2022-10-26accel/tcg: Unify declarations of tb_invalidate_phys_rangeRichard Henderson2-3/+1
2022-10-26accel/tcg: Rename tb_invalidate_phys_page_range and drop end parameterRichard Henderson1-1/+1
2022-10-26accel/tcg: Introduce tb_{set_}page_addr{0,1}Richard Henderson1-0/+22
2022-10-26accel/tcg: Move assert_no_pages_locked to internal.hRichard Henderson1-8/+0
2022-10-26accel/tcg: Make page_alloc_target_data allocation constantRichard Henderson1-5/+4
2022-10-04accel/tcg: Introduce TARGET_TB_PCRELRichard Henderson2-2/+33
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson1-0/+6
2022-10-04include/hw/core: Create struct CPUJumpCacheRichard Henderson1-0/+1
2022-10-03accel/tcg: Use DisasContextBase in plugin_gen_tb_startRichard Henderson1-3/+4
2022-10-03include/exec: Introduce TARGET_PAGE_ENTRY_EXTRARichard Henderson1-0/+9
2022-10-03accel/tcg: Introduce tlb_set_page_fullRichard Henderson2-0/+36
2022-10-03accel/tcg: Introduce probe_access_fullRichard Henderson1-0/+15
2022-10-03accel/tcg: Rename CPUIOTLBEntry to CPUTLBEntryFullRichard Henderson1-11/+11
2022-09-27linux-user: Passthrough MADV_DONTNEED for certain file mappingsIlya Leoshkevich1-0/+6
2022-09-06accel/tcg: Add fast path for translator_ld*Richard Henderson1-27/+36
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson2-5/+20
2022-09-06accel/tcg: Remove translator_ldswRichard Henderson1-1/+0
2022-09-06accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.cRichard Henderson1-0/+1
2022-09-06accel/tcg: Make tb_htable_lookup staticRichard Henderson1-3/+0
2022-09-06accel/tcg: Properly implement get_page_addr_code for user-onlyRichard Henderson1-53/+24
2022-09-06accel/tcg: Introduce is_same_page()Ilya Leoshkevich1-0/+10
2022-08-11linux-user/aarch64: Reset target data on MADV_DONTNEEDVitaly Buka1-0/+1
2022-07-20softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodicallyHyman Huang(黄勇)1-1/+4
2022-07-20cpus: Introduce cpu_list_generation_idHyman Huang(黄勇)1-0/+1
2022-07-05disas: Remove libvixl disassemblerThomas Huth1-2/+0
2022-06-28gdbstub: Adjust gdb_syscall_complete_cb declarationRichard Henderson1-2/+1
2022-06-28semihosting: Split out semihost_sys_lseekRichard Henderson1-0/+5
2022-06-28include/exec: Define errno values in gdbstub.hRichard Henderson1-0/+22