aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
2019-10-30Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...Peter Maydell10-37/+244
2019-10-29Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20191028' into stagingPeter Maydell2-12/+25
2019-10-28include/exec: wrap cpu_ldst.h in CONFIG_TCGAlex Bennée1-0/+2
2019-10-28translator: add translator_ld{ub,sw,uw,l,q}Emilio G. Cota2-1/+72
2019-10-28cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée1-2/+2
2019-10-28plugin-gen: add plugin_insn_appendEmilio G. Cota1-0/+14
2019-10-28tcg: let plugins instrument virtual memory accessesEmilio G. Cota3-27/+34
2019-10-28plugin-gen: add module for TCG-related codeEmilio G. Cota4-0/+60
2019-10-28cputlb: introduce get_page_addr_code_hostpEmilio G. Cota1-0/+38
2019-10-28cputlb: document get_page_addr_codeEmilio G. Cota1-3/+21
2019-10-28trace: add mmu_index to mem_infoAlex Bennée2-12/+9
2019-10-28exec: Cache TARGET_PAGE_MASK for TARGET_PAGE_BITS_VARYRichard Henderson1-2/+6
2019-10-28exec: Promote TARGET_PAGE_MASK to target_longRichard Henderson1-1/+1
2019-10-28exec: Restrict TARGET_PAGE_BITS_VARY assert to CONFIG_DEBUG_TCGRichard Henderson1-0/+4
2019-10-28exec: Use const alias for TARGET_PAGE_BITS_VARYRichard Henderson1-4/+10
2019-10-28cpu: use ROUND_UP() to define xxx_PAGE_ALIGNWei Yang1-4/+3
2019-10-28cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée1-2/+2
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang1-1/+1
2019-10-14Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20191011a'...Peter Maydell1-73/+65
2019-10-11rcu: Use automatic rc_read unlock in core memory/exec codeDr. David Alan Gilbert1-73/+65
2019-10-10s390x/tcg: MVCL: Exit to main loop if requestedDavid Hildenbrand1-0/+17
2019-10-04memory: allow memory_region_register_iommu_notifier() to failEric Auger1-5/+16
2019-09-27Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190925' into stagingPeter Maydell4-80/+17
2019-09-26Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+13
2019-09-25cputlb: Merge and move memory_notdirty_write_{prepare,complete}Richard Henderson1-65/+0
2019-09-25cputlb: Partially inline memory_region_section_get_iotlbRichard Henderson1-5/+1
2019-09-25cputlb: Move NOTDIRTY handling from I/O path to TLB pathRichard Henderson1-2/+0
2019-09-25cputlb: Move ROM handling from I/O path to TLB pathRichard Henderson2-2/+4
2019-09-25cputlb: Introduce TLB_BSWAPRichard Henderson1-1/+3
2019-09-25exec: Use TARGET_PAGE_BITS_MIN for TLB flagsRichard Henderson1-6/+10
2019-09-25migration/postcopy: unsentmap is not necessary for postcopyWei Yang1-6/+0
2019-09-25memory: Provide an equality function for MemoryRegionSectionsDr. David Alan Gilbert1-0/+12
2019-09-25memory: Align MemoryRegionSections fieldsDr. David Alan Gilbert1-1/+1
2019-09-16memory: inline and optimize devend_memopPaolo Bonzini1-1/+18
2019-09-04Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into stagingPeter Maydell5-10/+156
2019-09-03tcg: Factor out probe_write() logic into probe_access()David Hildenbrand1-2/+8
2019-09-03tcg: Make probe_write() return a pointer to the host pageDavid Hildenbrand1-2/+2
2019-09-03tcg: Factor out CONFIG_USER_ONLY probe_write() from s390x codeDavid Hildenbrand1-2/+2
2019-09-03cputlb: Handle watchpoints via TLB_WATCHPOINTRichard Henderson1-1/+4
2019-09-03cputlb: Fold TLB_RECHECK into TLB_INVALID_MASKRichard Henderson1-4/+1
2019-09-03cputlb: Byte swap memory transaction attributeTony Nguyen1-0/+2
2019-09-03cputlb: Replace size and endian operands for MemOpTony Nguyen1-0/+6
2019-09-03memory: Access MemoryRegion with endiannessTony Nguyen1-0/+3
2019-09-03memory: Access MemoryRegion with MemOpTony Nguyen2-10/+19
2019-09-03memory: Introduce size_memopTony Nguyen1-0/+10
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen1-0/+110
2019-09-03include/exec/cpu-defs.h: fix typoAlex Bennée1-1/+1
2019-09-03memory: Remove unused memory_region_iommu_replay_all()Eric Auger1-10/+0
2019-08-22Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell3-3/+3
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster3-3/+3