summaryrefslogtreecommitdiffstats
path: root/include/exec
Commit message (Expand)AuthorAgeFilesLines
* exec/cpu: Make host pages variables / macros 'target agnostic'Philippe Mathieu-Daudé2022-01-272-9/+9
* exec/memory: Extract address_space_set() from dma_memory_set()Philippe Mathieu-Daudé2022-01-201-0/+16
* memory: Update description of memory_region_is_mapped()David Hildenbrand2022-01-181-1/+2
* memory: Make memory_region_is_mapped() succeed when mapped via an aliasDavid Hildenbrand2022-01-181-0/+1
* exec/memop: Adding signed quad and octo definesFrédéric Pétrot2022-01-081-0/+7
* exec/memop: Adding signedness to quad definitionsFrédéric Pétrot2022-01-081-4/+4
* cpu: remove unnecessary #ifdef CONFIG_TCGPaolo Bonzini2021-12-181-2/+0Star
* accel/tcg: introduce CF_NOIRQAlex Bennée2021-11-292-4/+18
* plugins: try and make plugin_insn_append more ergonomicAlex Bennée2021-11-041-2/+10
* Merge remote-tracking branch 'remotes/berrange/tags/hmp-x-qmp-620-pull-reques...Richard Henderson2021-11-032-4/+4
|\
| * qapi: introduce x-query-opcount QMP commandDaniel P. Berrangé2021-11-021-1/+1
| * qapi: introduce x-query-jit QMP commandDaniel P. Berrangé2021-11-021-2/+2
| * qapi: introduce x-query-ramblock QMP commandDaniel P. Berrangé2021-11-021-1/+1
* | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211102' into stagingRichard Henderson2021-11-021-8/+47
|\ \ | |/ |/|
| * linux-user: Add cpu_loop_exit_sigbusRichard Henderson2021-11-021-0/+14
| * linux-user: Add cpu_loop_exit_sigsegvRichard Henderson2021-11-021-0/+15
| * linux-user/signal: Drop HOST_SIGNAL_PLACEHOLDERRichard Henderson2021-11-021-12/+0Star
| * accel/tcg: Split out handle_sigsegv_accerr_writeRichard Henderson2021-10-301-0/+12
| * accel/tcg: Split out adjust_signal_pcRichard Henderson2021-10-301-0/+10
* | memory: introduce total_dirty_pages to stat dirty pagesHyman Huang(黄勇)2021-11-011-0/+9
* | memory: Introduce replay_discarded callback for RamDiscardManagerDavid Hildenbrand2021-11-011-0/+21
* | memory: make global_dirty_tracking a bitmaskHyman Huang(黄勇)2021-11-012-5/+19
|/
* accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.hRichard Henderson2021-10-131-0/+87
* accel/tcg: Add cpu_{ld,st}*_mmu interfacesRichard Henderson2021-10-131-161/+84Star
* tcg: Split out MemOpIdx to exec/memopidx.hRichard Henderson2021-10-061-0/+55
* tcg: Expand MO_SIZE to 3 bitsRichard Henderson2021-10-061-5/+9
* memory: Name all the memory listenersPeter Xu2021-09-301-0/+8
* memory: Add RAM_PROTECTED flag to skip IOMMU mappingsSean Christopherson2021-09-301-1/+14
* include/exec: Move cpu_signal_handler declarationRichard Henderson2021-09-221-0/+13
* accel/tcg: Clear PAGE_WRITE before translationIlya Leoshkevich2021-09-142-16/+24
* accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich2021-09-141-4/+5
* tcg: Drop gen_io_end()Peter Maydell2021-09-081-17/+10Star
* accel/tcg: Record singlestep_enabled in tb->cflagsRichard Henderson2021-07-211-0/+1
* accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson2021-07-211-11/+0Star
* accel/tcg: Add CF_NO_GOTO_TB and CF_NO_GOTO_PTRRichard Henderson2021-07-211-7/+9
* accel/tcg: Move curr_cflags into cpu-exec.cRichard Henderson2021-07-211-4/+1Star
* accel/tcg: Reduce CF_COUNT_MASK to match TCG_MAX_INSNSRichard Henderson2021-07-211-1/+3
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell2021-07-121-0/+10
|\
| * accel/tcg: Introduce translator_use_goto_tbRichard Henderson2021-07-091-0/+10
* | softmmu/physmem: Extend ram_block_discard_(require|disable) by two discard typesDavid Hildenbrand2021-07-081-2/+16
* | memory: Helpers to copy/free a MemoryRegionSectionDavid Hildenbrand2021-07-081-0/+20
* | memory: Introduce RamDiscardManager for RAM memory regionsDavid Hildenbrand2021-07-081-22/+264
|/
* tcg: Combine dh_is_64bit and dh_is_signed to dh_typecodeRichard Henderson2021-06-192-45/+26Star
* memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand2021-06-153-4/+15
* softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal()David Hildenbrand2021-06-151-1/+1
* softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()David Hildenbrand2021-06-151-12/+12
* softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()David Hildenbrand2021-06-152-11/+4Star
* docs: fix broken referenceJohn Snow2021-06-051-1/+1
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...Peter Maydell2021-05-288-226/+66Star
|\
| * accel/tcg: Keep TranslationBlock headers local to TCGPhilippe Mathieu-Daudé2021-05-273-159/+0Star