index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
memory.c
Age
Commit message (
Expand
)
Author
2013-07-09
cpu: Replace cpu_single_env with CPUState current_cpu
Andreas Färber
2013-07-04
memory: add reference counting to FlatView
Paolo Bonzini
2013-07-04
memory: use a new FlatView pointer on every topology update
Paolo Bonzini
2013-07-04
memory: access FlatView from a local variable
Paolo Bonzini
2013-07-04
memory: add ref/unref calls
Paolo Bonzini
2013-07-04
memory: introduce memory_region_present
Paolo Bonzini
2013-07-04
memory: add ref/unref
Paolo Bonzini
2013-07-04
memory: add getter for owner
Paolo Bonzini
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-07-04
ioport: Switch dispatching to memory core layer
Jan Kiszka
2013-06-28
cpu: Turn cpu_unassigned_access() into a CPUState hook
Andreas Färber
2013-06-20
memory: render_memory_region: factor out fr constant setters
Peter Crosthwaite
2013-06-20
memory: as_update_topology_pass: Improve comments
Peter Crosthwaite
2013-06-20
memory: Fix comment typo
Peter Crosthwaite
2013-06-20
memory: give name to every AddressSpace
Alexey Kardashevskiy
2013-06-20
memory: Add iommu map/unmap notifiers
David Gibson
2013-06-20
memory: iommu support
Avi Kivity
2013-06-20
memory: make section size a 128-bit integer
Paolo Bonzini
2013-05-29
memory: propagate errors on I/O dispatch
Paolo Bonzini
2013-05-29
memory: correctly handle endian-swapped 64-bit accesses
Paolo Bonzini
2013-05-29
memory: split accesses even when the old MMIO callbacks are used
Paolo Bonzini
2013-05-29
memory: add big endian support to access_with_adjusted_size
Paolo Bonzini
2013-05-29
memory: accept mismatching sizes in memory_region_access_valid
Paolo Bonzini
2013-05-29
memory: export memory_region_access_valid to exec.c
Paolo Bonzini
2013-05-29
memory: assign MemoryRegionOps to all regions
Paolo Bonzini
2013-05-29
memory: move unassigned_mem_ops to memory.c
Paolo Bonzini
2013-05-29
memory: dispatch unassigned accesses based on .valid.accepts
Paolo Bonzini
2013-05-24
memory: populate FlatView for new address spaces
Paolo Bonzini
2013-05-24
memory: fix address space initialization/destruction
Avi Kivity
2013-05-24
memory: make memory_global_sync_dirty_bitmap take an AddressSpace
Paolo Bonzini
2013-05-24
memory: do not duplicate memory_region_destructor_none
Paolo Bonzini
2013-05-24
memory: Rename readable flag to romd_mode
Jan Kiszka
2013-05-24
memory: allow memory_region_find() to run on non-root memory regions
Paolo Bonzini
2013-03-22
memory: fix a bug of detection of memory region collision
Hu Tao
2013-02-16
memory: Use non-bitops ctzl
Richard Henderson
2013-02-02
bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzl
Paolo Bonzini
2012-12-20
memory: introduce memory_region_test_and_clear_dirty
Juan Quintela
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
2012-11-10
memory: Don't dump disabled regions
Jan Kiszka
2012-11-10
memory: Reintroduce dirty flag to optimize changes on disabled regions
Jan Kiszka
2012-10-29
memory: fix rendering of a region obscured by another
Avi Kivity
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-22
Merge remote-tracking branch 'qemu-kvm/memory/urgent' into staging
Anthony Liguori
2012-10-22
memory: add address_space_destroy()
Avi Kivity
2012-10-22
memory: per-AddressSpace dispatch
Avi Kivity
2012-10-22
memory: use AddressSpace for MemoryListener filtering
Avi Kivity
2012-10-22
memory: move address_space_memory and address_space_io out of memory core
Avi Kivity
2012-10-22
memory: manage coalesced mmio via a MemoryListener
Avi Kivity
[next]