1. 050a0dd Introduce qemu_put_ram_ptr by Anthony PERARD · 15 years ago
  2. 432d268 xen: Introduce the Xen mapcache by Jun Nakajima · 15 years ago
  3. 5300f1a Merge remote branch 'origin/master' into pci by Michael S. Tsirkin · 14 years ago
  4. 8d4c78e CPUPhysMemoryClient: Pass guest physical address not region offset by Alex Williamson · 14 years ago
  5. c2f42bf CPUPhysMemoryClient: Fix typo in phys memory client registration by Alex Williamson · 14 years ago
  6. ec6959d Redirect cpu_interrupt to callback handler by Jan Kiszka · 14 years ago
  7. 97ffbd8 Break up user and system cpu_interrupt implementations by Jan Kiszka · 14 years ago
  8. 618ba8e Remove unused function parameter from cpu_restore_state by Stefan Weil · 14 years ago
  9. 54f7b4a Replace cpu_physical_memory_rw were possible by Stefan Weil · 14 years ago
  10. 71d2b72 exec: Remove a type cast which is no longer needed by Stefan Weil · 14 years ago
  11. 3b8e6a2 exec: Handle registrations of the entire address space by Edgar E. Iglesias · 14 years ago
  12. 0fd542f cpu: add set_memory flag to request dirty logging by Michael S. Tsirkin · 14 years ago
  13. dc7a09c Expose thread_id in info cpus by Jan Kiszka · 14 years ago
  14. fd28aa1 s390: Detect invalid invocations of qemu_ram_free/remap by Jan Kiszka · 14 years ago
  15. cd19cfa Add qemu_ram_remap by Huang Ying · 14 years ago
  16. b7680cb Refactor thread retrieval and check by Jan Kiszka · 14 years ago
  17. 7d82af3 Fix performance regression in qemu_get_ram_ptr by Vincent Palatin · 14 years ago
  18. e5896b1 Introduce log_start/log_stop in CPUPhysMemoryClient by Anthony PERARD · 14 years ago
  19. d1a1eb7 Make tb_alloc static by Tristan Gingold · 14 years ago
  20. 4cd31ad tcg/sparc64: fix segfault by Blue Swirl · 14 years ago
  21. cbb608a Use mmap() within code_gen_alloc() for OpenBSD. by Brad · 14 years ago
  22. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  23. dd31053 exec: introduce endianness swapped mmio by Alexander Graf · 14 years ago
  24. db1923d exec: Remove debugging fprintf() that slipped into qemu_ram_alloc_from_ptr() by Stefan Hajnoczi · 14 years ago
  25. b2e0a13 migration: stable ram block ordering by Michael S. Tsirkin · 14 years ago
  26. 055403b exec: Use fprintf_function for dump_exec_info (format checking) by Stefan Weil · 14 years ago
  27. e890261 Export qemu_ram_addr_from_host by Marcelo Tosatti · 14 years ago
  28. 7fd3f49 exec: Fix compilation error for debug code by Stefan Weil · 14 years ago
  29. e78815a Introduce qemu_madvise() by Andreas Färber · 15 years ago
  30. 95c318f Fix segfault in mmio subpage handling code. by Gleb Natapov · 15 years ago
  31. 6977dfe exec: remove code duplication in qemu_ram_alloc() and qemu_ram_alloc_from_ptr() by Yoshiaki Tamura · 15 years ago
  32. 9742bf2 exec: replace tabs by spaces. by Yoshiaki Tamura · 15 years ago
  33. 84b89d7 Add qemu_ram_alloc_from_ptr function by Cam Macdonell · 15 years ago
  34. 24ab68a Declare code_gen_ptr, code_gen_max_blocks 'static' by Stefan Weil · 15 years ago
  35. 09d7ae9 Fix warning about uninitialized variable by Blue Swirl · 15 years ago
  36. fb787f8 ramblocks: No more being lazy about duplicate names by Alex Williamson · 15 years ago
  37. 04b1665 qemu_ram_free: Implement it by Alex Williamson · 15 years ago
  38. cc9e98c ramblocks: Make use of DeviceState pointer and BusInfo.get_dev_path by Alex Williamson · 15 years ago
  39. 1724f04 qemu_ram_alloc: Add DeviceState and name parameters by Alex Williamson · 15 years ago
  40. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  41. d17b528 Remove uses of ram.last_offset (aka last_ram_offset) by Alex Williamson · 15 years ago
  42. bf298f8 A bit optimization for tlb_set_page() by Jun Koi · 15 years ago
  43. f471a17 ram_blocks: Convert to a QLIST by Alex Williamson · 15 years ago
  44. eba0b89 tcg-s390: Allocate the code_gen_buffer near the main program. by Richard Henderson · 15 years ago
  45. 239fda3 tcg: get rid of copy_size in TCGOpDef by Aurelien Jarno · 15 years ago
  46. 9002ec7 tcg: Initialize the prologue after GUEST_BASE is fixed. by Richard Henderson · 15 years ago
  47. 618a568 Fix -mem-path with hugetlbfs by Marcelo Tosatti · 15 years ago
  48. 3cab721 Fill in unassigned mem read/write callbacks. by Richard Henderson · 15 years ago
  49. 733f0b0 qemu: address todo comment in exec.c by Michael S. Tsirkin · 15 years ago
  50. 3e0650a Fix zero-length write(2). by Richard Henderson · 15 years ago
  51. 2e9a571 Remove PAGE_RESERVED by Paul Brook · 15 years ago
  52. f640524 Remove IO_MEM_SUBWIDTH. by Richard Henderson · 15 years ago
  53. 24f7fb1 Cleanup dead code by Jun Koi · 15 years ago
  54. fd43690 Revert "Avoid page_set_flags() assert in qemu-user host page protection code" by Aurelien Jarno · 15 years ago
  55. 01c0bef Avoid page_set_flags() assert in qemu-user host page protection code by Juergen Lock · 15 years ago
  56. f7c11b5 Replace direct phys_ram_dirty access with wrapper functions. by Yoshiaki Tamura · 15 years ago
  57. 355b194 Split TLB addend and target_phys_addr_t by Paul Brook · 15 years ago
  58. ebf50fb tcg: align static_code_gen_buffer to CODE_GEN_ALIGN by Aurelien Jarno · 15 years ago
  59. 45d679d linux-user: fix page_unprotect when host page size > target page size by Aurelien Jarno · 15 years ago
  60. f01576f Get bsd-user host page protection code working on FreeBSD hosts by Juergen Lock · 15 years ago
  61. 29e922b Compile qemu-timer only once by Blue Swirl · 15 years ago
  62. 91dbed4 exec: remove dead code by Aurelien Jarno · 15 years ago
  63. 6adc054 be more specific in -mem-path error messages by Michael Tokarev · 15 years ago
  64. d4c430a Large page TLB flush by Paul Brook · 15 years ago
  65. 7296aba Fix pagetable code by Paul Brook · 15 years ago
  66. 338e9e6 Fix more wrong usermode virtual address types by Blue Swirl · 15 years ago
  67. b480d9b Fix usermode virtual address type by Paul Brook · 15 years ago
  68. b3755a9 Disable phsyical memory handling in userspace emulation. by Paul Brook · 15 years ago
  69. 41c1b1c Add tb_page_addr_t by Paul Brook · 15 years ago
  70. 376a790 Fix last page errors in page_check_range and page_set_flags. by Richard Henderson · 15 years ago
  71. 5cd2c5b Implement multi-level page tables. by Richard Henderson · 15 years ago
  72. 5270589 Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h. by Richard Henderson · 15 years ago
  73. ea375f9 KVM: Rework VCPU state writeback API by Jan Kiszka · 15 years ago
  74. c902760 Add option to use file backed guest memory by Marcelo Tosatti · 15 years ago
  75. c527ee8 Avoid tlb_set_page in userspace emulation by Paul Brook · 15 years ago
  76. c04b2b7 Move subpage definitions by Paul Brook · 15 years ago
  77. a68fe89 Remove bogus cpu_physical_memory_rw by Paul Brook · 15 years ago
  78. 6d9a130 Remove l1_phys_map from userspace emulation by Paul Brook · 15 years ago
  79. 94df27f Fix userspace breakpoint invalidation by Paul Brook · 15 years ago
  80. 7b8f3b7 kvm: move kvm to use memory notifiers by Michael S. Tsirkin · 15 years ago
  81. f6f3fbc qemu: memory notifiers by Michael S. Tsirkin · 15 years ago
  82. 8217d94 Merge remote branch 'qemu-kvm/uq/master' into staging-tmp by Anthony Liguori · 15 years ago
  83. fd052bf linux-user: remove signal handler before calling abort() by Riku Voipio · 15 years ago
  84. cab1b4b fix locking error with current_tb by Riku Voipio · 15 years ago
  85. a484156 exec.c: dead assignments by Paolo Bonzini · 15 years ago
  86. 62a2744 kvm: Flush coalesced MMIO buffer periodly by Sheng Yang · 15 years ago
  87. f8a8324 win32: pair qemu_memalign() with qemu_vfree() by Herve Poussineau · 15 years ago
  88. f76cfe5 linux-user: enable tb unlinking when compiled with NPTL by Riku Voipio · 15 years ago
  89. c6703b4 Give a error when running out of iomem areas. by Riku Voipio · 15 years ago
  90. 1e8b27c Fix win32 log file location by Juha Riihimäki · 15 years ago
  91. 6b02494 Allocate physical memory in low virtual address space by Alexander Graf · 15 years ago
  92. a167ba5 Add support for GNU/kFreeBSD by Aurelien Jarno · 15 years ago
  93. ccb167e ksm support by Izik Eidus · 15 years ago
  94. 8f2498f fix comment on cpu_register_physical_memory_offset by Michael S. Tsirkin · 15 years ago
  95. d4bfa4d vmstate: remove const from pre_save() functions by Juan Quintela · 15 years ago
  96. e59fb37 vmstate: add version_id argument to post_load by Juan Quintela · 15 years ago
  97. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  98. 99a0949 Get rid of _t suffix by malc · 15 years ago
  99. 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 16 years ago
  100. e7f4eff vmstate: port cpu_comon by Juan Quintela · 16 years ago