aboutsummaryrefslogtreecommitdiff
path: root/memory.c
AgeCommit message (Expand)Author
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
2012-11-10memory: Reintroduce dirty flag to optimize changes on disabled regionsJan Kiszka
2012-10-29memory: fix rendering of a region obscured by anotherAvi Kivity
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-10-22Merge remote-tracking branch 'qemu-kvm/memory/urgent' into stagingAnthony Liguori
2012-10-22memory: add address_space_destroy()Avi Kivity
2012-10-22memory: per-AddressSpace dispatchAvi Kivity
2012-10-22memory: use AddressSpace for MemoryListener filteringAvi Kivity
2012-10-22memory: move address_space_memory and address_space_io out of memory coreAvi Kivity
2012-10-22memory: manage coalesced mmio via a MemoryListenerAvi Kivity
2012-10-17memory: abort if a memory region is destroyed during a transactionAvi Kivity
2012-10-17memory: Make eventfd adhere to device endiannessAlexander Graf
2012-10-15memory: provide defaults for MemoryListener operationsAvi Kivity
2012-10-15memory: maintain a list of address spacesAvi Kivity
2012-10-15memory: export AddressSpaceAvi Kivity
2012-10-15memory: prepare AddressSpace for exportingAvi Kivity
2012-10-15memory: rename 'exec-obsolete.h'Avi Kivity
2012-09-11memory: Flush coalesced MMIO on mapping and state changesJan Kiszka
2012-09-11memory: Fold memory_region_update_topology into memory_region_transaction_commitJan Kiszka
2012-09-11memory: Use transaction_begin/commit also for single-step operationsJan Kiszka
2012-09-11memory: Flush coalesced MMIO on selected region accessJan Kiszka