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
2018-05-09
exec: reintroduce MemoryRegion caching
Paolo Bonzini
2018-03-06
memory: inline some performance-sensitive accessors
Paolo Bonzini
2018-02-19
mem: add share parameter to memory-backend-ram
Marcel Apfelbaum
2018-02-13
memory: unify loops to sync dirty log bitmap
Paolo Bonzini
2018-02-13
memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshot
Paolo Bonzini
2018-02-13
memory: remove memory_region_test_and_clear_dirty
Paolo Bonzini
2018-02-07
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-02-07
memory: do explicit cleanup when remove listeners
Peter Xu
2018-02-06
memory/iommu: Add get_attr()
Alexey Kardashevskiy
2018-02-05
memory: set ioeventfd_update_pending after address_space_update_ioeventfds
linzhecheng
2018-01-19
hostmem-file: add "align" option
Haozhong Zhang
2017-12-18
memory: remove unused memory_region_set_global_locking()
Marc-André Lureau
2017-10-18
memory: reuse section_from_flat_range()
David Hildenbrand
2017-10-18
memory: call log_start after region_add
David Hildenbrand
2017-10-12
memory: fix off-by-one error in memory_region_notify_one()
Maxime Coquelin
2017-09-22
memory: Share special empty FlatView
Alexey Kardashevskiy
2017-09-22
memory: seek FlatView sharing candidates among children subregions
Paolo Bonzini
2017-09-22
memory: trace FlatView creation and destruction
Paolo Bonzini
2017-09-22
memory: Create FlatView directly
Alexey Kardashevskiy
2017-09-22
memory: Get rid of address_space_init_shareable
Alexey Kardashevskiy
2017-09-21
memory: Rework "info mtree" to print flat views and dispatch trees
Alexey Kardashevskiy
2017-09-21
memory: Do not allocate FlatView in address_space_init
Alexey Kardashevskiy
2017-09-21
memory: Share FlatView's and dispatch trees between address spaces
Alexey Kardashevskiy
2017-09-21
memory: Move address_space_update_ioeventfds
Alexey Kardashevskiy
2017-09-21
memory: Alloc dispatch tree where topology is generared
Alexey Kardashevskiy
2017-09-21
memory: Store physical root MR in FlatView
Alexey Kardashevskiy
2017-09-21
memory: Rename mem_begin/mem_commit/mem_add helpers
Alexey Kardashevskiy
2017-09-21
memory: Switch memory from using AddressSpace to FlatView
Alexey Kardashevskiy
2017-09-21
memory: Move AddressSpaceDispatch from AddressSpace to FlatView
Alexey Kardashevskiy
2017-09-21
memory: Move FlatView allocation to a helper
Alexey Kardashevskiy
2017-09-21
memory: Open code FlatView rendering
Alexey Kardashevskiy
2017-09-21
memory: avoid "resurrection" of dead FlatViews
Paolo Bonzini
2017-09-21
memory: avoid a name clash with access macro
KONRAD Frederic
2017-09-19
memory: Rename queue to mrqueue (memory region queue)
Kamil Rytarowski
2017-08-01
migration: optimize the downtime
Jay Zhou
2017-07-14
memory.h: Add memory_region_init_{ram, rom, rom_device}() handling migration
Peter Maydell
2017-07-14
memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()
Peter Maydell
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
2017-07-14
memory/iommu: introduce IOMMUMemoryRegionClass
Alexey Kardashevskiy
2017-07-14
memory/iommu: QOM'fy IOMMU MemoryRegion
Alexey Kardashevskiy
2017-06-27
exec: allow to get a pointer for some mmio memory region
KONRAD Frederic
2017-06-15
memory: remove memory_region_set_fd
Marc-André Lureau
2017-06-15
Add memory_region_init_ram_from_fd()
Marc-André Lureau
2017-05-25
memory: remove the last param in memory_region_iommu_replay()
Peter Xu
2017-05-25
memory: tune last param of iommu_ops.translate()
Peter Xu
2017-04-24
memory: add support getting and using a dirty bitmap copy.
Gerd Hoffmann
2017-04-20
memory: add MemoryRegionIOMMUOps.replay() callback
Peter Xu
2017-04-20
memory: introduce memory_region_notify_one()
Peter Xu
2017-04-20
memory: provide iommu_replay_all()
Peter Xu
2017-04-20
memory: provide IOMMU_NOTIFIER_FOREACH macro
Peter Xu
[next]