summaryrefslogtreecommitdiff
path: root/memory.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-03memory: fix 128 arithmetic in info mtreeAlexey Kardashevskiy1-1/+3
2013-09-24Revert "memory: Return -1 again on reads from unsigned regions"Jan Kiszka1-1/+1
2013-08-02memory.c: drop kvm.h dependencyMichael S. Tsirkin1-1/+0
2013-07-29memory: add tracepoints for MMIO reads/writesPaolo Bonzini1-0/+5
2013-07-25memory: check memory region endianness, not target'sPaolo Bonzini1-7/+18
2013-07-25memory: pass MemoryRegion to access_with_adjusted_sizePaolo Bonzini1-12/+8
2013-07-25memory: move functions aroundPaolo Bonzini1-30/+30
2013-07-22memory: Fix zero-sized memory region printAlex Williamson1-2/+6
2013-07-18memory: Return -1 again on reads from unsigned regionsJan Kiszka1-1/+1
2013-07-18memory: actually set the ownerPaolo Bonzini1-1/+0
2013-07-09cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber1-6/+4
2013-07-04memory: add reference counting to FlatViewPaolo Bonzini1-10/+69
2013-07-04memory: use a new FlatView pointer on every topology updatePaolo Bonzini1-16/+18
2013-07-04memory: access FlatView from a local variablePaolo Bonzini1-10/+21
2013-07-04memory: add ref/unref callsPaolo Bonzini1-0/+21
2013-07-04memory: introduce memory_region_presentPaolo Bonzini1-0/+9
2013-07-04memory: add ref/unrefPaolo Bonzini1-0/+14
2013-07-04memory: add getter for ownerPaolo Bonzini1-0/+6
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-7/+17
2013-07-04ioport: Switch dispatching to memory core layerJan Kiszka1-88/+0
2013-06-28cpu: Turn cpu_unassigned_access() into a CPUState hookAndreas Färber1-6/+8
2013-06-20memory: render_memory_region: factor out fr constant settersPeter Crosthwaite1-8/+5
2013-06-20memory: as_update_topology_pass: Improve commentsPeter Crosthwaite1-2/+2
2013-06-20memory: Fix comment typoPeter Crosthwaite1-1/+1
2013-06-20memory: give name to every AddressSpaceAlexey Kardashevskiy1-5/+3
2013-06-20memory: Add iommu map/unmap notifiersDavid Gibson1-0/+18
2013-06-20memory: iommu supportAvi Kivity1-0/+16
2013-06-20memory: make section size a 128-bit integerPaolo Bonzini1-9/+9
2013-05-29memory: propagate errors on I/O dispatchPaolo Bonzini1-17/+18
2013-05-29memory: correctly handle endian-swapped 64-bit accessesPaolo Bonzini1-0/+3
2013-05-29memory: split accesses even when the old MMIO callbacks are usedPaolo Bonzini1-17/+46
2013-05-29memory: add big endian support to access_with_adjusted_sizePaolo Bonzini1-1/+5
2013-05-29memory: accept mismatching sizes in memory_region_access_validPaolo Bonzini1-9/+20
2013-05-29memory: export memory_region_access_valid to exec.cPaolo Bonzini1-4/+4
2013-05-29memory: assign MemoryRegionOps to all regionsPaolo Bonzini1-1/+2
2013-05-29memory: move unassigned_mem_ops to memory.cPaolo Bonzini1-30/+14
2013-05-29memory: dispatch unassigned accesses based on .valid.acceptsPaolo Bonzini1-2/+26
2013-05-24memory: populate FlatView for new address spacesPaolo Bonzini1-1/+2
2013-05-24memory: fix address space initialization/destructionAvi Kivity1-0/+3
2013-05-24memory: make memory_global_sync_dirty_bitmap take an AddressSpacePaolo Bonzini1-2/+1
2013-05-24memory: do not duplicate memory_region_destructor_nonePaolo Bonzini1-5/+0
2013-05-24memory: Rename readable flag to romd_modeJan Kiszka1-15/+15
2013-05-24memory: allow memory_region_find() to run on non-root memory regionsPaolo Bonzini1-5/+15
2013-03-22memory: fix a bug of detection of memory region collisionHu Tao1-1/+1
2013-02-16memory: Use non-bitops ctzlRichard Henderson1-2/+2
2013-02-02bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzlPaolo Bonzini1-2/+2
2012-12-20memory: introduce memory_region_test_and_clear_dirtyJuan Quintela1-0/+16
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-4/+4