1. 0169c51 Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 11 years ago
  2. 220c3eb memory: split cpu_physical_memory_* functions to its own include by Juan Quintela · 11 years ago
  3. 981fdf2 memory: cpu_physical_memory_set_dirty_tracking() should return void by Juan Quintela · 11 years ago
  4. a2f4d5b memory: make cpu_physical_memory_reset_dirty() take a length parameter by Juan Quintela · 11 years ago
  5. a2cd8c8 memory: s/dirty/clean/ in cpu_physical_memory_is_dirty() by Juan Quintela · 11 years ago
  6. ace694c memory: s/mask/clear/ cpu_physical_memory_mask_dirty_range by Juan Quintela · 11 years ago
  7. 1ab4c8c memory: split dirty bitmap into three by Juan Quintela · 11 years ago
  8. 2152f5c memory: only resize dirty bitmap when memory size increases by Juan Quintela · 11 years ago
  9. 5215919 memory: cpu_physical_memory_mask_dirty_range() always clears a single flag by Juan Quintela · 11 years ago
  10. 75218e7 memory: cpu_physical_memory_set_dirty_range() always dirty all flags by Juan Quintela · 11 years ago
  11. 63995ce memory: set single dirty flags when possible by Juan Quintela · 11 years ago
  12. 4f08cab memory: make cpu_physical_memory_is_dirty return bool by Juan Quintela · 11 years ago
  13. 7e5609a exec: create function to get a single dirty bit by Juan Quintela · 11 years ago
  14. 0656794 exec: use accessor function to know if memory is dirty by Juan Quintela · 11 years ago
  15. 2ba8285 mempath prefault: fix off-by-one error by Marcelo Tosatti · 11 years ago
  16. 582b55a roms: Flush icache when writing roms to guest memory by Alexander Graf · 11 years ago
  17. a94b36d roms: Flush icache when writing roms to guest memory by Alexander Graf · 11 years ago
  18. 53cb28c exec: separate sections and nodes per address space by Marcel Apfelbaum · 11 years ago
  19. 026736c exec: reduce L2_PAGE_SIZE by Michael S. Tsirkin · 11 years ago
  20. 57271d6 exec: make address spaces 64-bit wide by Paolo Bonzini · 11 years ago
  21. b35ba30 exec: memory radix tree page level compression by Michael S. Tsirkin · 11 years ago
  22. 97115a8 exec: pass hw address to phys_page_find by Michael S. Tsirkin · 11 years ago
  23. 8b79576 exec: extend skip field to 6 bit, page entry to 32 bit by Michael S. Tsirkin · 11 years ago
  24. 9736e55 exec: replace leaf with skip by Michael S. Tsirkin · 11 years ago
  25. 03f4995 split definitions for exec.c and translate-all.c radix trees by Paolo Bonzini · 11 years ago
  26. ef36fa1 qemu: mempath: prefault pages manually (v4) by Marcelo Tosatti · 11 years ago
  27. 29c5b77 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 11 years ago
  28. ef9e455 Revert "exec: limit system memory size" by Michael S. Tsirkin · 11 years ago
  29. e8262a1 exec: fix breakpoint_invalidate when pc may not be translated by Max Filippov · 12 years ago
  30. 818f86b exec: limit system memory size by Michael S. Tsirkin · 11 years ago
  31. e85d9db exec: Fix bounce buffer allocation in address_space_map() by Kevin Wolf · 12 years ago
  32. 041603f exec: remove qemu_safe_ram_ptr by Paolo Bonzini · 12 years ago
  33. 575ddeb exec: Fix prototype of phys_mem_set_alloc and related functions by Stefan Weil · 11 years ago
  34. 39c153b Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging by Anthony Liguori · 11 years ago
  35. 30ba0ee cpu: Move cpu_copy() into linux-user by Andreas Färber · 12 years ago
  36. 016e9d6 exec: cleanup DEBUG_SUBPAGE by Amos Kong · 12 years ago
  37. 2e6ae66 Merge remote-tracking branch 'mjt/trivial-patches' into staging by Anthony Liguori · 12 years ago
  38. 3e4be9c Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 12 years ago
  39. 089f3f7 exec: Fix broken build for MinGW (regression) by Stefan Weil · 12 years ago
  40. 3e469db exec: always use MADV_DONTFORK by Andrea Arcangeli · 12 years ago
  41. 3922825 exec: Don't abort when we can't allocate guest memory by Markus Armbruster · 12 years ago
  42. e1e84ba exec: Clean up unnecessary S390 ifdeffery by Markus Armbruster · 12 years ago
  43. 2eb9fba exec: Drop incorrect & dead S390 code in qemu_ram_remap() by Markus Armbruster · 12 years ago
  44. 9113803 exec: Simplify the guest physical memory allocation hook by Markus Armbruster · 12 years ago
  45. 3435f39 exec: Reduce ifdeffery around -mem-path by Markus Armbruster · 12 years ago
  46. 0628c18 exec: Clean up fall back when -mem-path allocation fails by Markus Armbruster · 12 years ago
  47. dfeaf2a exec: Fix Xen RAM allocation with unusual options by Markus Armbruster · 12 years ago
  48. 2641689 exec: do tcg_commit only when tcg_enabled by liguang · 12 years ago
  49. 3bb28b72 memory: Provide separate handling of unassigned io ports accesses by Jan Kiszka · 12 years ago
  50. 8826624 exec: check offset_within_address_space for register subpage by Hu Tao · 12 years ago
  51. 098178f exec: fix writing to MMIO area with non-power-of-two length by Paolo Bonzini · 12 years ago
  52. 38fcbd3 cpu: Replace qemu_for_each_cpu() by Andreas Färber · 12 years ago
  53. bdc4464 cpu: Use QTAILQ for CPU list by Andreas Färber · 12 years ago
  54. e0d4794 cpu: Fix VMSTATE_CPU() semantics by Andreas Färber · 12 years ago
  55. 38e478e kvm: Change prototype of kvm_update_guest_debug() by Stefan Weil · 12 years ago
  56. 874ec3c Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging by Anthony Liguori · 12 years ago
  57. b24c882 linux-user: Reset copied CPUs in cpu_copy() always by Alexander Graf · 12 years ago
  58. f17ec44 exec: Change cpu_memory_rw_debug() argument to CPUState by Andreas Färber · 12 years ago
  59. 00b941e cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook by Andreas Färber · 12 years ago
  60. 3825b28 cpu: Change cpu_single_step() argument to CPUState by Andreas Färber · 12 years ago
  61. ed2803d cpu: Move singlestep_enabled field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  62. e1622f4 exec: fix incorrect assumptions in memory_access_size by Paolo Bonzini · 12 years ago
  63. cb85f7a exec.c: Pass correct pointer type to qemu_ram_ptr_length by Peter Maydell · 12 years ago
  64. 2332616 exec: Support 64-bit operations in address_space_rw by Richard Henderson · 12 years ago
  65. 51455c5 Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging by Anthony Liguori · 12 years ago
  66. a076285 log: Change log_cpu_state[_mask]() argument to CPUState by Andreas Färber · 12 years ago
  67. 182735e cpu: Make first_cpu and next_cpu CPUState by Andreas Färber · 12 years ago
  68. 4917cf4 cpu: Replace cpu_single_env with CPUState current_cpu by Andreas Färber · 12 years ago
  69. 2ff3de6 Simplify -machine option queries with qemu_get_machine_opts() by Markus Armbruster · 12 years ago
  70. 154bb10 exec: Remove unused global variable phys_ram_fd by Stefan Weil · 12 years ago
  71. c7086b4 exec: change some APIs to take AddressSpaceDispatch by Paolo Bonzini · 12 years ago
  72. 6092666 exec: remove cur_map by Paolo Bonzini · 12 years ago
  73. 0475d94 exec: put memory map in AddressSpaceDispatch by Paolo Bonzini · 12 years ago
  74. 0075270 exec: separate current radix tree from the one being built by Paolo Bonzini · 12 years ago
  75. 89ae337 exec: move listener from AddressSpaceDispatch to AddressSpace by Paolo Bonzini · 12 years ago
  76. 9affd6f exec: separate current memory map from the one being built by Paolo Bonzini · 12 years ago
  77. b41aac4 exec: change well-known physical sections to macros by Liu Ping Fan · 12 years ago
  78. d3e7155 memory: ref/unref memory across address_space_map/unmap by Paolo Bonzini · 12 years ago
  79. e3127ae exec: reorganize address_space_map by Paolo Bonzini · 12 years ago
  80. 1b5ec23 memory: return MemoryRegion from qemu_ram_addr_from_host by Paolo Bonzini · 12 years ago
  81. 7443b43 exec: move qemu_ram_addr_from_host_nofail to cputlb.c by Paolo Bonzini · 12 years ago
  82. 23887b7 exec: check MRU in qemu_ram_addr_from_host by Paolo Bonzini · 12 years ago
  83. dfde4e6 memory: add ref/unref calls by Paolo Bonzini · 12 years ago
  84. b7e9516 exec: simplify destruction of the phys map by Paolo Bonzini · 12 years ago
  85. 058bc4b memory: destroy phys_sections one by one by Paolo Bonzini · 12 years ago
  86. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  87. b40acf9 ioport: Switch dispatching to memory core layer by Jan Kiszka · 12 years ago
  88. 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 12 years ago
  89. 60a3e17 cpu: Change cpu_exit() argument to CPUState by Andreas Färber · 12 years ago
  90. 1a1562f cpu: Introduce VMSTATE_CPU() macro for CPUState by Andreas Färber · 12 years ago
  91. ec3f8c9 linux-user: Fix compilation failure by Peter Maydell · 12 years ago
  92. bd2fa51 rdma: introduce qemu_ram_foreach_block() by Michael R. Hines · 12 years ago
  93. 7dca804 memory: give name to every AddressSpace by Alexey Kardashevskiy · 12 years ago
  94. df32fd1 dma: eliminate DMAContext by Paolo Bonzini · 12 years ago
  95. 24addbc dma: eliminate old-style IOMMU support by Paolo Bonzini · 12 years ago
  96. 3095115 memory: iommu support by Avi Kivity · 12 years ago
  97. 052e87b memory: make section size a 128-bit integer by Paolo Bonzini · 12 years ago
  98. 733d5ef exec: reorganize mem_add to match Int128 version by Paolo Bonzini · 12 years ago
  99. 99b9cc0 Revert "memory: limit sections in the radix tree to the actual address space size" by Paolo Bonzini · 12 years ago
  100. 5c8a00c exec: return MemoryRegion from address_space_translate by Paolo Bonzini · 12 years ago