summaryrefslogtreecommitdiffstats
path: root/include/exec
Commit message (Expand)AuthorAgeFilesLines
...
| * exec: Restrict TARGET_PAGE_BITS_VARY assert to CONFIG_DEBUG_TCGRichard Henderson2019-10-281-0/+4
| * exec: Use const alias for TARGET_PAGE_BITS_VARYRichard Henderson2019-10-281-4/+10
| * cpu: use ROUND_UP() to define xxx_PAGE_ALIGNWei Yang2019-10-281-4/+3Star
| * cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée2019-10-281-2/+2
* | core: replace getpagesize() with qemu_real_host_page_sizeWei Yang2019-10-261-1/+1
|/
* Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20191011a'...Peter Maydell2019-10-141-73/+65Star
|\
| * rcu: Use automatic rc_read unlock in core memory/exec codeDr. David Alan Gilbert2019-10-111-73/+65Star
* | s390x/tcg: MVCL: Exit to main loop if requestedDavid Hildenbrand2019-10-101-0/+17
|/
* memory: allow memory_region_register_iommu_notifier() to failEric Auger2019-10-041-5/+16
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190925' into stagingPeter Maydell2019-09-274-80/+17Star
|\
| * cputlb: Merge and move memory_notdirty_write_{prepare,complete}Richard Henderson2019-09-251-65/+0Star
| * cputlb: Partially inline memory_region_section_get_iotlbRichard Henderson2019-09-251-5/+1Star
| * cputlb: Move NOTDIRTY handling from I/O path to TLB pathRichard Henderson2019-09-251-2/+0Star
| * cputlb: Move ROM handling from I/O path to TLB pathRichard Henderson2019-09-252-2/+4
| * cputlb: Introduce TLB_BSWAPRichard Henderson2019-09-251-1/+3
| * exec: Use TARGET_PAGE_BITS_MIN for TLB flagsRichard Henderson2019-09-251-6/+10
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-09-261-1/+13
|\ \
| * | memory: Provide an equality function for MemoryRegionSectionsDr. David Alan Gilbert2019-09-251-0/+12
| * | memory: Align MemoryRegionSections fieldsDr. David Alan Gilbert2019-09-251-1/+1
| |/
* / migration/postcopy: unsentmap is not necessary for postcopyWei Yang2019-09-251-6/+0Star
|/
* memory: inline and optimize devend_memopPaolo Bonzini2019-09-161-1/+18
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into stagingPeter Maydell2019-09-045-10/+156
|\
| * tcg: Factor out probe_write() logic into probe_access()David Hildenbrand2019-09-031-2/+8
| * tcg: Make probe_write() return a pointer to the host pageDavid Hildenbrand2019-09-031-2/+2
| * tcg: Factor out CONFIG_USER_ONLY probe_write() from s390x codeDavid Hildenbrand2019-09-031-2/+2
| * cputlb: Handle watchpoints via TLB_WATCHPOINTRichard Henderson2019-09-031-1/+4
| * cputlb: Fold TLB_RECHECK into TLB_INVALID_MASKRichard Henderson2019-09-031-4/+1Star
| * cputlb: Byte swap memory transaction attributeTony Nguyen2019-09-031-0/+2
| * cputlb: Replace size and endian operands for MemOpTony Nguyen2019-09-031-0/+6
| * memory: Access MemoryRegion with endiannessTony Nguyen2019-09-031-0/+3
| * memory: Access MemoryRegion with MemOpTony Nguyen2019-09-032-10/+19
| * memory: Introduce size_memopTony Nguyen2019-09-031-0/+10
| * tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen2019-09-031-0/+110
* | include/exec/cpu-defs.h: fix typoAlex Bennée2019-09-031-1/+1
* | memory: Remove unused memory_region_iommu_replay_all()Eric Auger2019-09-031-10/+0Star
|/
* Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell2019-08-223-3/+3
|\
| * hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-213-3/+3
* | icount: remove unnecessary gen_io_end callsPavel Dovgalyuk2019-08-201-1/+7
* | icount: clean up cpu_can_io at the entry to the blockPavel Dovgalyuk2019-08-201-18/+20
* | memory: fix race between TCG and accesses to dirty bitmapPaolo Bonzini2019-08-201-0/+12
* | configure: Define target access alignment in configuretony.nguyen@bt.com2019-08-201-0/+1
|/
* Include qemu/queue.h slightly lessMarkus Armbruster2019-08-161-1/+0Star
* memory: Fix type of IOMMUMemoryRegionClass member @parent_classMarkus Armbruster2019-08-161-2/+8
* include: Make headers more self-containedMarkus Armbruster2019-08-168-0/+15
* linux-user: check valid address in access_ok()Rémi Denis-Courmont2019-07-181-0/+4
* migration: Split log_clear() into smaller chunksPeter Xu2019-07-151-2/+74
* memory: Introduce memory listener hook log_clear()Peter Xu2019-07-152-0/+20
* memory: Pass mr into snapshot_and_clear_dirtyPeter Xu2019-07-151-1/+1
* memory: Don't set migration bitmap when without migrationPeter Xu2019-07-152-1/+13
* migration: No need to take rcu during sync_dirty_bitmapPeter Xu2019-07-151-4/+1Star