aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
2021-11-01memory: introduce total_dirty_pages to stat dirty pagesHyman Huang(黄勇)1-0/+9
2021-11-01memory: Introduce replay_discarded callback for RamDiscardManagerDavid Hildenbrand1-0/+21
2021-11-01memory: make global_dirty_tracking a bitmaskHyman Huang(黄勇)2-5/+19
2021-10-13accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.hRichard Henderson1-0/+87
2021-10-13accel/tcg: Add cpu_{ld,st}*_mmu interfacesRichard Henderson1-161/+84
2021-10-05tcg: Split out MemOpIdx to exec/memopidx.hRichard Henderson1-0/+55
2021-10-05tcg: Expand MO_SIZE to 3 bitsRichard Henderson1-5/+9
2021-09-30memory: Name all the memory listenersPeter Xu1-0/+8
2021-09-30memory: Add RAM_PROTECTED flag to skip IOMMU mappingsSean Christopherson1-1/+14
2021-09-21include/exec: Move cpu_signal_handler declarationRichard Henderson1-0/+13
2021-09-14accel/tcg: Clear PAGE_WRITE before translationIlya Leoshkevich2-16/+24
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich1-4/+5
2021-09-08tcg: Drop gen_io_end()Peter Maydell1-17/+10
2021-07-21accel/tcg: Record singlestep_enabled in tb->cflagsRichard Henderson1-0/+1
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson1-11/+0
2021-07-21accel/tcg: Add CF_NO_GOTO_TB and CF_NO_GOTO_PTRRichard Henderson1-7/+9
2021-07-21accel/tcg: Move curr_cflags into cpu-exec.cRichard Henderson1-4/+1
2021-07-21accel/tcg: Reduce CF_COUNT_MASK to match TCG_MAX_INSNSRichard Henderson1-1/+3
2021-07-12Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell1-0/+10
2021-07-09accel/tcg: Introduce translator_use_goto_tbRichard Henderson1-0/+10
2021-07-08softmmu/physmem: Extend ram_block_discard_(require|disable) by two discard typesDavid Hildenbrand1-2/+16
2021-07-08memory: Helpers to copy/free a MemoryRegionSectionDavid Hildenbrand1-0/+20
2021-07-08memory: Introduce RamDiscardManager for RAM memory regionsDavid Hildenbrand1-22/+264
2021-06-19tcg: Combine dh_is_64bit and dh_is_signed to dh_typecodeRichard Henderson2-45/+26
2021-06-15memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand3-4/+15
2021-06-15softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal()David Hildenbrand1-1/+1
2021-06-15softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()David Hildenbrand1-12/+12
2021-06-15softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()David Hildenbrand2-11/+4
2021-06-05docs: fix broken referenceJohn Snow1-1/+1
2021-05-28Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...Peter Maydell8-226/+66
2021-05-26accel/tcg: Keep TranslationBlock headers local to TCGPhilippe Mathieu-Daudé3-159/+0
2021-05-26accel/tcg: Reduce 'exec/tb-context.h' inclusionPhilippe Mathieu-Daudé1-1/+0
2021-05-26exec/memory: Use correct type sizePhilippe Mathieu-Daudé1-1/+1
2021-05-26exec/memory_ldst_cached: Use correct type sizePhilippe Mathieu-Daudé1-2/+2
2021-05-26exec/memory_ldst_phys: Use correct type sizesPhilippe Mathieu-Daudé1-8/+8
2021-05-26exec/memory_ldst: Use correct type sizesPhilippe Mathieu-Daudé1-8/+8
2021-05-26exec/memory_ldst_phys: Sort declarationsPhilippe Mathieu-Daudé1-36/+36
2021-05-26exec/memory_ldst_cached: Sort declarationsPhilippe Mathieu-Daudé1-20/+20
2021-05-26memory: Introduce log_sync_global() to memory listenerPeter Xu1-0/+12
2021-05-25accel/tlb: Add tlb_flush_range_by_mmuidx_all_cpus_synced()Richard Henderson1-0/+12
2021-05-25accel/tcg: Add tlb_flush_range_by_mmuidx_all_cpus()Richard Henderson1-0/+13
2021-05-25accel/tcg: Add tlb_flush_range_by_mmuidx()Richard Henderson1-0/+19
2021-05-18Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210516' into...Peter Maydell1-0/+1
2021-05-14Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-05-...Peter Maydell1-0/+6
2021-05-14exec/gen-icount.h: Add missing "exec/exec-all.h" includePhilippe Mathieu-Daudé1-0/+1
2021-05-14Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210513a'...Peter Maydell4-8/+26
2021-05-14configure: Poison all current target-specific #definesThomas Huth1-0/+2
2021-05-14include/sysemu: Poison all accelerator CONFIG switches in common codeThomas Huth1-0/+4
2021-05-13migration/ram: Handle RAM block resizes during postcopyDavid Hildenbrand1-0/+10
2021-05-13migration/ram: Handle RAM block resizes during precopyDavid Hildenbrand1-4/+6