aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau6-9/+8
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau4-6/+7
2022-03-21softmmu/physmem: Introduce MemTxAttrs::memory field and MEMTX_ACCESS_ERRORPhilippe Mathieu-Daudé1-0/+9
2022-03-16softmmu: List CPU types againPhilippe Mathieu-Daudé1-0/+2
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé1-2/+0
2022-03-06exec/cpu_ldst: Include 'cpu.h' to get target_ulong definitionPhilippe Mathieu-Daudé1-0/+1
2022-03-06exec/cpu: Make address_space_init/reloading_memory_map target agnosticPhilippe Mathieu-Daudé2-25/+23
2022-03-06exec/gdbstub: Make gdb_exit() / gdb_set_stop_cpu() target agnosticPhilippe Mathieu-Daudé1-12/+13
2022-03-06misc: Add missing "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé1-1/+0
2022-03-06exec: Make cpu_memory_rw_debug() target agnosticPhilippe Mathieu-Daudé2-4/+4
2022-03-06exec: Declare vaddr as a generic target-agnostic typePhilippe Mathieu-Daudé1-0/+12
2022-02-28tcg: Remove dh_alias indirection for dh_typecodeRichard Henderson1-9/+10
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé1-2/+0
2022-02-21exec/ramblock: Add missing includesPhilippe Mathieu-Daudé1-0/+2
2022-02-09include/exec: fix softmmu version of TARGET_ABI_FMT_lxAlex Bennée1-1/+1
2022-02-09tracing: excise the tcg related from tracetoolAlex Bennée1-2/+0
2022-02-09tracing: remove the trace-tcg includes from the buildAlex Bennée2-2/+0
2022-01-27exec/cpu: Make host pages variables / macros 'target agnostic'Philippe Mathieu-Daudé2-9/+9
2022-01-20exec/memory: Extract address_space_set() from dma_memory_set()Philippe Mathieu-Daudé1-0/+16
2022-01-18memory: Update description of memory_region_is_mapped()David Hildenbrand1-1/+2
2022-01-18memory: Make memory_region_is_mapped() succeed when mapped via an aliasDavid Hildenbrand1-0/+1