summaryrefslogtreecommitdiffstats
path: root/memory.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* memory: Reintroduce dirty flag to optimize changes on disabled regionsJan Kiszka2012-11-101-2/+13
* memory: fix rendering of a region obscured by anotherAvi Kivity2012-10-291-6/+6
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-34/+34
* Merge remote-tracking branch 'qemu-kvm/memory/urgent' into stagingAnthony Liguori2012-10-221-0/+3
|\
| * memory: abort if a memory region is destroyed during a transactionAvi Kivity2012-10-171-0/+1
| * memory: Make eventfd adhere to device endiannessAlexander Graf2012-10-171-0/+2
* | memory: add address_space_destroy()Avi Kivity2012-10-221-2/+16
* | memory: per-AddressSpace dispatchAvi Kivity2012-10-221-0/+1
* | memory: use AddressSpace for MemoryListener filteringAvi Kivity2012-10-221-7/+7
* | memory: move address_space_memory and address_space_io out of memory coreAvi Kivity2012-10-221-16/+0
* | memory: manage coalesced mmio via a MemoryListenerAvi Kivity2012-10-221-4/+13
* | memory: provide defaults for MemoryListener operationsAvi Kivity2012-10-151-6/+17
* | memory: maintain a list of address spacesAvi Kivity2012-10-151-29/+46
* | memory: export AddressSpaceAvi Kivity2012-10-151-10/+1
* | memory: prepare AddressSpace for exportingAvi Kivity2012-10-151-15/+24
* | memory: rename 'exec-obsolete.h'Avi Kivity2012-10-151-2/+1
|/
* memory: Flush coalesced MMIO on mapping and state changesJan Kiszka2012-09-111-0/+1
* memory: Fold memory_region_update_topology into memory_region_transaction_commitJan Kiszka2012-09-111-28/+11
OpenPOWER on IntegriCloud