summary refs log tree commit diff stats
path: root/include/exec (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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/+0
| * 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/+84
* tcg: Split out MemOpIdx to exec/memopidx.hRichard Henderson2021-10-051-0/+55
* tcg: Expand MO_SIZE to 3 bitsRichard Henderson2021-10-051-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-211-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/+10
* accel/tcg: Record singlestep_enabled in tb->cflagsRichard Henderson2021-07-211-0/+1
* accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson2021-07-211-11/+0
* 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/+1
* 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/+26
* 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/+4
* 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/+66
|\
| * accel/tcg: Keep TranslationBlock headers local to TCGPhilippe Mathieu-Daudé2021-05-263-159/+0
| * accel/tcg: Reduce 'exec/tb-context.h' inclusionPhilippe Mathieu-Daudé2021-05-261-1/+0
| * exec/memory: Use correct type sizePhilippe Mathieu-Daudé2021-05-261-1/+1
| * exec/memory_ldst_cached: Use correct type sizePhilippe Mathieu-Daudé2021-05-261-2/+2
| * exec/memory_ldst_phys: Use correct type sizesPhilippe Mathieu-Daudé2021-05-261-8/+8
| * exec/memory_ldst: Use correct type sizesPhilippe Mathieu-Daudé2021-05-261-8/+8
| * exec/memory_ldst_phys: Sort declarationsPhilippe Mathieu-Daudé2021-05-261-36/+36
| * exec/memory_ldst_cached: Sort declarationsPhilippe Mathieu-Daudé2021-05-261-20/+20
* | memory: Introduce log_sync_global() to memory listenerPeter Xu2021-05-261-0/+12
|/
* accel/tlb: Add tlb_flush_range_by_mmuidx_all_cpus_synced()Richard Henderson2021-05-251-0/+12
* accel/tcg: Add tlb_flush_range_by_mmuidx_all_cpus()Richard Henderson2021-05-251-0/+13
* accel/tcg: Add tlb_flush_range_by_mmuidx()Richard Henderson2021-05-251-0/+19