aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)Author
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
2021-07-21accel/tcg: Move curr_cflags into cpu-exec.cRichard Henderson
2021-07-21accel/tcg: Reduce CF_COUNT_MASK to match TCG_MAX_INSNSRichard Henderson
2021-07-12Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell
2021-07-09accel/tcg: Introduce translator_use_goto_tbRichard Henderson
2021-07-08softmmu/physmem: Extend ram_block_discard_(require|disable) by two discard typesDavid Hildenbrand
2021-07-08memory: Helpers to copy/free a MemoryRegionSectionDavid Hildenbrand
2021-07-08memory: Introduce RamDiscardManager for RAM memory regionsDavid Hildenbrand
2021-06-19tcg: Combine dh_is_64bit and dh_is_signed to dh_typecodeRichard Henderson
2021-06-15memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand
2021-06-15softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal()David Hildenbrand
2021-06-15softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()David Hildenbrand
2021-06-15softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()David Hildenbrand
2021-06-05docs: fix broken referenceJohn Snow
2021-05-28Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...Peter Maydell
2021-05-26accel/tcg: Keep TranslationBlock headers local to TCGPhilippe Mathieu-Daudé
2021-05-26accel/tcg: Reduce 'exec/tb-context.h' inclusionPhilippe Mathieu-Daudé
2021-05-26exec/memory: Use correct type sizePhilippe Mathieu-Daudé
2021-05-26exec/memory_ldst_cached: Use correct type sizePhilippe Mathieu-Daudé
2021-05-26exec/memory_ldst_phys: Use correct type sizesPhilippe Mathieu-Daudé
2021-05-26exec/memory_ldst: Use correct type sizesPhilippe Mathieu-Daudé
2021-05-26exec/memory_ldst_phys: Sort declarationsPhilippe Mathieu-Daudé
2021-05-26exec/memory_ldst_cached: Sort declarationsPhilippe Mathieu-Daudé
2021-05-26memory: Introduce log_sync_global() to memory listenerPeter Xu
2021-05-25accel/tlb: Add tlb_flush_range_by_mmuidx_all_cpus_synced()Richard Henderson
2021-05-25accel/tcg: Add tlb_flush_range_by_mmuidx_all_cpus()Richard Henderson
2021-05-25accel/tcg: Add tlb_flush_range_by_mmuidx()Richard Henderson
2021-05-18Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210516' into...Peter Maydell
2021-05-14Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-05-...Peter Maydell
2021-05-14exec/gen-icount.h: Add missing "exec/exec-all.h" includePhilippe Mathieu-Daudé
2021-05-14Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210513a'...Peter Maydell
2021-05-14configure: Poison all current target-specific #definesThomas Huth
2021-05-14include/sysemu: Poison all accelerator CONFIG switches in common codeThomas Huth