1. cd7a45c memory: change dirty getting API to take a size by Blue Swirl · 13 years ago
  2. fd4aa97 memory: change dirty setting APIs to take a size by Blue Swirl · 13 years ago
  3. 1660e72 memory: Introduce memory_region_init_reservation by Jan Kiszka · 13 years ago
  4. dabdf39 Spelling fixes in comments and documentation by Stefan Weil · 13 years ago
  5. 75c578d Drop IO_MEM_ROMD by Avi Kivity · 13 years ago
  6. b3b00c7 Remove IO_MEM_SUBPAGE by Avi Kivity · 13 years ago
  7. 26a83ad memory: remove MemoryRegion::backend_registered by Avi Kivity · 13 years ago
  8. c5705a7 vmstate, memory: decouple vmstate from memory API by Avi Kivity · 13 years ago
  9. 8991c79 memory: introduce memory_region_name() by Avi Kivity · 13 years ago
  10. e34911c memory: temporarily add memory_region_get_ram_addr() by Avi Kivity · 13 years ago
  11. 7664e80 memory: add API for observing updates to the physical memory map by Avi Kivity · 13 years ago
  12. 86e775c memory: replace cpu_physical_sync_dirty_bitmap() with a memory API by Avi Kivity · 13 years ago
  13. e217795 memory: introduce memory_region_find() by Avi Kivity · 13 years ago
  14. 55043ba memory: add memory_region_is_logging() by Avi Kivity · 13 years ago
  15. ce7923d memory: add memory_region_is_rom() by Avi Kivity · 13 years ago
  16. 8ea9252 memory: add memory_region_is_ram() by Avi Kivity · 13 years ago
  17. cde7fc3 Merge remote-tracking branch 'qemu-kvm/memory/mutators' into staging by Anthony Liguori · 13 years ago
  18. 69ddaf6 memory: minor documentation fixes/enhancements by Ademar de Souza Reis Jr · 13 years ago
  19. 4703359 memory: introduce memory_region_set_alias_offset() by Avi Kivity · 13 years ago
  20. 2282e1a memory: introduce memory_region_set_address() by Avi Kivity · 13 years ago
  21. 6bba19b memory: introduce memory_region_set_enabled() by Avi Kivity · 13 years ago
  22. 897fa7c memory: add MemoryRegionOps::valid.accepts by Avi Kivity · 13 years ago
  23. 08dafab memory: use 128-bit integers for sizes and intermediates by Avi Kivity · 13 years ago
  24. 314e298 memory: simple memory tree printer by Blue Swirl · 13 years ago
  25. fb1cd6f memory: implement memory_region_set_readonly() by Avi Kivity · 13 years ago
  26. 75f5941 memory: add opaque parameter to memory_region_init_rom_device() by Avi Kivity · 14 years ago
  27. d0a9b5b memory: add API for creating ROM/device regions by Avi Kivity · 14 years ago
  28. 545e92e memory: reclaim resources when a memory region is destroyed for good by Avi Kivity · 14 years ago
  29. 2dd3022 memory: rename PORTIO_END to PORTIO_END_OF_LIST by Avi Kivity · 14 years ago
  30. 4ef4db8 memory: transaction API by Avi Kivity · 14 years ago
  31. 3e9d69e memory: add ioeventfd support by Avi Kivity · 14 years ago
  32. 74901c3 memory: add backward compatibility for old mmio registration by Avi Kivity · 14 years ago
  33. 627a0e9 memory: add backward compatibility for old portio registration by Avi Kivity · 14 years ago
  34. 658b222 memory: I/O address space support by Avi Kivity · 14 years ago
  35. 16ef61c memory: late initialization of ram_addr by Avi Kivity · 14 years ago
  36. 14a3c10 memory: rename MemoryRegion::has_ram_addr to ::terminates by Avi Kivity · 14 years ago
  37. 5a58334 memory: implement dirty tracking by Avi Kivity · 14 years ago
  38. 093bc2c Hierarchical memory region API by Avi Kivity · 14 years ago