summaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
2017-04-21Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170421' i...Peter Maydell1-4/+4
2017-04-21ram: Remove migration_bitmap_extend()Juan Quintela1-2/+0
2017-04-21ram: rename last_ram_offset() last_ram_pages()Juan Quintela1-1/+1
2017-04-21ram: Pass RAMBlock to bitmap_syncJuan Quintela1-0/+2
2017-04-21ram: Change num_dirty_pages_period type to uint64_tJuan Quintela1-1/+1
2017-04-20intel_iommu: provide its own replay() callbackPeter Xu1-0/+2
2017-04-20memory: add MemoryRegionIOMMUOps.replay() callbackPeter Xu1-0/+2
2017-04-20memory: introduce memory_region_notify_one()Peter Xu1-0/+15
2017-04-20memory: provide iommu_replay_all()Peter Xu1-0/+8
2017-04-20memory: provide IOMMU_NOTIFIER_FOREACH macroPeter Xu1-0/+3
2017-04-20memory: add section range info for IOMMU notifierPeter Xu1-1/+18
2017-04-03exec: revert MemoryRegionCachePaolo Bonzini1-6/+4
2017-03-16RAMBlocks: qemu_ram_is_sharedDr. David Alan Gilbert1-0/+1
2017-03-16Change the method to calculate dirty-pages-rateChao Fan1-1/+4
2017-03-14memory_region: Fix name commentsDr. David Alan Gilbert1-6/+12
2017-03-04Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170303' into...Peter Maydell1-0/+1
2017-03-03memory: Introduce DEVICE_HOST_ENDIAN for ram deviceYongji Xie1-0/+6
2017-03-03Merge branch 'icount-update' into HEADPaolo Bonzini1-28/+25
2017-03-03exec, kvm, target-ppc: Move getrampagesize() to common codeAlexey Kardashevskiy1-0/+1
2017-02-28postcopy: Record largest page sizeDr. David Alan Gilbert1-0/+1
2017-02-28exec: ram_block_discard_rangeDr. David Alan Gilbert1-0/+1
2017-02-24cputlb: introduce tlb_flush_*_all_cpus[_synced]Alex Bennée1-3/+113
2017-02-24cputlb: atomically update tlb fields used by tlb_reset_dirtyAlex Bennée1-2/+0
2017-02-24cputlb and arm/sparc targets: convert mmuidx flushes from varg to bitmapAlex Bennée1-6/+7
2017-02-24cputlb: introduce tlb_flush_* async work.KONRAD Frederic1-0/+1
2017-02-24tcg: remove global exit_requestAlex Bennée1-3/+0
2017-02-24tcg: rename tcg_current_cpu to tcg_current_rr_cpuAlex Bennée1-1/+0
2017-02-22cpu-exec: unify icount_decr and tcg_exit_reqPaolo Bonzini1-28/+25
2017-02-17virtio: use MemoryRegionCache to access descriptorsPaolo Bonzini1-0/+2
2017-02-16cpu-exec: fix icount out-of-bounds accessPaolo Bonzini1-0/+1
2017-01-31trace: switch to modular code generation for sub-directoriesDaniel P. Berrange2-2/+2
2017-01-27memory: hmp: add "-f" for "info mtree"Peter Xu1-1/+1
2017-01-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-49/+75
2017-01-16ramblock-notifier: newPaolo Bonzini3-49/+75
2017-01-13cputlb: drop flush_global flag from tlb_flushAlex Bennée1-8/+6
2017-01-10memory: handle alias in memory_region_is_iommu()Jason Wang1-0/+3
2017-01-10exec: introduce address_space_get_iotlb_entry()Jason Wang1-0/+5
2016-12-22exec: introduce MemoryRegionCachePaolo Bonzini2-0/+174
2016-12-22exec: introduce memory_ldst.inc.cPaolo Bonzini2-15/+15
2016-11-22cpu_ldst.h: use correct guest address parameterBobby Bingham1-1/+1
2016-10-31Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20161031.0' ...Peter Maydell1-15/+32
2016-10-31memory: Don't use memcpy for ram_device regionsAlex Williamson1-2/+4
2016-10-31memory: Replace skip_dump flag with "ram_device"Alex Williamson1-13/+28
2016-10-31tcg: comment on which functions have to be called with tb_lock heldPaolo Bonzini1-0/+1
2016-10-31translate-all: add DEBUG_LOCKING assertsAlex Bennée1-0/+1
2016-10-26tcg: Add EXCP_ATOMICRichard Henderson2-0/+2
2016-10-25Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell1-1/+0
2016-10-24exec: move cpu_exec_init() calls to realize functionsLaurent Vivier1-1/+0
2016-10-24cpu: Support a target CPU having a variable page sizePeter Maydell1-0/+9
2016-10-24memory: add a per-AddressSpace list of listenersPaolo Bonzini1-1/+2