aboutsummaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)Author
2015-04-13exec.c: Add new address_space_ld*/st* functionsPeter Maydell
2015-04-13exec.c: Make address_space_rw take transaction attributesPeter Maydell
2015-04-13exec.c: Convert subpage memory ops to _with_attrsPeter Maydell
2015-04-13memory: 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
2014-11-18exec: Handle multipage ranges in invalidate_and_set_dirty()Peter Maydell
2014-09-19exec.c: fix setting 1-byte-long watchpointsMax Filippov
2014-09-15Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell
2014-09-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-09-12exec: file_ram_alloc(): print error when prealloc failsLuiz Capitulino
2014-09-12exec.c: Record watchpoint fault address and directionPeter Maydell
2014-09-12exec.c: Provide full set of dummy wp remove functions in user-modePeter Maydell
2014-09-12exec.c: Relax restrictions on watchpoint length and alignmentPeter Maydell
2014-09-09exec: add parameter errp to gethugepagesizeHu Tao
2014-09-09exec: report error when memory < hpagesizeHu Tao
2014-09-09exec: add parameter errp to qemu_ram_alloc and qemu_ram_alloc_from_ptrHu Tao
2014-09-05exec: Save CPUState::exception_index fieldPavel Dovgaluk
2014-08-28iommu: add is_write as a parameter to the translate function of MemoryRegionI...Le Tan
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-08-18exec: Abstract away ref to memory region namesPeter Crosthwaite
2014-07-22exec: fix migration with devices that use address_space_rwPaolo Bonzini
2014-07-01memory: do not give a name to the internal exec.c regionsPaolo Bonzini