aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)Author
2022-03-21softmmu/physmem: Introduce MemTxAttrs::memory field and MEMTX_ACCESS_ERRORPhilippe Mathieu-Daudé
2022-03-16softmmu: List CPU types againPhilippe Mathieu-Daudé
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé
2022-03-06exec/cpu_ldst: Include 'cpu.h' to get target_ulong definitionPhilippe Mathieu-Daudé
2022-03-06exec/cpu: Make address_space_init/reloading_memory_map target agnosticPhilippe Mathieu-Daudé
2022-03-06exec/gdbstub: Make gdb_exit() / gdb_set_stop_cpu() target agnosticPhilippe Mathieu-Daudé
2022-03-06misc: Add missing "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé
2022-03-06exec: Make cpu_memory_rw_debug() target agnosticPhilippe Mathieu-Daudé
2022-03-06exec: Declare vaddr as a generic target-agnostic typePhilippe Mathieu-Daudé
2022-02-28tcg: Remove dh_alias indirection for dh_typecodeRichard Henderson
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé
2022-02-21exec/ramblock: Add missing includesPhilippe Mathieu-Daudé
2022-02-09include/exec: fix softmmu version of TARGET_ABI_FMT_lxAlex Bennée
2022-02-09tracing: excise the tcg related from tracetoolAlex Bennée
2022-02-09tracing: remove the trace-tcg includes from the buildAlex Bennée
2022-01-27exec/cpu: Make host pages variables / macros 'target agnostic'Philippe Mathieu-Daudé
2022-01-20exec/memory: Extract address_space_set() from dma_memory_set()Philippe Mathieu-Daudé
2022-01-18memory: Update description of memory_region_is_mapped()David Hildenbrand
2022-01-18memory: Make memory_region_is_mapped() succeed when mapped via an aliasDavid Hildenbrand
2022-01-08exec/memop: Adding signed quad and octo definesFrédéric Pétrot
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot
2021-12-18cpu: remove unnecessary #ifdef CONFIG_TCGPaolo Bonzini
2021-11-29accel/tcg: introduce CF_NOIRQAlex Bennée
2021-11-04plugins: try and make plugin_insn_append more ergonomicAlex Bennée
2021-11-03Merge remote-tracking branch 'remotes/berrange/tags/hmp-x-qmp-620-pull-reques...Richard Henderson
2021-11-02Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211102' into stagingRichard Henderson
2021-11-02qapi: introduce x-query-opcount QMP commandDaniel P. Berrangé
2021-11-02qapi: introduce x-query-jit QMP commandDaniel P. Berrangé
2021-11-02qapi: introduce x-query-ramblock QMP commandDaniel P. Berrangé
2021-11-02linux-user: Add cpu_loop_exit_sigbusRichard Henderson
2021-11-02linux-user: Add cpu_loop_exit_sigsegvRichard Henderson
2021-11-02linux-user/signal: Drop HOST_SIGNAL_PLACEHOLDERRichard Henderson
2021-11-01memory: introduce total_dirty_pages to stat dirty pagesHyman Huang(黄勇)
2021-11-01memory: Introduce replay_discarded callback for RamDiscardManagerDavid Hildenbrand
2021-11-01memory: make global_dirty_tracking a bitmaskHyman Huang(黄勇)
2021-10-30accel/tcg: Split out handle_sigsegv_accerr_writeRichard Henderson
2021-10-30accel/tcg: Split out adjust_signal_pcRichard Henderson
2021-10-13accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.hRichard Henderson
2021-10-13accel/tcg: Add cpu_{ld,st}*_mmu interfacesRichard Henderson
2021-10-05tcg: Split out MemOpIdx to exec/memopidx.hRichard Henderson
2021-10-05tcg: Expand MO_SIZE to 3 bitsRichard Henderson
2021-09-30memory: Name all the memory listenersPeter Xu
2021-09-30memory: Add RAM_PROTECTED flag to skip IOMMU mappingsSean Christopherson
2021-09-21include/exec: Move cpu_signal_handler declarationRichard Henderson
2021-09-14accel/tcg: Clear PAGE_WRITE before translationIlya Leoshkevich
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich
2021-09-08tcg: Drop gen_io_end()Peter Maydell
2021-07-21accel/tcg: Record singlestep_enabled in tb->cflagsRichard Henderson
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson
2021-07-21accel/tcg: Add CF_NO_GOTO_TB and CF_NO_GOTO_PTRRichard Henderson