aboutsummaryrefslogtreecommitdiff
path: root/memory.c
AgeCommit message (Expand)Author
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
2013-05-24memory: do not duplicate memory_region_destructor_nonePaolo Bonzini
2013-05-24memory: Rename readable flag to romd_modeJan Kiszka
2013-05-24memory: allow memory_region_find() to run on non-root memory regionsPaolo Bonzini
2013-03-22memory: fix a bug of detection of memory region collisionHu Tao
2013-02-16memory: Use non-bitops ctzlRichard Henderson
2013-02-02bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzlPaolo Bonzini
2012-12-20memory: introduce memory_region_test_and_clear_dirtyJuan Quintela
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-11-10memory: Don't dump disabled regionsJan Kiszka