aboutsummaryrefslogtreecommitdiff
path: root/memory.c
AgeCommit message (Expand)Author
2014-05-30memory: Sanity check that no listeners remain on a destroyed AddressSpaceDavid Gibson
2014-03-09memory_region_present: return false if address is not found in child MemoryRe...Igor Mammedov
2014-01-13memory: split cpu_physical_memory_* functions to its own includeJuan Quintela
2014-01-13memory: make cpu_physical_memory_reset_dirty() take a length parameterJuan Quintela
2014-01-13memory: cpu_physical_memory_mask_dirty_range() always clears a single flagJuan Quintela
2014-01-13memory: cpu_physical_memory_set_dirty_range() always dirty all flagsJuan Quintela
2014-01-13memory: cpu_physical_memory_set_dirty_range() return voidJuan Quintela
2013-12-11memory.c: bugfix - ref counting mismatch in memory_region_findMarcel Apfelbaum
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-10-17memory: fix 128 arithmetic in info mtreeAlexey Kardashevskiy
2013-10-14memory: Change MemoryRegion priorities from unsigned to signedMarcel Apfelbaum
2013-09-05Revert "memory: Return -1 again on reads from unsigned regions"Jan Kiszka
2013-08-02memory.c: drop kvm.h dependencyMichael S. Tsirkin
2013-07-29memory: add tracepoints for MMIO reads/writesPaolo Bonzini
2013-07-25memory: check memory region endianness, not target'sPaolo Bonzini
2013-07-25memory: pass MemoryRegion to access_with_adjusted_sizePaolo Bonzini
2013-07-25memory: move functions aroundPaolo Bonzini
2013-07-22memory: Fix zero-sized memory region printAlex Williamson
2013-07-18memory: Return -1 again on reads from unsigned regionsJan Kiszka
2013-07-18memory: actually set the ownerPaolo Bonzini
2013-07-09cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber
2013-07-04memory: add reference counting to FlatViewPaolo Bonzini
2013-07-04memory: use a new FlatView pointer on every topology updatePaolo Bonzini
2013-07-04memory: access FlatView from a local variablePaolo Bonzini
2013-07-04memory: add ref/unref callsPaolo Bonzini
2013-07-04memory: introduce memory_region_presentPaolo Bonzini
2013-07-04memory: add ref/unrefPaolo Bonzini
2013-07-04memory: add getter for ownerPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-07-04ioport: Switch dispatching to memory core layerJan Kiszka
2013-06-28cpu: Turn cpu_unassigned_access() into a CPUState hookAndreas Färber
2013-06-20memory: render_memory_region: factor out fr constant settersPeter Crosthwaite
2013-06-20memory: as_update_topology_pass: Improve commentsPeter Crosthwaite
2013-06-20memory: Fix comment typoPeter Crosthwaite
2013-06-20memory: give name to every AddressSpaceAlexey Kardashevskiy
2013-06-20memory: Add iommu map/unmap notifiersDavid Gibson
2013-06-20memory: iommu supportAvi Kivity
2013-06-20memory: make section size a 128-bit integerPaolo Bonzini
2013-05-29memory: propagate errors on I/O dispatchPaolo Bonzini
2013-05-29memory: correctly handle endian-swapped 64-bit accessesPaolo Bonzini
2013-05-29memory: split accesses even when the old MMIO callbacks are usedPaolo Bonzini
2013-05-29memory: add big endian support to access_with_adjusted_sizePaolo Bonzini
2013-05-29memory: accept mismatching sizes in memory_region_access_validPaolo Bonzini
2013-05-29memory: export memory_region_access_valid to exec.cPaolo Bonzini
2013-05-29memory: assign MemoryRegionOps to all regionsPaolo Bonzini
2013-05-29memory: move unassigned_mem_ops to memory.cPaolo Bonzini
2013-05-29memory: dispatch unassigned accesses based on .valid.acceptsPaolo Bonzini
2013-05-24memory: populate FlatView for new address spacesPaolo Bonzini
2013-05-24memory: fix address space initialization/destructionAvi Kivity
2013-05-24memory: make memory_global_sync_dirty_bitmap take an AddressSpacePaolo Bonzini