summary refs log tree commit diff stats
path: root/include/exec (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * cputlb: Handle watchpoints via TLB_WATCHPOINTRichard Henderson2019-09-031-1/+4
| * cputlb: Fold TLB_RECHECK into TLB_INVALID_MASKRichard Henderson2019-09-031-4/+1
| * 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/+0
|/
* 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/+0
* 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/+1
* tcg: Release mmap_lock on translation faultRichard Henderson2019-07-141-4/+16
* tcg: Remove duplicate #if !defined(CODE_ACCESS)Richard Henderson2019-07-141-2/+0
* tcg: Remove cpu_ld*_code_raRichard Henderson2019-07-141-1/+5
* tcg: Introduce set/clear_helper_retaddrRichard Henderson2019-07-142-6/+26
* spapr_pci: Unregister listeners before destroying the IOMMU address spaceGreg Kurz2019-07-021-0/+10
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-122-2/+0
* qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster2019-06-111-0/+1
* cpu: Remove CPU_COMMONRichard Henderson2019-06-101-2/+0
* cpu: Move the softmmu tlb to CPUNegativeOffsetStateRichard Henderson2019-06-102-7/+24
* cpu: Move icount_decr to CPUNegativeOffsetStateRichard Henderson2019-06-103-7/+13
* cpu: Introduce CPUNegativeOffsetStateRichard Henderson2019-06-102-0/+32
* cpu: Introduce cpu_set_cpustate_pointersRichard Henderson2019-06-101-0/+11
* cpu: Move ENV_OFFSET to exec/gen-icount.hRichard Henderson2019-06-101-0/+2
* cpu: Introduce env_archcpuRichard Henderson2019-06-101-2/+12
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-104-14/+26
* tcg: Create struct CPUTLBRichard Henderson2019-06-102-28/+37
* tcg: Split out target/arch/cpu-param.hRichard Henderson2019-06-101-1/+21
* tcg: Fold CPUTLBWindow into CPUTLBDescRichard Henderson2019-06-101-13/+4
* memory: Remove memory_region_get_dirty()Peter Xu2019-06-031-17/+0
* semihosting: move semihosting configuration into its own directoryAlex Bennée2019-05-281-62/+0
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190510' into stagingPeter Maydell2019-05-162-49/+10
|\
| * tcg: Use tlb_fill probe from tlb_vaddr_to_hostRichard Henderson2019-05-101-40/+10
| * tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson2019-05-101-9/+0
* | Clean up decorations and whitespace around header guardsMarkus Armbruster2019-05-131-1/+1
|/
* Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-05-0...Peter Maydell2019-05-091-0/+1
|\