aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
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
2022-06-28include/exec: Move gdb_stat and gdb_timeval to gdbstub.hRichard Henderson1-0/+25
2022-06-28include/exec: Move gdb open flags to gdbstub.hRichard Henderson1-0/+9
2022-06-28semihosting: Move exec/softmmu-semi.h to semihosting/softmmu-uaccess.hRichard Henderson1-101/+0
2022-06-15vfio-user: handle PCI BAR accessesJagannathan Raman1-0/+3
2022-06-11accel/tcg: Inline dump_opcount_info() and remove itBernhard Beschow1-1/+0
2022-06-11accel/tcg/cpu-exec: Unexport dump_drift_info()Bernhard Beschow1-2/+0
2022-06-06hw/loongarch: Add support loongson3 virt machine type.Xiaojuan Yang1-0/+2
2022-05-11Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+1
2022-05-11Normalize header guard symbol definitionMarkus Armbruster1-1/+1
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2-11/+11
2022-04-20include/exec/log: Do not reference QemuLogFile directlyRichard Henderson1-9/+4
2022-04-20linux-user: Expand log_page_dump inlineRichard Henderson1-15/+0
2022-04-20exec/log: Remove log_disas and log_target_disasRichard Henderson1-24/+0
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson1-1/+1
2022-04-20*: Use fprintf between qemu_log_trylock/unlockRichard Henderson1-1/+1
2022-04-20util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson1-1/+1
2022-04-06include: move target page bits declaration to page-vary.hMarc-André Lureau1-0/+18
2022-04-06include: move cpu_exec* declarations to cpu-common.hMarc-André Lureau1-0/+3
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2-2/+2