aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)Author
2019-10-30Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...Peter Maydell
2019-10-29Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20191028' into stagingPeter Maydell
2019-10-28include/exec: wrap cpu_ldst.h in CONFIG_TCGAlex Bennée
2019-10-28translator: add translator_ld{ub,sw,uw,l,q}Emilio G. Cota
2019-10-28cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée
2019-10-28plugin-gen: add plugin_insn_appendEmilio G. Cota
2019-10-28tcg: let plugins instrument virtual memory accessesEmilio G. Cota
2019-10-28plugin-gen: add module for TCG-related codeEmilio G. Cota
2019-10-28cputlb: introduce get_page_addr_code_hostpEmilio G. Cota
2019-10-28cputlb: document get_page_addr_codeEmilio G. Cota
2019-10-28trace: add mmu_index to mem_infoAlex Bennée
2019-10-28exec: Cache TARGET_PAGE_MASK for TARGET_PAGE_BITS_VARYRichard Henderson
2019-10-28exec: Promote TARGET_PAGE_MASK to target_longRichard Henderson
2019-10-28exec: Restrict TARGET_PAGE_BITS_VARY assert to CONFIG_DEBUG_TCGRichard Henderson
2019-10-28exec: Use const alias for TARGET_PAGE_BITS_VARYRichard Henderson
2019-10-28cpu: use ROUND_UP() to define xxx_PAGE_ALIGNWei Yang
2019-10-28cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang
2019-10-14Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20191011a'...Peter Maydell
2019-10-11rcu: Use automatic rc_read unlock in core memory/exec codeDr. David Alan Gilbert
2019-10-10s390x/tcg: MVCL: Exit to main loop if requestedDavid Hildenbrand
2019-10-04memory: allow memory_region_register_iommu_notifier() to failEric Auger
2019-09-27Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190925' into stagingPeter Maydell
2019-09-26Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2019-09-25cputlb: Merge and move memory_notdirty_write_{prepare,complete}Richard Henderson
2019-09-25cputlb: Partially inline memory_region_section_get_iotlbRichard Henderson
2019-09-25cputlb: Move NOTDIRTY handling from I/O path to TLB pathRichard Henderson
2019-09-25cputlb: Move ROM handling from I/O path to TLB pathRichard Henderson
2019-09-25cputlb: Introduce TLB_BSWAPRichard Henderson
2019-09-25exec: Use TARGET_PAGE_BITS_MIN for TLB flagsRichard Henderson
2019-09-25migration/postcopy: unsentmap is not necessary for postcopyWei Yang
2019-09-25memory: Provide an equality function for MemoryRegionSectionsDr. David Alan Gilbert
2019-09-25memory: Align MemoryRegionSections fieldsDr. David Alan Gilbert
2019-09-16memory: inline and optimize devend_memopPaolo Bonzini
2019-09-04Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into stagingPeter Maydell
2019-09-03tcg: Factor out probe_write() logic into probe_access()David Hildenbrand
2019-09-03tcg: Make probe_write() return a pointer to the host pageDavid Hildenbrand
2019-09-03tcg: Factor out CONFIG_USER_ONLY probe_write() from s390x codeDavid Hildenbrand
2019-09-03cputlb: Handle watchpoints via TLB_WATCHPOINTRichard Henderson
2019-09-03cputlb: Fold TLB_RECHECK into TLB_INVALID_MASKRichard Henderson
2019-09-03cputlb: Byte swap memory transaction attributeTony Nguyen
2019-09-03cputlb: Replace size and endian operands for MemOpTony Nguyen
2019-09-03memory: Access MemoryRegion with endiannessTony Nguyen
2019-09-03memory: Access MemoryRegion with MemOpTony Nguyen
2019-09-03memory: Introduce size_memopTony Nguyen
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen
2019-09-03include/exec/cpu-defs.h: fix typoAlex Bennée
2019-09-03memory: Remove unused memory_region_iommu_replay_all()Eric Auger
2019-08-22Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster