1. 874ec3c Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging by Anthony Liguori · 12 years ago
  2. b24c882 linux-user: Reset copied CPUs in cpu_copy() always by Alexander Graf · 12 years ago
  3. f17ec44 exec: Change cpu_memory_rw_debug() argument to CPUState by Andreas Färber · 12 years ago
  4. 00b941e cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook by Andreas Färber · 12 years ago
  5. 3825b28 cpu: Change cpu_single_step() argument to CPUState by Andreas Färber · 12 years ago
  6. ed2803d cpu: Move singlestep_enabled field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  7. e1622f4 exec: fix incorrect assumptions in memory_access_size by Paolo Bonzini · 12 years ago
  8. cb85f7a exec.c: Pass correct pointer type to qemu_ram_ptr_length by Peter Maydell · 12 years ago
  9. 2332616 exec: Support 64-bit operations in address_space_rw by Richard Henderson · 12 years ago
  10. 51455c5 Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging by Anthony Liguori · 12 years ago
  11. a076285 log: Change log_cpu_state[_mask]() argument to CPUState by Andreas Färber · 12 years ago
  12. 182735e cpu: Make first_cpu and next_cpu CPUState by Andreas Färber · 12 years ago
  13. 4917cf4 cpu: Replace cpu_single_env with CPUState current_cpu by Andreas Färber · 12 years ago
  14. 2ff3de6 Simplify -machine option queries with qemu_get_machine_opts() by Markus Armbruster · 12 years ago
  15. 154bb10 exec: Remove unused global variable phys_ram_fd by Stefan Weil · 12 years ago
  16. c7086b4 exec: change some APIs to take AddressSpaceDispatch by Paolo Bonzini · 12 years ago
  17. 6092666 exec: remove cur_map by Paolo Bonzini · 12 years ago
  18. 0475d94 exec: put memory map in AddressSpaceDispatch by Paolo Bonzini · 12 years ago
  19. 0075270 exec: separate current radix tree from the one being built by Paolo Bonzini · 12 years ago
  20. 89ae337 exec: move listener from AddressSpaceDispatch to AddressSpace by Paolo Bonzini · 12 years ago
  21. 9affd6f exec: separate current memory map from the one being built by Paolo Bonzini · 12 years ago
  22. b41aac4 exec: change well-known physical sections to macros by Liu Ping Fan · 12 years ago
  23. d3e7155 memory: ref/unref memory across address_space_map/unmap by Paolo Bonzini · 12 years ago
  24. e3127ae exec: reorganize address_space_map by Paolo Bonzini · 12 years ago
  25. 1b5ec23 memory: return MemoryRegion from qemu_ram_addr_from_host by Paolo Bonzini · 12 years ago
  26. 7443b43 exec: move qemu_ram_addr_from_host_nofail to cputlb.c by Paolo Bonzini · 12 years ago
  27. 23887b7 exec: check MRU in qemu_ram_addr_from_host by Paolo Bonzini · 12 years ago
  28. dfde4e6 memory: add ref/unref calls by Paolo Bonzini · 12 years ago
  29. b7e9516 exec: simplify destruction of the phys map by Paolo Bonzini · 12 years ago
  30. 058bc4b memory: destroy phys_sections one by one by Paolo Bonzini · 12 years ago
  31. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  32. b40acf9 ioport: Switch dispatching to memory core layer by Jan Kiszka · 12 years ago
  33. 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 12 years ago
  34. 60a3e17 cpu: Change cpu_exit() argument to CPUState by Andreas Färber · 12 years ago
  35. 1a1562f cpu: Introduce VMSTATE_CPU() macro for CPUState by Andreas Färber · 12 years ago
  36. ec3f8c9 linux-user: Fix compilation failure by Peter Maydell · 12 years ago
  37. bd2fa51 rdma: introduce qemu_ram_foreach_block() by Michael R. Hines · 12 years ago
  38. 7dca804 memory: give name to every AddressSpace by Alexey Kardashevskiy · 12 years ago
  39. df32fd1 dma: eliminate DMAContext by Paolo Bonzini · 12 years ago
  40. 24addbc dma: eliminate old-style IOMMU support by Paolo Bonzini · 12 years ago
  41. 3095115 memory: iommu support by Avi Kivity · 12 years ago
  42. 052e87b memory: make section size a 128-bit integer by Paolo Bonzini · 12 years ago
  43. 733d5ef exec: reorganize mem_add to match Int128 version by Paolo Bonzini · 12 years ago
  44. 99b9cc0 Revert "memory: limit sections in the radix tree to the actual address space size" by Paolo Bonzini · 12 years ago
  45. 5c8a00c exec: return MemoryRegion from address_space_translate by Paolo Bonzini · 12 years ago
  46. acc9d80 exec: Implement subpage_read/write via address_space_rw by Jan Kiszka · 12 years ago
  47. 90260c6 exec: Resolve subpages in one step except for IOTLB fills by Jan Kiszka · 12 years ago
  48. f52cc46 exec: Allow unaligned address_space_rw by Jan Kiszka · 12 years ago
  49. 1db8abb memory: move private types to exec.c by Paolo Bonzini · 12 years ago
  50. 9f02960 memory: Introduce address_space_lookup_region by Jan Kiszka · 12 years ago
  51. 3752a03 exec.c: address_space_translate: handle access to addr 0 of 2^64 sized region by Peter Maydell · 12 years ago
  52. fd8aaa7 memory: add return value to address_space_rw/read/write by Paolo Bonzini · 12 years ago
  53. 791af8c memory: propagate errors on I/O dispatch by Paolo Bonzini · 12 years ago
  54. a649b91 exec: just use io_mem_read/io_mem_write for 8-byte I/O accesses by Paolo Bonzini · 12 years ago
  55. 968a562 memory: correctly handle endian-swapped 64-bit accesses by Paolo Bonzini · 12 years ago
  56. 51644ab memory: add address_space_access_valid by Paolo Bonzini · 12 years ago
  57. c353e4c exec: implement .valid.accepts for subpages by Paolo Bonzini · 12 years ago
  58. 82f2563 exec: introduce memory_access_size by Paolo Bonzini · 12 years ago
  59. 2bbfa05 exec: introduce memory_access_is_direct by Paolo Bonzini · 12 years ago
  60. d17d45e exec: expect mr->ops to be initialized for ROM by Paolo Bonzini · 12 years ago
  61. d197063 memory: move unassigned_mem_ops to memory.c by Paolo Bonzini · 12 years ago
  62. 149f54b memory: add address_space_translate by Paolo Bonzini · 12 years ago
  63. b018ddf memory: dispatch unassigned accesses based on .valid.accepts by Paolo Bonzini · 12 years ago
  64. bf8d516 exec: do not use error_mem_read by Paolo Bonzini · 12 years ago
  65. 0844e00 exec: make io_mem_unassigned private by Paolo Bonzini · 12 years ago
  66. ae4e43e exec: drop useless #if by Paolo Bonzini · 12 years ago
  67. 2a8e749 exec: eliminate io_mem_ram by Paolo Bonzini · 12 years ago
  68. fd29893 memory: clean up phys_page_find by Paolo Bonzini · 12 years ago
  69. 86a8623 memory: limit sections in the radix tree to the actual address space size by Avi Kivity · 12 years ago
  70. 68f3f65 memory: assert that PhysPageEntry's ptr does not overflow by Paolo Bonzini · 12 years ago
  71. 8b0d671 exec: eliminate stq_phys_notdirty by Paolo Bonzini · 12 years ago
  72. 4f39178 exec: eliminate qemu_put_ram_ptr by Paolo Bonzini · 12 years ago
  73. bbcfd29 exec: remove obsolete comment by Paolo Bonzini · 12 years ago
  74. e7a09b9 osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memory by Paolo Bonzini · 12 years ago
  75. 6eebf95 osdep, kvm: rename low-level RAM allocation functions by Paolo Bonzini · 12 years ago
  76. d6b9e0d cpu: Add qemu_for_each_cpu() by Michael S. Tsirkin · 12 years ago
  77. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  78. 49cd9ac exec: assert that RAMBlock size is non-zero by Stefan Hajnoczi · 12 years ago
  79. 3d34a41 Merge remote-tracking branch 'afaerber/qom-cpu' into staging by Anthony Liguori · 12 years ago
  80. 8ca761f exec: make -mem-path filenames deterministic by Peter Feiner · 12 years ago
  81. c3affe5 cpu: Pass CPUState to cpu_interrupt() by Andreas Färber · 12 years ago
  82. d8ed887 exec: Pass CPUState to cpu_reset_interrupt() by Andreas Färber · 12 years ago
  83. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  84. b170fce cpu: Register VMStateDescription through CPUState by Andreas Färber · 12 years ago
  85. d76fdda cpu: Fix qemu_get_cpu() to return NULL if CPU not found by Igor Mammedov · 12 years ago
  86. 378df4b Handle CPU interrupts by inline checking of a flag by Peter Maydell · 12 years ago
  87. 907a5e3 cputlb: Pass CPUState to cpu_unlink_tb() by Andreas Färber · 12 years ago
  88. fcd7d00 cpu: Move exit_request field to CPUState by Andreas Färber · 12 years ago
  89. e4ada48 Replace non-portable asprintf by g_strdup_printf by Stefan Weil · 12 years ago
  90. 38d8f5c exec: Return CPUState from qemu_get_cpu() by Andreas Färber · 12 years ago
  91. 55e5c28 cpu: Move cpu_index field to CPUState by Andreas Färber · 12 years ago
  92. 1b1ed8d cpu: Move numa_node field to CPUState by Andreas Färber · 12 years ago
  93. 5708fc6 stubs: fully replace qemu-tool.c and qemu-user.c by Paolo Bonzini · 12 years ago
  94. 8e4a424 Revert "virtio-pci: replace byte swap hack" by Blue Swirl · 12 years ago
  95. 9807cac virtio-pci: replace byte swap hack by Blue Swirl · 13 years ago
  96. b2a8658 protect the ramlist with a separate mutex by Umesh Deshpande · 14 years ago
  97. f798b07 add a version number to ram_list by Umesh Deshpande · 14 years ago
  98. abb26d6 exec: sort the memory from biggest to smallest by Paolo Bonzini · 12 years ago
  99. a316103 exec: change RAM list to a TAILQ by Paolo Bonzini · 12 years ago
  100. 0d6d3c8 exec: change ramlist from MRU order to a 1-item cache by Paolo Bonzini · 12 years ago