2 Commits (5f718a15d0db3775bbcf2755a35dd6b019bcff8b)

Author SHA1 Message Date
Paolo Bonzini 1de7afc984 misc: move include files to include/qemu/ 14 years ago
Paolo Bonzini 022c62cbbc exec: move include files to include/exec/ 14 years ago
Avi Kivity a8170e5e97 Rename target_phys_addr_t to hwaddr 14 years ago
Avi Kivity 83f3c25142 memory: add address_space_destroy() 14 years ago
Avi Kivity ac1970fbe8 memory: per-AddressSpace dispatch 14 years ago
Avi Kivity f6790af6bc memory: use AddressSpace for MemoryListener filtering 14 years ago
Avi Kivity 95d2994a2f memory: manage coalesced mmio via a MemoryListener 14 years ago
Avi Kivity 0d673e36a7 memory: maintain a list of address spaces 14 years ago
Avi Kivity 9ad2bbc167 memory: export AddressSpace 14 years ago
BALATON Zoltan 1a7e8cae4b Fix copy&paste typos in documentation comments 14 years ago
Jan Kiszka d410515e03 memory: Flush coalesced MMIO on selected region access 14 years ago
Paolo Bonzini 753d5e14c4 memory: pass EventNotifier, not eventfd 14 years ago
Blue Swirl fd06257351 memory: move functions is_romd and section_addr to memory API 14 years ago
Avi Kivity a2d335214a memory: fix I/O port aliases 14 years ago
Avi Kivity 50c1e1491e memory: support stateless memory listeners 14 years ago
Avi Kivity 7376e5827a memory: allow MemoryListeners to observe a specific address space 14 years ago
Avi Kivity 7a8499e88b memory: add a readonly attribute to MemoryRegionSection 14 years ago
Avi Kivity 80a1ea3748 memory: move ioeventfd ops to MemoryListener 14 years ago
Avi Kivity 72e22d2fe1 memory: switch memory listeners to a QTAILQ 14 years ago
Avi Kivity 2b50aa1f14 memory: remove memory_region_set_offset() 14 years ago
Blue Swirl cd7a45c95e memory: change dirty getting API to take a size 14 years ago
Blue Swirl fd4aa97903 memory: change dirty setting APIs to take a size 15 years ago
Jan Kiszka 1660e72d4f memory: Introduce memory_region_init_reservation 15 years ago
Stefan Weil dabdf39425 Spelling fixes in comments and documentation 14 years ago
Avi Kivity 75c578dcaa Drop IO_MEM_ROMD 14 years ago
Avi Kivity b3b00c78d8 Remove IO_MEM_SUBPAGE 14 years ago
Avi Kivity 26a83ad0e7 memory: remove MemoryRegion::backend_registered 14 years ago
Avi Kivity c5705a7728 vmstate, memory: decouple vmstate from memory API 15 years ago
Avi Kivity 8991c79b57 memory: introduce memory_region_name() 15 years ago
Avi Kivity e34911c420 memory: temporarily add memory_region_get_ram_addr() 15 years ago
Avi Kivity 7664e80c84 memory: add API for observing updates to the physical memory map 15 years ago
Avi Kivity 86e775c654 memory: replace cpu_physical_sync_dirty_bitmap() with a memory API 15 years ago
Avi Kivity e2177955a8 memory: introduce memory_region_find() 15 years ago
Avi Kivity 55043ba37e memory: add memory_region_is_logging() 15 years ago
Avi Kivity ce7923da4d memory: add memory_region_is_rom() 15 years ago
Avi Kivity 8ea9252abe memory: add memory_region_is_ram() 15 years ago
Ademar de Souza Reis Jr 69ddaf6659 memory: minor documentation fixes/enhancements 15 years ago
Avi Kivity 4703359e0e memory: introduce memory_region_set_alias_offset() 15 years ago
Avi Kivity 2282e1af40 memory: introduce memory_region_set_address() 15 years ago
Avi Kivity 6bba19ba4e memory: introduce memory_region_set_enabled() 15 years ago
Avi Kivity 897fa7cff2 memory: add MemoryRegionOps::valid.accepts 15 years ago
Avi Kivity 08dafab4bd memory: use 128-bit integers for sizes and intermediates 15 years ago
Blue Swirl 314e298735 memory: simple memory tree printer 15 years ago
Avi Kivity fb1cd6f998 memory: implement memory_region_set_readonly() 15 years ago
Avi Kivity 75f5941cb5 memory: add opaque parameter to memory_region_init_rom_device() 15 years ago
Avi Kivity d0a9b5bc0a memory: add API for creating ROM/device regions 15 years ago
Avi Kivity 545e92e06a memory: reclaim resources when a memory region is destroyed for good 15 years ago
Avi Kivity 2dd3022826 memory: rename PORTIO_END to PORTIO_END_OF_LIST 15 years ago
Avi Kivity 4ef4db8603 memory: transaction API 15 years ago
Avi Kivity 3e9d69e737 memory: add ioeventfd support 15 years ago