summaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-18exec: Handle multipage ranges in invalidate_and_set_dirty()Peter Maydell1-4/+2
2014-09-19exec.c: fix setting 1-byte-long watchpointsMax Filippov1-1/+1
2014-09-15Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell1-0/+1
2014-09-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-16/+40
2014-09-12exec: file_ram_alloc(): print error when prealloc failsLuiz Capitulino1-0/+1
2014-09-12exec.c: Record watchpoint fault address and directionPeter Maydell1-1/+6
2014-09-12exec.c: Provide full set of dummy wp remove functions in user-modePeter Maydell1-0/+10
2014-09-12exec.c: Relax restrictions on watchpoint length and alignmentPeter Maydell1-13/+31
2014-09-09exec: add parameter errp to gethugepagesizeHu Tao1-4/+7