summaryrefslogtreecommitdiffstats
path: root/memory.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "memory: Return -1 again on reads from unsigned regions"Jan Kiszka2013-09-051-1/+1
* memory.c: drop kvm.h dependencyMichael S. Tsirkin2013-08-021-1/+0
* memory: add tracepoints for MMIO reads/writesPaolo Bonzini2013-07-291-0/+5
* memory: check memory region endianness, not target'sPaolo Bonzini2013-07-251-7/+18
* memory: pass MemoryRegion to access_with_adjusted_sizePaolo Bonzini2013-07-251-12/+8
* memory: move functions aroundPaolo Bonzini2013-07-251-30/+30
* memory: Fix zero-sized memory region printAlex Williamson2013-07-221-2/+6
* memory: Return -1 again on reads from unsigned regionsJan Kiszka2013-07-181-1/+1
* memory: actually set the ownerPaolo Bonzini2013-07-181-1/+0
* cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber2013-07-091-6/+4
* memory: add reference counting to FlatViewPaolo Bonzini2013-07-041-10/+69
* memory: use a new FlatView pointer on every topology updatePaolo Bonzini2013-07-041-16/+18
* memory: access FlatView from a local variablePaolo Bonzini2013-07-041-10/+21
* memory: add ref/unref callsPaolo Bonzini2013-07-041-0/+21
* memory: introduce memory_region_presentPaolo Bonzini2013-07-041-0/+9
* memory: add ref/unrefPaolo Bonzini2013-07-041-0/+14
* memory: add getter for ownerPaolo Bonzini2013-07-041-0/+6
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-7/+17
* ioport: Switch dispatching to memory core layerJan Kiszka2013-07-041-88/+0
* cpu: Turn cpu_unassigned_access() into a CPUState hookAndreas Färber2013-06-281-6/+8
* memory: render_memory_region: factor out fr constant settersPeter Crosthwaite2013-06-201-8/+5
* memory: as_update_topology_pass: Improve commentsPeter Crosthwaite2013-06-201-2/+2
* memory: Fix comment typoPeter Crosthwaite2013-06-201-1/+1
* memory: give name to every AddressSpaceAlexey Kardashevskiy2013-06-201-5/+3
* memory: Add iommu map/unmap notifiersDavid Gibson2013-06-201-0/+18
* memory: iommu supportAvi Kivity2013-06-201-0/+16
* memory: make section size a 128-bit integerPaolo Bonzini2013-06-201-9/+9
* memory: propagate errors on I/O dispatchPaolo Bonzini2013-05-291-17/+18
* memory: correctly handle endian-swapped 64-bit accessesPaolo Bonzini2013-05-291-0/+3
* memory: split accesses even when the old MMIO callbacks are usedPaolo Bonzini2013-05-291-17/+46
* memory: add big endian support to access_with_adjusted_sizePaolo Bonzini2013-05-291-1/+5
* memory: accept mismatching sizes in memory_region_access_validPaolo Bonzini2013-05-291-9/+20
* memory: export memory_region_access_valid to exec.cPaolo Bonzini2013-05-291-4/+4
* memory: assign MemoryRegionOps to all regionsPaolo Bonzini2013-05-291-1/+2
* memory: move unassigned_mem_ops to memory.cPaolo Bonzini2013-05-291-30/+14
* memory: dispatch unassigned accesses based on .valid.acceptsPaolo Bonzini2013-05-291-2/+26
* memory: populate FlatView for new address spacesPaolo Bonzini2013-05-241-1/+2
* memory: fix address space initialization/destructionAvi Kivity2013-05-241-0/+3
* memory: make memory_global_sync_dirty_bitmap take an AddressSpacePaolo Bonzini2013-05-241-2/+1
* memory: do not duplicate memory_region_destructor_nonePaolo Bonzini2013-05-241-5/+0
* memory: Rename readable flag to romd_modeJan Kiszka2013-05-241-15/+15
* memory: allow memory_region_find() to run on non-root memory regionsPaolo Bonzini2013-05-241-5/+15
* memory: fix a bug of detection of memory region collisionHu Tao2013-03-221-1/+1
* memory: Use non-bitops ctzlRichard Henderson2013-02-161-2/+2
* bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzlPaolo Bonzini2013-02-021-2/+2
* memory: introduce memory_region_test_and_clear_dirtyJuan Quintela2012-12-201-0/+16
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-4/+4
* memory: Don't dump disabled regionsJan Kiszka2012-11-101-1/+1
OpenPOWER on IntegriCloud