aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-20icount: remove unnecessary gen_io_end callsPavel Dovgalyuk1-1/+7
2019-08-20icount: clean up cpu_can_io at the entry to the blockPavel Dovgalyuk1-18/+20
2019-08-20memory: fix race between TCG and accesses to dirty bitmapPaolo Bonzini1-0/+12
2019-08-20configure: Define target access alignment in configuretony.nguyen@bt.com1-0/+1
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster1-1/+0
2019-08-16memory: Fix type of IOMMUMemoryRegionClass member @parent_classMarkus Armbruster1-2/+8
2019-08-16include: Make headers more self-containedMarkus Armbruster8-0/+15
2019-07-18linux-user: check valid address in access_ok()Rémi Denis-Courmont1-0/+4
2019-07-15migration: Split log_clear() into smaller chunksPeter Xu1-2/+74
2019-07-15memory: Introduce memory listener hook log_clear()Peter Xu2-0/+20
2019-07-15memory: Pass mr into snapshot_and_clear_dirtyPeter Xu1-1/+1
2019-07-15memory: Don't set migration bitmap when without migrationPeter Xu2-1/+13
2019-07-15migration: No need to take rcu during sync_dirty_bitmapPeter Xu1-4/+1
2019-07-14tcg: Release mmap_lock on translation faultRichard Henderson1-4/+16
2019-07-14tcg: Remove duplicate #if !defined(CODE_ACCESS)Richard Henderson1-2/+0
2019-07-14tcg: Remove cpu_ld*_code_raRichard Henderson1-1/+5
2019-07-14tcg: Introduce set/clear_helper_retaddrRichard Henderson2-6/+26
2019-07-02spapr_pci: Unregister listeners before destroying the IOMMU address spaceGreg Kurz1-0/+10
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster2-2/+0
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster1-0/+1
2019-06-10cpu: Remove CPU_COMMONRichard Henderson1-2/+0
2019-06-10cpu: Move the softmmu tlb to CPUNegativeOffsetStateRichard Henderson2-7/+24
2019-06-10cpu: Move icount_decr to CPUNegativeOffsetStateRichard Henderson3-7/+13
2019-06-10cpu: Introduce CPUNegativeOffsetStateRichard Henderson2-0/+32
2019-06-10cpu: Introduce cpu_set_cpustate_pointersRichard Henderson1-0/+11
2019-06-10cpu: Move ENV_OFFSET to exec/gen-icount.hRichard Henderson1-0/+2
2019-06-10cpu: Introduce env_archcpuRichard Henderson1-2/+12
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson4-14/+26
2019-06-10tcg: Create struct CPUTLBRichard Henderson2-28/+37
2019-06-10tcg: Split out target/arch/cpu-param.hRichard Henderson1-1/+21
2019-06-10tcg: Fold CPUTLBWindow into CPUTLBDescRichard Henderson1-13/+4
2019-06-03memory: Remove memory_region_get_dirty()Peter Xu1-17/+0
2019-05-28semihosting: move semihosting configuration into its own directoryAlex Bennée1-62/+0
2019-05-16Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190510' into stagingPeter Maydell2-49/+10