1. 6b620ca prepare for future GPLv2+ relicensing by Paolo Bonzini · 13 years ago
  2. 1470a0c memory: Fix adjust_endianness() by Andreas Färber · 13 years ago
  3. 2c3579a memory: Fix memory_region_wrong_endianness() by Andreas Färber · 13 years ago
  4. 75c578d Drop IO_MEM_ROMD by Avi Kivity · 13 years ago
  5. b3b00c7 Remove IO_MEM_SUBPAGE by Avi Kivity · 13 years ago
  6. a621f38 Direct dispatch through MemoryRegion by Avi Kivity · 13 years ago
  7. dd81124 Switch cpu_register_physical_memory_log() to use MemoryRegions by Avi Kivity · 13 years ago
  8. 0e0df1e Convert IO_MEM_{RAM,ROM,UNASSIGNED,NOTDIRTY} to MemoryRegions by Avi Kivity · 13 years ago
  9. 1d393fa Avoid range comparisons on io index types by Avi Kivity · 13 years ago
  10. 26a83ad memory: remove MemoryRegion::backend_registered by Avi Kivity · 13 years ago
  11. acbbec5 memory: move mmio access to functions by Avi Kivity · 13 years ago
  12. be675c9 memory: move endianness compensation to memory core by Avi Kivity · 13 years ago
  13. 8f77558 memory: obsolete cpu_physical_memory_[gs]et_dirty_tracking() by Avi Kivity · 13 years ago
  14. c5705a7 vmstate, memory: decouple vmstate from memory API by Avi Kivity · 13 years ago
  15. 8991c79 memory: introduce memory_region_name() by Avi Kivity · 13 years ago
  16. dcd97e3 memory: remove CPUPhysMemoryClient by Avi Kivity · 13 years ago
  17. e34911c memory: temporarily add memory_region_get_ram_addr() by Avi Kivity · 13 years ago
  18. 9f213ed kvm: switch kvm slots to use host virtual address instead of ram_addr_t by Avi Kivity · 13 years ago
  19. 7664e80 memory: add API for observing updates to the physical memory map by Avi Kivity · 13 years ago
  20. 86e775c memory: replace cpu_physical_sync_dirty_bitmap() with a memory API by Avi Kivity · 13 years ago
  21. e217795 memory: introduce memory_region_find() by Avi Kivity · 13 years ago
  22. 55043ba memory: add memory_region_is_logging() by Avi Kivity · 13 years ago
  23. ce7923d memory: add memory_region_is_rom() by Avi Kivity · 13 years ago
  24. 8ea9252 memory: add memory_region_is_ram() by Avi Kivity · 13 years ago
  25. f76d27b Merge remote-tracking branch 'qemu-kvm/memory/exec-obsolete' into staging by Anthony Liguori · 13 years ago
  26. 4a1cc68 Merge remote-tracking branch 'qemu-kvm/memory/xen' into staging by Anthony Liguori · 13 years ago
  27. 67d95c1 memory: move obsolete exec.c functions to a private header by Avi Kivity · 13 years ago
  28. fce537d memory, xen: pass MemoryRegion to xen_ram_alloc() by Avi Kivity · 13 years ago
  29. e87c099 memory: optimize empty transactions due to mutators by Avi Kivity · 13 years ago
  30. 4703359 memory: introduce memory_region_set_alias_offset() by Avi Kivity · 13 years ago
  31. 2282e1a memory: introduce memory_region_set_address() by Avi Kivity · 13 years ago
  32. 6bba19b memory: introduce memory_region_set_enabled() by Avi Kivity · 13 years ago
  33. 897fa7c memory: add MemoryRegionOps::valid.accepts by Avi Kivity · 13 years ago
  34. 88365e4 memory: fix 'info mtree' segfaults by Avi Kivity · 13 years ago
  35. 08dafab memory: use 128-bit integers for sizes and intermediates by Avi Kivity · 13 years ago
  36. 03808f5 memory: Fix old portio word accesses by Jan Kiszka · 13 years ago
  37. 6bf9fd4 Introduce PortioList by Avi Kivity · 13 years ago
  38. 9479c57 memory: Print regions in ascending order by Jan Kiszka · 13 years ago
  39. 0663181 memory: Do not print empty PIO root by Jan Kiszka · 13 years ago
  40. 4b474ba memory: Print region priority by Jan Kiszka · 13 years ago
  41. 314e298 memory: simple memory tree printer by Blue Swirl · 13 years ago
  42. fb1cd6f memory: implement memory_region_set_readonly() by Avi Kivity · 13 years ago
  43. 860329b memory: fix subregion collision warning by Michael Walle · 13 years ago
  44. d296363 Fix subtle integer overflow bug in memory API by David Gibson · 13 years ago
  45. 021d26d memory: Fix memory_region_get_ram_ptr for ROM devices by Jan Kiszka · 14 years ago
  46. b5fe14c memory: fix rom_device I/O mode by Avi Kivity · 14 years ago
  47. 75f5941 memory: add opaque parameter to memory_region_init_rom_device() by Avi Kivity · 14 years ago
  48. 7bc2b9c memory: fix memory_region_init_rom_device() not initializing ->ops by Avi Kivity · 14 years ago
  49. 563ea48 memory: Fix old_portio vs non-zero offset by Richard Henderson · 14 years ago
  50. a5e1cbc memory: temporarily suppress the subregion collision warning by Anthony Liguori · 14 years ago
  51. 3a130f4 memory: crack wide ioport accesses into smaller ones when needed by Avi Kivity · 14 years ago
  52. 164a4dc memory: abstract cracking of write access ops into a function by Avi Kivity · 14 years ago
  53. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  54. d0a9b5b memory: add API for creating ROM/device regions by Avi Kivity · 14 years ago
  55. 545e92e memory: reclaim resources when a memory region is destroyed for good by Avi Kivity · 14 years ago
  56. 8417ceb memory: use signed arithmetic by Avi Kivity · 14 years ago
  57. 39b796f memory: synchronize dirty bitmap before unmapping a range by Avi Kivity · 14 years ago
  58. 4ef4db8 memory: transaction API by Avi Kivity · 14 years ago
  59. b8af1af memory: separate building the final memory map into two steps by Avi Kivity · 14 years ago
  60. 3e9d69e memory: add ioeventfd support by Avi Kivity · 14 years ago
  61. 74901c3 memory: add backward compatibility for old mmio registration by Avi Kivity · 14 years ago
  62. 627a0e9 memory: add backward compatibility for old portio registration by Avi Kivity · 14 years ago
  63. 658b222 memory: I/O address space support by Avi Kivity · 14 years ago
  64. 16ef61c memory: late initialization of ram_addr by Avi Kivity · 14 years ago
  65. 14a3c10 memory: rename MemoryRegion::has_ram_addr to ::terminates by Avi Kivity · 14 years ago
  66. cc31e6e memory: abstract address space operations by Avi Kivity · 14 years ago
  67. 1c0ffa5 Internal interfaces for memory API by Avi Kivity · 14 years ago
  68. 3d8e6bf memory: merge adjacent segments of a single memory region by Avi Kivity · 14 years ago
  69. 5a58334 memory: implement dirty tracking by Avi Kivity · 14 years ago
  70. 093bc2c Hierarchical memory region API by Avi Kivity · 14 years ago