1. 02d0e09 os-posix: include sys/mman.h by Paolo Bonzini · 9 years ago
  2. d6b6aec exec: Fix qemu_ram_block_from_host for Xen by Anthony PERARD · 9 years ago
  3. 6886b98 cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc() by Peter Maydell · 9 years ago
  4. 500acc9 Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160531' into staging by Peter Maydell · 9 years ago
  5. 9dfeca7 exec: Do vmstate unregistration from cpu_exec_exit() by Bharata B Rao · 9 years ago
  6. 1c59eb3 exec: Remove cpu from cpus list during cpu_exec_exit() by Bharata B Rao · 9 years ago
  7. 0878d0e exec: hide mr->ram_addr from qemu_get_ram_ptr users by Paolo Bonzini · 9 years ago
  8. 07bdaa4 memory: split memory_region_from_host from qemu_ram_addr_from_host by Paolo Bonzini · 9 years ago
  9. f615f39 exec: remove ram_addr argument from qemu_ram_block_from_host by Paolo Bonzini · 9 years ago
  10. 4ff8757 memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptr by Paolo Bonzini · 9 years ago
  11. e4e6979 memory: remove unnecessary masking of MemoryRegion ram_addr by Paolo Bonzini · 9 years ago
  12. ab0a995 exec: adjust rcu_read_lock requirement by Gonglei · 9 years ago
  13. fa53a0e memory: drop find_ram_block() by Gonglei · 9 years ago
  14. d2f39ad exec.c: Ensure right alignment also for file backed ram by Dominik Dingel · 9 years ago
  15. df43d49 hw: clean up hw/hw.h includes by Paolo Bonzini · 9 years ago
  16. 63c9155 cpu: move exec-all.h inclusion out of cpu.h by Paolo Bonzini · 9 years ago
  17. 33c1187 qemu-common: push cpu.h inclusion out of qemu-common.h by Paolo Bonzini · 9 years ago
  18. 741da0d hw: cannot include hw/hw.h from user emulation by Paolo Bonzini · 11 years ago
  19. 89fee74 tb: consistently use uint32_t for tb->flags by Emilio G. Cota · 9 years ago
  20. 85bc2a1 memory: fix segv on qemu_ram_free(block=0x0) by Marc-André Lureau · 9 years ago
  21. 5c3ece7 exec: fix error handling in file_ram_alloc by Paolo Bonzini · 9 years ago
  22. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  23. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  24. 39c350e exec: fix early return from ram_block_add by Paolo Bonzini · 9 years ago
  25. e1fb647 exec: Fix memory allocation when memory path isn't on hugetlbfs by Markus Armbruster · 9 years ago
  26. fd97fd4 exec: Fix memory allocation when memory path names new file by Markus Armbruster · 9 years ago
  27. 729633c exec: Introduce AddressSpaceDispatch.mru_section by Fam Zheng · 9 years ago
  28. 29cb533 exec: Factor out section_covers_addr by Fam Zheng · 9 years ago
  29. f1060c5 exec: Pass RAMBlock pointer to qemu_ram_free by Fam Zheng · 9 years ago
  30. 8e41fb6 memory: Drop MemoryRegion.ram_addr by Fam Zheng · 9 years ago
  31. 0a75601 memory: Move assignment to ram_block to memory_region_init_* by Fam Zheng · 9 years ago
  32. 528f46a exec: Return RAMBlock pointer from allocating functions by Fam Zheng · 9 years ago
  33. 3655cb9 memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_length by Gonglei · 9 years ago
  34. 58eaa21 exec: store RAMBlock pointer into memory region by Gonglei · 9 years ago
  35. fc1ec1a Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-02-11' into staging by Peter Maydell · 9 years ago
  36. 945123a cpu: cpu_save/cpu_load is no more by Paolo Bonzini · 9 years ago
  37. 568496c cpu: Add callback to check architectural watchpoint match by Sergey Fedorov · 9 years ago
  38. 5b82b70 memory: RCU ram_list.dirty_memory[] for safe RAM hotplug by Stefan Hajnoczi · 9 years ago
  39. 508127e log: do not unnecessarily include qom/cpu.h by Paolo Bonzini · 9 years ago
  40. 7b31bbc exec: Clean up includes by Peter Maydell · 9 years ago
  41. 0b0571d Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160121' into staging by Peter Maydell · 9 years ago
  42. 6731d86 qom/cpu: Add MemoryRegion property by Peter Crosthwaite · 9 years ago
  43. 79ed041 exec.c: Use correct AddressSpace in watch_mem_read and watch_mem_write by Peter Maydell · 9 years ago
  44. 5232e4c exec.c: Use cpu_get_phys_page_attrs_debug by Peter Maydell · 9 years ago
  45. 651a5bc exec.c: Add cpu_get_address_space() by Peter Maydell · 9 years ago
  46. a54c87b exec.c: Pass MemTxAttrs to iotlb_to_region so it uses the right AS by Peter Maydell · 9 years ago
  47. d7898cd cputlb.c: Use correct address space when looking up MemoryRegionSection by Peter Maydell · 9 years ago
  48. 12ebc9a exec.c: Allow target CPUs to define multiple AddressSpaces by Peter Maydell · 9 years ago
  49. 56943e8 exec.c: Don't set cpu->as until cpu_address_space_init by Peter Maydell · 9 years ago
  50. 37aa7a0 xen-hvm: Clean up xen_ram_alloc() error handling by Markus Armbruster · 9 years ago
  51. 56a571d ivshmem: Store file descriptor for vhost-user negotiation by Tetsuya Mukawa · 9 years ago
  52. 3cc8f88 memory: try to inline constant-length reads by Paolo Bonzini · 9 years ago
  53. a203ac7 memory: extract first iteration of address_space_read and address_space_write by Paolo Bonzini · 9 years ago
  54. eb7eeb8 memory: split address_space_read and address_space_write by Paolo Bonzini · 9 years ago
  55. e81bcda exec: make qemu_ram_ptr_length more similar to qemu_get_ram_ptr by Paolo Bonzini · 9 years ago
  56. 49b24af exec: always call qemu_get_ram_ptr within rcu_read_lock by Paolo Bonzini · 9 years ago
  57. 013a294 qemu-log: introduce qemu_log_separate by Paolo Bonzini · 9 years ago
  58. 2f3a2bb exec: Remove unnecessary RAM_FILE flag by Eduardo Habkost · 9 years ago
  59. a29ac16 exec: Eliminate qemu_ram_free_from_ptr() by Eduardo Habkost · 9 years ago
  60. 55b4e80 exec: Stop using memory after free by Don Slutz · 9 years ago
  61. bfc2a1a exec: remove warning about mempath and hugetlbfs by Daniel P. Berrange · 9 years ago
  62. 2c189a4 Revert "exec: silence hugetlbfs warning under qtest" by Daniel P. Berrange · 9 years ago
  63. 1c7ba94 exec: silence hugetlbfs warning under qtest by Marc-André Lureau · 9 years ago
  64. 4ed023c Round up RAMBlock sizes to host page sizes by Dr. David Alan Gilbert · 9 years ago
  65. e3dd749 qemu_ram_block_by_name by Dr. David Alan Gilbert · 9 years ago
  66. 422148d qemu_ram_block_from_host by Dr. David Alan Gilbert · 9 years ago
  67. 038629a Provide runtime Target page information by Dr. David Alan Gilbert · 9 years ago
  68. 68851b9 exec: avoid unnecessary cacheline bounce on ram_list.mru_block by Paolo Bonzini · 9 years ago
  69. 9319738 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-replay' into staging by Peter Maydell · 9 years ago
  70. 7615936 replay: initialization and deinitialization by Pavel Dovgalyuk · 9 years ago
  71. 8d31d6b backends/hostmem-file: Allow to specify full pathname for backing file by Pavel Fedin · 9 years ago
  72. 680a478 memory: call begin, log_start and commit when registering a new listener by Paolo Bonzini · 9 years ago
  73. cc57501 file_ram_alloc: propagate error to caller instead of terminating QEMU by Igor Mammedov · 9 years ago
  74. ca3e40e Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 9 years ago
  75. 794e8f3 exec: factor out duplicate mmap code by Michael S. Tsirkin · 9 years ago
  76. 32857f4 exec.c: Collect AddressSpace related fields into a CPUAddressSpace struct by Peter Maydell · 9 years ago
  77. 0a1c71c exec.c: Don't call cpu_reload_memory_map() from cpu_exec_init() by Peter Maydell · 9 years ago
  78. 8561c92 exec: allocate PROT_NONE pages on top of RAM by Michael S. Tsirkin · 10 years ago
  79. dfccc76 include/exec: Move cputlb exec.c defs out by Peter Crosthwaite · 9 years ago
  80. bcae01e cputlb: Change tlb_set_dirty() arg to cpu by Peter Crosthwaite · 9 years ago
  81. 9a13565 cputlb: move CPU_LOOP() for tlb_reset() to exec.c by Peter Crosthwaite · 9 years ago
  82. bac05aa cpu: Add crash_occurred flag into CPUState by Andrey Smetanin · 10 years ago
  83. a2aa09e Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  84. f240eb6 remove qemu/tls.h by Paolo Bonzini · 10 years ago
  85. 6554f5c exec.c: Use pow2floor() rather than hand-calculation by Peter Maydell · 10 years ago
  86. 9284f31 exec: use macro ROUND_UP for alignment by Chen Hanxiao · 10 years ago
  87. 0b8e2c1 exec.c: Use atomic_rcu_read() to access dispatch in memory_region_section_get_iotlb() by Peter Maydell · 10 years ago
  88. 4bad9e3 cpu: Change cpu_exec_init() arg to cpu, not env by Peter Crosthwaite · 10 years ago
  89. bbd77c1 translate-all: Change tb_flush() env argument to cpu by Peter Crosthwaite · 10 years ago
  90. b7bca73 cpu: Convert cpu_index into a bitmap by Bharata B Rao · 10 years ago
  91. 5a790cc cpu: Add Error argument to cpu_exec_init() by Bharata B Rao · 10 years ago
  92. 291135b cpu: Reorder cpu->as, cpu->thread_id, cpu->memory_dispatch init by Eduardo Habkost · 10 years ago
  93. 7c39163 cpu: Initialize breakpoint/watchpoint lists in cpu_common_initfn() by Eduardo Habkost · 10 years ago
  94. 199fc85 cpu: No need to zero-initialize CPUState::numa_node by Eduardo Habkost · 10 years ago
  95. dd63169 migration: extend migration_bitmap by Li Zhijian · 10 years ago
  96. b242e0e exec: skip MMIO regions correctly in cpu_physical_memory_write_rom_internal by Paolo Bonzini · 10 years ago
  97. 4840f10 memory: let address_space_rw/ld*/st* run outside the BQL by Jan Kiszka · 10 years ago
  98. 125b380 exec: pull qemu_flush_coalesced_mmio_buffer() into address_space_rw/ld*/st* by Paolo Bonzini · 10 years ago
  99. e4a511f exec: clamp accesses against the MemoryRegionSection by Paolo Bonzini · 10 years ago
  100. 965eb2f exec: do not clamp accesses to MMIO regions by Paolo Bonzini · 10 years ago