1. 2c7cfd6 memory: fix a bug of detection of memory region collision by Hu Tao · 12 years ago
  2. 5bbf90b memory: Use non-bitops ctzl by Richard Henderson · 12 years ago
  3. fbeadf5 bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzl by Paolo Bonzini · 12 years ago
  4. 6c279db memory: introduce memory_region_test_and_clear_dirty by Juan Quintela · 12 years ago
  5. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  6. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  7. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  8. 7ea692b memory: Don't dump disabled regions by Jan Kiszka · 12 years ago
  9. 22bde71 memory: Reintroduce dirty flag to optimize changes on disabled regions by Jan Kiszka · 12 years ago
  10. d26a8ca memory: fix rendering of a region obscured by another by Avi Kivity · 12 years ago
  11. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  12. 50d2b4d Merge remote-tracking branch 'qemu-kvm/memory/urgent' into staging by Anthony Liguori · 12 years ago
  13. 83f3c25 memory: add address_space_destroy() by Avi Kivity · 12 years ago
  14. ac1970f memory: per-AddressSpace dispatch by Avi Kivity · 12 years ago
  15. f6790af memory: use AddressSpace for MemoryListener filtering by Avi Kivity · 12 years ago
  16. 2673a5d memory: move address_space_memory and address_space_io out of memory core by Avi Kivity · 12 years ago
  17. 95d2994 memory: manage coalesced mmio via a MemoryListener by Avi Kivity · 12 years ago
  18. 2be0e25 memory: abort if a memory region is destroyed during a transaction by Avi Kivity · 12 years ago
  19. 28f362b memory: Make eventfd adhere to device endianness by Alexander Graf · 12 years ago
  20. 975aefe memory: provide defaults for MemoryListener operations by Avi Kivity · 12 years ago
  21. 0d673e3 memory: maintain a list of address spaces by Avi Kivity · 12 years ago
  22. 9ad2bbc memory: export AddressSpace by Avi Kivity · 12 years ago
  23. 8786db7 memory: prepare AddressSpace for exporting by Avi Kivity · 12 years ago
  24. 7762c2c memory: rename 'exec-obsolete.h' by Avi Kivity · 13 years ago
  25. bb880de memory: Flush coalesced MMIO on mapping and state changes by Jan Kiszka · 13 years ago
  26. 02e2b95 memory: Fold memory_region_update_topology into memory_region_transaction_commit by Jan Kiszka · 13 years ago
  27. 59023ef memory: Use transaction_begin/commit also for single-step operations by Jan Kiszka · 13 years ago
  28. d410515 memory: Flush coalesced MMIO on selected region access by Jan Kiszka · 13 years ago
  29. 7e2a62d memory: Fix copy&paste mistake in memory_region_iorange_write by Jan Kiszka · 13 years ago
  30. 753d5e1 memory: pass EventNotifier, not eventfd by Paolo Bonzini · 13 years ago
  31. 221b3a3 memory: check address space when a listener is registered by Julien Grall · 13 years ago
  32. b9f9be8 memory: print aliased IO ranges in info mtree by Blue Swirl · 13 years ago
  33. 97161e1 memory: get rid of cpu_register_io_memory() by Avi Kivity · 13 years ago
  34. 37ec01d memory: dispatch directly via MemoryRegion by Avi Kivity · 13 years ago
  35. a2d3352 memory: fix I/O port aliases by Avi Kivity · 13 years ago
  36. 50c1e14 memory: support stateless memory listeners by Avi Kivity · 13 years ago
  37. 7376e58 memory: allow MemoryListeners to observe a specific address space by Avi Kivity · 13 years ago
  38. 8df8a84 memory: drop AddressSpaceOps by Avi Kivity · 13 years ago
  39. 9363274 memory: use a MemoryListener for core memory map updates too by Avi Kivity · 13 years ago
  40. d7ec83e memory: don't pass ->readable attribute to cpu_register_physical_memory_log by Avi Kivity · 13 years ago
  41. 7a8499e memory: add a readonly attribute to MemoryRegionSection by Avi Kivity · 13 years ago
  42. 80a1ea3 memory: move ioeventfd ops to MemoryListener by Avi Kivity · 13 years ago
  43. 0e0d36b memory: code motion: move MEMORY_LISTENER_CALL() by Avi Kivity · 13 years ago
  44. 72e22d2 memory: switch memory listeners to a QTAILQ by Avi Kivity · 13 years ago
  45. 946996e memory: add shorthand for invoking a callback on all listeners by Avi Kivity · 13 years ago
  46. 2b50aa1 memory: remove memory_region_set_offset() by Avi Kivity · 13 years ago
  47. 4896d74 memory-region: Report if region is read-only or write-only on info mtree by Jan Kiszka · 13 years ago
  48. cd7a45c memory: change dirty getting API to take a size by Blue Swirl · 13 years ago
  49. fd4aa97 memory: change dirty setting APIs to take a size by Blue Swirl · 13 years ago
  50. 1660e72 memory: Introduce memory_region_init_reservation by Jan Kiszka · 13 years ago
  51. 6b620ca prepare for future GPLv2+ relicensing by Paolo Bonzini · 13 years ago
  52. 1470a0c memory: Fix adjust_endianness() by Andreas Färber · 13 years ago
  53. 2c3579a memory: Fix memory_region_wrong_endianness() by Andreas Färber · 13 years ago
  54. 75c578d Drop IO_MEM_ROMD by Avi Kivity · 13 years ago
  55. b3b00c7 Remove IO_MEM_SUBPAGE by Avi Kivity · 13 years ago
  56. a621f38 Direct dispatch through MemoryRegion by Avi Kivity · 13 years ago
  57. dd81124 Switch cpu_register_physical_memory_log() to use MemoryRegions by Avi Kivity · 13 years ago
  58. 0e0df1e Convert IO_MEM_{RAM,ROM,UNASSIGNED,NOTDIRTY} to MemoryRegions by Avi Kivity · 13 years ago
  59. 1d393fa Avoid range comparisons on io index types by Avi Kivity · 13 years ago
  60. 26a83ad memory: remove MemoryRegion::backend_registered by Avi Kivity · 13 years ago
  61. acbbec5 memory: move mmio access to functions by Avi Kivity · 13 years ago
  62. be675c9 memory: move endianness compensation to memory core by Avi Kivity · 13 years ago
  63. 8f77558 memory: obsolete cpu_physical_memory_[gs]et_dirty_tracking() by Avi Kivity · 13 years ago
  64. c5705a7 vmstate, memory: decouple vmstate from memory API by Avi Kivity · 13 years ago
  65. 8991c79 memory: introduce memory_region_name() by Avi Kivity · 13 years ago
  66. dcd97e3 memory: remove CPUPhysMemoryClient by Avi Kivity · 13 years ago
  67. e34911c memory: temporarily add memory_region_get_ram_addr() by Avi Kivity · 13 years ago
  68. 9f213ed kvm: switch kvm slots to use host virtual address instead of ram_addr_t by Avi Kivity · 13 years ago
  69. 7664e80 memory: add API for observing updates to the physical memory map by Avi Kivity · 13 years ago
  70. 86e775c memory: replace cpu_physical_sync_dirty_bitmap() with a memory API by Avi Kivity · 13 years ago
  71. e217795 memory: introduce memory_region_find() by Avi Kivity · 13 years ago
  72. 55043ba memory: add memory_region_is_logging() by Avi Kivity · 13 years ago
  73. ce7923d memory: add memory_region_is_rom() by Avi Kivity · 13 years ago
  74. 8ea9252 memory: add memory_region_is_ram() by Avi Kivity · 13 years ago
  75. f76d27b Merge remote-tracking branch 'qemu-kvm/memory/exec-obsolete' into staging by Anthony Liguori · 13 years ago
  76. 4a1cc68 Merge remote-tracking branch 'qemu-kvm/memory/xen' into staging by Anthony Liguori · 13 years ago
  77. 67d95c1 memory: move obsolete exec.c functions to a private header by Avi Kivity · 13 years ago
  78. fce537d memory, xen: pass MemoryRegion to xen_ram_alloc() by Avi Kivity · 13 years ago
  79. e87c099 memory: optimize empty transactions due to mutators by Avi Kivity · 14 years ago
  80. 4703359 memory: introduce memory_region_set_alias_offset() by Avi Kivity · 13 years ago
  81. 2282e1a memory: introduce memory_region_set_address() by Avi Kivity · 14 years ago
  82. 6bba19b memory: introduce memory_region_set_enabled() by Avi Kivity · 14 years ago
  83. 897fa7c memory: add MemoryRegionOps::valid.accepts by Avi Kivity · 13 years ago
  84. 88365e4 memory: fix 'info mtree' segfaults by Avi Kivity · 13 years ago
  85. 08dafab memory: use 128-bit integers for sizes and intermediates by Avi Kivity · 13 years ago
  86. 03808f5 memory: Fix old portio word accesses by Jan Kiszka · 14 years ago
  87. 6bf9fd4 Introduce PortioList by Avi Kivity · 14 years ago
  88. 9479c57 memory: Print regions in ascending order by Jan Kiszka · 13 years ago
  89. 0663181 memory: Do not print empty PIO root by Jan Kiszka · 13 years ago
  90. 4b474ba memory: Print region priority by Jan Kiszka · 13 years ago
  91. 314e298 memory: simple memory tree printer by Blue Swirl · 14 years ago
  92. fb1cd6f memory: implement memory_region_set_readonly() by Avi Kivity · 14 years ago
  93. 860329b memory: fix subregion collision warning by Michael Walle · 14 years ago
  94. d296363 Fix subtle integer overflow bug in memory API by David Gibson · 14 years ago
  95. 021d26d memory: Fix memory_region_get_ram_ptr for ROM devices by Jan Kiszka · 14 years ago
  96. b5fe14c memory: fix rom_device I/O mode by Avi Kivity · 14 years ago
  97. 75f5941 memory: add opaque parameter to memory_region_init_rom_device() by Avi Kivity · 14 years ago
  98. 7bc2b9c memory: fix memory_region_init_rom_device() not initializing ->ops by Avi Kivity · 14 years ago
  99. 563ea48 memory: Fix old_portio vs non-zero offset by Richard Henderson · 14 years ago
  100. a5e1cbc memory: temporarily suppress the subregion collision warning by Anthony Liguori · 14 years ago