Sign in
qemu
/
qemu
/
c7bcc85d664b26b8b1e46416c7a730104b602e34
/
include
/
exec
/
memory.h
c6c6958
memory: Add MemoryListener to typedefs.h
by Edgar E. Iglesias
· 11 years ago
1ab4c8c
memory: split dirty bitmap into three
by Juan Quintela
· 11 years ago
5adca7a
memory: use bit 2 for migration
by Juan Quintela
· 11 years ago
5215919
memory: cpu_physical_memory_mask_dirty_range() always clears a single flag
by Juan Quintela
· 11 years ago
a1ff8ae
memory: Change MemoryRegion priorities from unsigned to signed
by Marcel Apfelbaum
· 11 years ago
0075270
exec: separate current radix tree from the one being built
by Paolo Bonzini
· 12 years ago
89ae337
exec: move listener from AddressSpaceDispatch to AddressSpace
by Paolo Bonzini
· 12 years ago
c2fc83e
memory: move MemoryListener declaration earlier
by Paolo Bonzini
· 12 years ago
3ce1090
memory: introduce memory_region_present
by Paolo Bonzini
· 12 years ago
46637be
memory: add ref/unref
by Paolo Bonzini
· 12 years ago
803c081
memory: add getter for owner
by Paolo Bonzini
· 12 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
5767e4e
ioport: Move portio types to ioport.h
by Jan Kiszka
· 12 years ago
0659097
ioport: Remove unused old dispatching services
by Jan Kiszka
· 12 years ago
b40acf9
ioport: Switch dispatching to memory core layer
by Jan Kiszka
· 12 years ago
ce927ed
hwaddr: Make hwaddr type usable beyond softmmu
by Andreas Färber
· 12 years ago
7dca804
memory: give name to every AddressSpace
by Alexey Kardashevskiy
· 12 years ago
0686657
memory: Add iommu map/unmap notifiers
by David Gibson
· 12 years ago
3095115
memory: iommu support
by Avi Kivity
· 12 years ago
052e87b
memory: make section size a 128-bit integer
by Paolo Bonzini
· 12 years ago
99b9cc0
Revert "memory: limit sections in the radix tree to the actual address space size"
by Paolo Bonzini
· 12 years ago
5c8a00c
exec: return MemoryRegion from address_space_translate
by Paolo Bonzini
· 12 years ago
fd8aaa7
memory: add return value to address_space_rw/read/write
by Paolo Bonzini
· 12 years ago
51644ab
memory: add address_space_access_valid
by Paolo Bonzini
· 12 years ago
149f54b
memory: add address_space_translate
by Paolo Bonzini
· 12 years ago
86a8623
memory: limit sections in the radix tree to the actual address space size
by Avi Kivity
· 12 years ago
1d67136
memory: make memory_global_sync_dirty_bitmap take an AddressSpace
by Paolo Bonzini
· 12 years ago
5f9a5ea
memory: Rename readable flag to romd_mode
by Jan Kiszka
· 12 years ago
73034e9
memory: allow memory_region_find() to run on non-root memory regions
by Paolo Bonzini
· 12 years ago
b421d9c
memory: move core typedefs to qemu/typedefs.h
by Paolo Bonzini
· 12 years ago
6c279db
memory: introduce memory_region_test_and_clear_dirty
by Juan Quintela
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
[Renamed (99%) from memory.h]
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
83f3c25
memory: add address_space_destroy()
by Avi Kivity
· 12 years ago
ac1970f
memory: per-AddressSpace dispatch
by Avi Kivity
· 12 years ago
f6790af
memory: use AddressSpace for MemoryListener filtering
by Avi Kivity
· 12 years ago
95d2994
memory: manage coalesced mmio via a MemoryListener
by Avi Kivity
· 12 years ago
0d673e3
memory: maintain a list of address spaces
by Avi Kivity
· 12 years ago
9ad2bbc
memory: export AddressSpace
by Avi Kivity
· 12 years ago
509e9c4
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
by Anthony Liguori
· 12 years ago
1a7e8ca
Fix copy&paste typos in documentation comments
by BALATON Zoltan
· 13 years ago
d410515
memory: Flush coalesced MMIO on selected region access
by Jan Kiszka
· 13 years ago
753d5e1
memory: pass EventNotifier, not eventfd
by Paolo Bonzini
· 13 years ago
fd06257
memory: move functions is_romd and section_addr to memory API
by Blue Swirl
· 13 years ago
a2d3352
memory: fix I/O port aliases
by Avi Kivity
· 13 years ago
50c1e14
memory: support stateless memory listeners
by Avi Kivity
· 13 years ago
7376e58
memory: allow MemoryListeners to observe a specific address space
by Avi Kivity
· 13 years ago
7a8499e
memory: add a readonly attribute to MemoryRegionSection
by Avi Kivity
· 13 years ago
80a1ea3
memory: move ioeventfd ops to MemoryListener
by Avi Kivity
· 13 years ago
72e22d2
memory: switch memory listeners to a QTAILQ
by Avi Kivity
· 13 years ago
2b50aa1
memory: remove memory_region_set_offset()
by Avi Kivity
· 13 years ago
cd7a45c
memory: change dirty getting API to take a size
by Blue Swirl
· 13 years ago
fd4aa97
memory: change dirty setting APIs to take a size
by Blue Swirl
· 13 years ago
1660e72
memory: Introduce memory_region_init_reservation
by Jan Kiszka
· 13 years ago
dabdf39
Spelling fixes in comments and documentation
by Stefan Weil
· 13 years ago
75c578d
Drop IO_MEM_ROMD
by Avi Kivity
· 13 years ago
b3b00c7
Remove IO_MEM_SUBPAGE
by Avi Kivity
· 13 years ago
26a83ad
memory: remove MemoryRegion::backend_registered
by Avi Kivity
· 13 years ago
c5705a7
vmstate, memory: decouple vmstate from memory API
by Avi Kivity
· 13 years ago
8991c79
memory: introduce memory_region_name()
by Avi Kivity
· 13 years ago
e34911c
memory: temporarily add memory_region_get_ram_addr()
by Avi Kivity
· 13 years ago
7664e80
memory: add API for observing updates to the physical memory map
by Avi Kivity
· 13 years ago
86e775c
memory: replace cpu_physical_sync_dirty_bitmap() with a memory API
by Avi Kivity
· 13 years ago
e217795
memory: introduce memory_region_find()
by Avi Kivity
· 13 years ago
55043ba
memory: add memory_region_is_logging()
by Avi Kivity
· 13 years ago
ce7923d
memory: add memory_region_is_rom()
by Avi Kivity
· 13 years ago
8ea9252
memory: add memory_region_is_ram()
by Avi Kivity
· 13 years ago
cde7fc3
Merge remote-tracking branch 'qemu-kvm/memory/mutators' into staging
by Anthony Liguori
· 13 years ago
69ddaf6
memory: minor documentation fixes/enhancements
by Ademar de Souza Reis Jr
· 13 years ago
4703359
memory: introduce memory_region_set_alias_offset()
by Avi Kivity
· 13 years ago
2282e1a
memory: introduce memory_region_set_address()
by Avi Kivity
· 13 years ago
6bba19b
memory: introduce memory_region_set_enabled()
by Avi Kivity
· 13 years ago
897fa7c
memory: add MemoryRegionOps::valid.accepts
by Avi Kivity
· 13 years ago
08dafab
memory: use 128-bit integers for sizes and intermediates
by Avi Kivity
· 13 years ago
314e298
memory: simple memory tree printer
by Blue Swirl
· 13 years ago
fb1cd6f
memory: implement memory_region_set_readonly()
by Avi Kivity
· 13 years ago
75f5941
memory: add opaque parameter to memory_region_init_rom_device()
by Avi Kivity
· 14 years ago
d0a9b5b
memory: add API for creating ROM/device regions
by Avi Kivity
· 14 years ago
545e92e
memory: reclaim resources when a memory region is destroyed for good
by Avi Kivity
· 14 years ago
2dd3022
memory: rename PORTIO_END to PORTIO_END_OF_LIST
by Avi Kivity
· 14 years ago
4ef4db8
memory: transaction API
by Avi Kivity
· 14 years ago
3e9d69e
memory: add ioeventfd support
by Avi Kivity
· 14 years ago
74901c3
memory: add backward compatibility for old mmio registration
by Avi Kivity
· 14 years ago
627a0e9
memory: add backward compatibility for old portio registration
by Avi Kivity
· 14 years ago
658b222
memory: I/O address space support
by Avi Kivity
· 14 years ago
16ef61c
memory: late initialization of ram_addr
by Avi Kivity
· 14 years ago
14a3c10
memory: rename MemoryRegion::has_ram_addr to ::terminates
by Avi Kivity
· 14 years ago
5a58334
memory: implement dirty tracking
by Avi Kivity
· 14 years ago
093bc2c
Hierarchical memory region API
by Avi Kivity
· 14 years ago