aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)Author
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster
2019-08-16memory: Fix type of IOMMUMemoryRegionClass member @parent_classMarkus Armbruster
2019-08-16include: Make headers more self-containedMarkus Armbruster
2019-07-18linux-user: check valid address in access_ok()Rémi Denis-Courmont
2019-07-15migration: Split log_clear() into smaller chunksPeter Xu
2019-07-15memory: Introduce memory listener hook log_clear()Peter Xu
2019-07-15memory: Pass mr into snapshot_and_clear_dirtyPeter Xu
2019-07-15memory: Don't set migration bitmap when without migrationPeter Xu
2019-07-15migration: No need to take rcu during sync_dirty_bitmapPeter Xu
2019-07-14tcg: Release mmap_lock on translation faultRichard Henderson
2019-07-14tcg: Remove duplicate #if !defined(CODE_ACCESS)Richard Henderson
2019-07-14tcg: Remove cpu_ld*_code_raRichard Henderson
2019-07-14tcg: Introduce set/clear_helper_retaddrRichard Henderson
2019-07-02spapr_pci: Unregister listeners before destroying the IOMMU address spaceGreg Kurz
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster
2019-06-10cpu: Remove CPU_COMMONRichard Henderson
2019-06-10cpu: Move the softmmu tlb to CPUNegativeOffsetStateRichard Henderson
2019-06-10cpu: Move icount_decr to CPUNegativeOffsetStateRichard Henderson
2019-06-10cpu: Introduce CPUNegativeOffsetStateRichard Henderson
2019-06-10cpu: Introduce cpu_set_cpustate_pointersRichard Henderson
2019-06-10cpu: Move ENV_OFFSET to exec/gen-icount.hRichard Henderson
2019-06-10cpu: Introduce env_archcpuRichard Henderson
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson
2019-06-10tcg: Create struct CPUTLBRichard Henderson
2019-06-10tcg: Split out target/arch/cpu-param.hRichard Henderson
2019-06-10tcg: Fold CPUTLBWindow into CPUTLBDescRichard Henderson
2019-06-03memory: Remove memory_region_get_dirty()Peter Xu
2019-05-28semihosting: move semihosting configuration into its own directoryAlex Bennée
2019-05-16Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190510' into stagingPeter Maydell
2019-05-13Clean up decorations and whitespace around header guardsMarkus Armbruster
2019-05-10tcg: Use tlb_fill probe from tlb_vaddr_to_hostRichard Henderson
2019-05-10tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson
2019-05-09Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-05-0...Peter Maydell
2019-05-09include/exec/poison: Mark TARGET_FMT_lu as poisoned, tooThomas Huth
2019-05-03Header cleanupsAruna Jayasena
2019-04-28Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190426' into stagingPeter Maydell
2019-04-25exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize()David Hildenbrand
2019-04-24tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster
2019-04-18memory: Clean up how mtree_info() printsMarkus Armbruster
2019-04-18tcg: Simplify how dump_exec_info() printsMarkus Armbruster
2019-04-18tcg: Simplify how dump_opcount_info() printsMarkus Armbruster
2019-03-06migration: Add an ability to ignore shared RAM blocksYury Kotov
2019-03-06exec: Change RAMBlockIterFunc definitionYury Kotov
2019-03-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2019-02-21include/exec/helper-head.h: support "const void *" in helper callsDavid Hildenbrand
2019-02-21vhost-net: compile it on all targets that have virtio-net.Paolo Bonzini
2019-02-11exec-all: document that tlb_fill can trigger a TLB resizeEmilio G. Cota