aboutsummaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)Author
2015-06-12qemu_ram_foreach_block: pass up error value, and down the ramblock nameDr. David Alan Gilbert
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela
2015-06-05memory: replace cpu_physical_memory_reset_dirty() with test-and-clearStefan Hajnoczi
2015-06-05exec: only check relevant bitmaps for cleanlinessPaolo Bonzini
2015-06-05exec: pass client mask to cpu_physical_memory_set_dirty_rangePaolo Bonzini
2015-06-05translate-all: remove unnecessary argument to tb_invalidate_phys_rangePaolo Bonzini
2015-06-05exec: use memory_region_get_dirty_log_mask to optimize dirty trackingPaolo Bonzini
2015-06-05ram_addr: tweaks to xen_modified_memoryPaolo Bonzini
2015-06-05exec: optimize phys_page_set_levelPaolo Bonzini
2015-04-30exec: move rcu_read_lock/unlock to address_space_translate callersPaolo Bonzini
2015-04-30Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-04-27exec: Respect as_translate_internal length clampPeter Crosthwaite
2015-04-27dma-helpers: Fix race condition of continue_after_map_failure and dma_aio_cancelFam Zheng
2015-04-27exec: Notify cpu_register_map_client caller if the bounce buffer is availableFam Zheng
2015-04-27exec: Protect map_client_list with mutexFam Zheng
2015-04-27exec: Atomic access to bounce bufferFam Zheng
2015-04-26exec.c: Capture the memory attributes for a watchpoint hitPeter Maydell
2015-04-26exec.c: Add new address_space_ld*/st* functionsPeter Maydell
2015-04-26exec.c: Make address_space_rw take transaction attributesPeter Maydell
2015-04-26exec.c: Convert subpage memory ops to _with_attrsPeter Maydell
2015-04-26memory: Replace io_mem_read/write with memory_region_dispatch_read/writePeter Maydell
2015-04-01Revert "exec: Respect as_tranlsate_internal length clamp"Paolo Bonzini
2015-03-26exec: avoid possible overwriting of mmaped area in qemu_ram_remapPaolo Bonzini
2015-03-18exec: Respect as_tranlsate_internal length clampPeter Crosthwaite
2015-03-12Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-03-11exec: don't include hw/boards for linux-userMichael S. Tsirkin
2015-03-11machine: query mem-merge machine propertyMarcel Apfelbaum
2015-03-11machine: query dump-guest-core machine propertyMarcel Apfelbaum
2015-03-10Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-03-10cpus: initialize cpu->memory_dispatchPaolo Bonzini
2015-03-10Remove superfluous '\n' around error_report()Gonglei
2015-02-26exec: round up size on MR resizeMichael S. Tsirkin
2015-02-16Convert ram_list to RCUMike Day
2015-02-16exec: convert ram_list to QLISTMike Day
2015-02-16cosmetic changes preparing for the following patchesMike Day
2015-02-16exec: protect mru_block with RCUPaolo Bonzini
2015-02-16exec: RCUify AddressSpaceDispatchPaolo Bonzini
2015-02-16exec: make iotlb RCU-friendlyPaolo Bonzini
2015-02-16exec: introduce cpu_reload_memory_mapPaolo Bonzini
2015-02-10memory: unregister AddressSpace MemoryListener within BQLPaolo Bonzini
2015-01-26exec: fix madvise of NULL pointerPaolo Bonzini
2015-01-20exec.c: Drop TARGET_HAS_ICE define and checksPeter Maydell
2015-01-10Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-01-08exec: qemu_ram_alloc_resizeable, qemu_ram_resizeMichael S. Tsirkin
2015-01-08exec: split length -> used_length/max_lengthMichael S. Tsirkin
2015-01-08exec: cpu_physical_memory_set/clear_dirty_rangeMichael S. Tsirkin
2014-12-22exec: allows 8-byte accesses in subpage_opsPaolo Bonzini
2014-12-20exec: change default exception_index value for migration to -1Paolo Bonzini
2014-12-16exec: add wrapper for host pointer accessMichael S. Tsirkin
2014-11-23memory: expose alignment used for allocating RAM as MemoryRegion APIIgor Mammedov