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