1. a904c91 exec: fix madvise of NULL pointer by Paolo Bonzini · 10 years ago
  2. ec53b45 exec.c: Drop TARGET_HAS_ICE define and checks by Peter Maydell · 10 years ago
  3. aaf0301 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago
  4. 62be4e3 exec: qemu_ram_alloc_resizeable, qemu_ram_resize by Michael S. Tsirkin · 10 years ago
  5. 9b8424d exec: split length -> used_length/max_length by Michael S. Tsirkin · 10 years ago
  6. c8d6f66 exec: cpu_physical_memory_set/clear_dirty_range by Michael S. Tsirkin · 10 years ago
  7. ff6cff7 exec: allows 8-byte accesses in subpage_ops by Paolo Bonzini · 10 years ago
  8. adee642 exec: change default exception_index value for migration to -1 by Paolo Bonzini · 10 years ago
  9. 1240be2 exec: add wrapper for host pointer access by Michael S. Tsirkin · 10 years ago
  10. a2b257d memory: expose alignment used for allocating RAM as MemoryRegion API by Igor Mammedov · 10 years ago
  11. f874bf9 exec: Handle multipage ranges in invalidate_and_set_dirty() by Peter Maydell · 10 years ago
  12. 07e2863 exec.c: fix setting 1-byte-long watchpoints by Max Filippov · 11 years ago
  13. cc35a44 Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging by Peter Maydell · 11 years ago
  14. 2b31cd4 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 11 years ago
  15. e4d9df4 exec: file_ram_alloc(): print error when prealloc fails by Luiz Capitulino · 11 years ago
  16. 0822567 exec.c: Record watchpoint fault address and direction by Peter Maydell · 11 years ago
  17. 3ee887e exec.c: Provide full set of dummy wp remove functions in user-mode by Peter Maydell · 11 years ago
  18. 05068c0 exec.c: Relax restrictions on watchpoint length and alignment by Peter Maydell · 11 years ago
  19. fc7a580 exec: add parameter errp to gethugepagesize by Hu Tao · 11 years ago
  20. 557529d exec: report error when memory < hpagesize by Hu Tao · 11 years ago
  21. ef701d7 exec: add parameter errp to qemu_ram_alloc and qemu_ram_alloc_from_ptr by Hu Tao · 11 years ago
  22. 6c3bff0 exec: Save CPUState::exception_index field by Pavel Dovgaluk · 11 years ago
  23. 8d7b8cb iommu: add is_write as a parameter to the translate function of MemoryRegionIOMMUOps by Le Tan · 11 years ago
  24. 0e4a773 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 11 years ago
  25. 83234bf exec: Abstract away ref to memory region names by Peter Crosthwaite · 11 years ago
  26. 6886867 exec: fix migration with devices that use address_space_rw by Paolo Bonzini · 11 years ago
  27. 1f6245e memory: do not give a name to the internal exec.c regions by Paolo Bonzini · 11 years ago
  28. b4fefef memory: MemoryRegion: QOMify by Peter Crosthwaite · 11 years ago
  29. 98ed8ec exec: introduce target_words_bigendian() helper by Greg Kurz · 11 years ago
  30. 3fd74b8 vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE message by Damjan Marion · 11 years ago
  31. 224f9fd tcg-ppc: Merge cache-utils into the backend by Richard Henderson · 11 years ago
  32. dbcb898 hostmem: add property to map memory with MAP_SHARED by Paolo Bonzini · 11 years ago
  33. a35ba7b hostmem: allow preallocation of any memory region by Paolo Bonzini · 11 years ago
  34. 7f56e74 memory: add error propagation to file-based RAM allocation by Paolo Bonzini · 11 years ago
  35. 0b183fc memory: move mem_path handling to memory_region_allocate_system_memory by Paolo Bonzini · 11 years ago
  36. 7bd4f43 memory: move RAM_PREALLOC_MASK to exec.c, rename by Paolo Bonzini · 11 years ago
  37. 3818331 memory: move preallocation code out of exec.c by Paolo Bonzini · 11 years ago
  38. e1c57ab memory: reorganize file-based allocation by Paolo Bonzini · 11 years ago
  39. a656e22 exec: dummy_section: Pass address space through. by Peter Crosthwaite · 11 years ago
  40. 20cfe88 exec: introduce qemu_ram_unset_idstr() to unset RAMBlock idstr by Hu Tao · 11 years ago
  41. 35d0845 savevm: Remove all the unneeded version_minimum_id_old (rest) by Juan Quintela · 11 years ago
  42. fe680d0 exec: Limit translation limiting in address_space_translate to xen by Alexey Kardashevskiy · 11 years ago
  43. c01a71c exec: Fix CPU rework fallout by Christian Borntraeger · 11 years ago
  44. 00c8cb0 cputlb: Change tlb_flush() argument to CPUState by Andreas Färber · 12 years ago
  45. 31b030d cputlb: Change tlb_flush_page() argument to CPUState by Andreas Färber · 12 years ago
  46. a47dddd exec: Change cpu_abort() argument to CPUState by Andreas Färber · 12 years ago
  47. bb0e627 exec: Change memory_region_section_get_iotlb() argument to CPUState by Andreas Färber · 12 years ago
  48. 0ea8cb8 cpu-exec: Change cpu_resume_from_signal() argument to CPUState by Andreas Färber · 12 years ago
  49. b3310ab exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argument by Andreas Färber · 12 years ago
  50. 75a3403 exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument by Andreas Färber · 12 years ago
  51. 648f034 translate-all: Change tb_gen_code() argument to CPUState by Andreas Färber · 12 years ago
  52. 239c51a translate-all: Change tb_check_watchpoint() argument to CPUState by Andreas Färber · 12 years ago
  53. 5638d18 cpu-exec: Change cpu_loop_exit() argument to CPUState by Andreas Färber · 12 years ago
  54. f0c3c50 cpu: Move breakpoints field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  55. ff4700b cpu: Move watchpoint fields from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  56. 2710342 cpu: Move exception_index field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  57. 93afead cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  58. 2396187 Merge remote-tracking branch 'remotes/kvm/uq/master' into staging by Peter Maydell · 11 years ago
  59. 777872e exec: Remove unneeded include files by Stefan Weil · 11 years ago
  60. f9a49df file_ram_alloc: unify mem-path,mem-prealloc error handling by Marcelo Tosatti · 11 years ago
  61. 2e38847 exec: Make cpu_memory_rw_debug use the CPUs AS by Edgar E. Iglesias · 11 years ago
  62. 2a22165 exec: Make cpu_physical_memory_write_rom input an AS by Edgar E. Iglesias · 11 years ago
  63. db3be60 exec: Make stb_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  64. 5ce5944 exec: Make stw_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  65. 2198a12 exec: Make stl_phys_notdirty input an AddressSpace by Edgar E. Iglesias · 11 years ago
  66. ab1da85 exec: Make stl_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  67. f606604 exec: Make stq_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  68. 41701aa exec: Make lduw_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  69. 2c17449 exec: Make ldq/ldub_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  70. fdfba1a exec: Make ldl_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  71. 33bde2e exec: On AS changes, only flush affected CPU TLBs by Edgar E. Iglesias · 11 years ago
  72. 09daed8 cpu: Add per-cpu address space by Edgar E. Iglesias · 11 years ago
  73. 1b3fb98 exec: Make memory_region_section_get_iotlb use section AS by Edgar E. Iglesias · 11 years ago
  74. 3be91e8 exec: Always initialize MemorySection address spaces by Edgar E. Iglesias · 11 years ago
  75. 7771709 exec: Make iotlb_to_region input an AS by Edgar E. Iglesias · 11 years ago
  76. 29d8ec7 exec: Make tb_invalidate_phys_addr input an AS by Edgar E. Iglesias · 11 years ago
  77. a87f395 memory: fix limiting of translation at a page boundary by Paolo Bonzini · 11 years ago
  78. 360e607 address_space_translate: do not cross page boundaries by Stefano Stabellini · 11 years ago
  79. 0169c51 Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 11 years ago
  80. 220c3eb memory: split cpu_physical_memory_* functions to its own include by Juan Quintela · 11 years ago
  81. 981fdf2 memory: cpu_physical_memory_set_dirty_tracking() should return void by Juan Quintela · 11 years ago
  82. a2f4d5b memory: make cpu_physical_memory_reset_dirty() take a length parameter by Juan Quintela · 11 years ago
  83. a2cd8c8 memory: s/dirty/clean/ in cpu_physical_memory_is_dirty() by Juan Quintela · 11 years ago
  84. ace694c memory: s/mask/clear/ cpu_physical_memory_mask_dirty_range by Juan Quintela · 11 years ago
  85. 1ab4c8c memory: split dirty bitmap into three by Juan Quintela · 11 years ago
  86. 2152f5c memory: only resize dirty bitmap when memory size increases by Juan Quintela · 11 years ago
  87. 5215919 memory: cpu_physical_memory_mask_dirty_range() always clears a single flag by Juan Quintela · 11 years ago
  88. 75218e7 memory: cpu_physical_memory_set_dirty_range() always dirty all flags by Juan Quintela · 11 years ago
  89. 63995ce memory: set single dirty flags when possible by Juan Quintela · 11 years ago
  90. 4f08cab memory: make cpu_physical_memory_is_dirty return bool by Juan Quintela · 11 years ago
  91. 7e5609a exec: create function to get a single dirty bit by Juan Quintela · 11 years ago
  92. 0656794 exec: use accessor function to know if memory is dirty by Juan Quintela · 11 years ago
  93. 2ba8285 mempath prefault: fix off-by-one error by Marcelo Tosatti · 11 years ago
  94. 582b55a roms: Flush icache when writing roms to guest memory by Alexander Graf · 11 years ago
  95. a94b36d roms: Flush icache when writing roms to guest memory by Alexander Graf · 11 years ago
  96. 53cb28c exec: separate sections and nodes per address space by Marcel Apfelbaum · 11 years ago
  97. 026736c exec: reduce L2_PAGE_SIZE by Michael S. Tsirkin · 11 years ago
  98. 57271d6 exec: make address spaces 64-bit wide by Paolo Bonzini · 11 years ago
  99. b35ba30 exec: memory radix tree page level compression by Michael S. Tsirkin · 11 years ago
  100. 97115a8 exec: pass hw address to phys_page_find by Michael S. Tsirkin · 11 years ago