1. 2f7bb87 rename USE_NPTL to CONFIG_USE_NPTL by Juan Quintela · 15 years ago
  2. bf65f53 Remove setvbuf(<handle>, NULL, _IOLBF, 0) calls for Win32 by Filip Navara · 15 years ago
  3. 0bf9e31 Fix most warnings (errors with -Werror) when debugging is enabled by Blue Swirl · 15 years ago
  4. 0873898 tlb flush cleanup by Igor Kovalenko · 15 years ago
  5. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 15 years ago
  6. 34d5e94 cpu_unregister_map_client: fix memory leak. by Isaku Yamahata · 15 years ago
  7. f8e2af1 Win32: Reduce section alignment for Windows. by Stefan Weil · 15 years ago
  8. cfde4bd exec.c: remove unnecessary #if NB_MMU_MODES by Isaku Yamahata · 15 years ago
  9. 950f147 provide cpu_index to env mapping by Glauber Costa · 15 years ago
  10. e9179ce Rearrange io_mem_init() by Avi Kivity · 15 years ago
  11. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 15 years ago
  12. edf8e2a linux-user: implemented ELF coredump support for ARM target by Mika Westerberg · 16 years ago
  13. 1e9fa73 fix gdbstub support for multiple threads in usermode, v3 by Nathan Froyd · 15 years ago
  14. b0a46a3 kvm: Add missing bits to support live migration by Jan Kiszka · 15 years ago
  15. 151f774 kvm: Rework dirty bitmap synchronization by Jan Kiszka · 15 years ago
  16. ccbb4d4 Fix typos in comments in exec.c by Stuart Brady · 15 years ago
  17. 6f0437e kvm: Avoid COW if KVM MMU is asynchronous by Jan Kiszka · 15 years ago
  18. 0b4e6e3 Remove cpu_get_io_memory_{read,write}. by Paul Brook · 15 years ago
  19. 8edac96 qemu: introduce qemu_cpu_kick (Marcelo Tosatti) by aliguori · 15 years ago
  20. 268a362 added -numa cmdline parameter parser (Andre Przywara) by aliguori · 15 years ago
  21. 640f42e kqemu: merge CONFIG_KQEMU and USE_KQEMU by blueswir1 · 15 years ago
  22. 94a6b54 Implement dynamic guest ram allocation. by pbrook · 15 years ago
  23. 5579c7f Remove code phys_ram_base uses. by pbrook · 15 years ago
  24. dc828ca Cleanup SPARC/TCX framebuffer allocation. by pbrook · 15 years ago
  25. e37e6ee Allow 5 mmu indexes. by aurel32 · 16 years ago
  26. b9e82a5 Fix some win32 compile warnings by blueswir1 · 16 years ago
  27. 5e2972f ROM write access for debugging (Jan Kiszka) by aliguori · 16 years ago
  28. d78f399 Delete some unused macros detected with -Wp,-Wunused-macros use by blueswir1 · 16 years ago
  29. e22a25c Guest debugging support for KVM (Jan Kiszka) by aliguori · 16 years ago
  30. 3098dba Use a dedicated function to request exit from execution loop by aurel32 · 16 years ago
  31. e47ce3f Clear CPU_INTERRUPT_EXIT on VM load by aurel32 · 16 years ago
  32. c5e9723 Support for DragonFly BSD (Hasso Tepper) by blueswir1 · 16 years ago
  33. 511d2b1 Sparse fixes: NULL use, header order, ANSI prototypes, static by blueswir1 · 16 years ago
  34. c276471 The _exit syscall is used for both thread termination in NPTL applications, by pbrook · 16 years ago
  35. be214e6 Fix race condition on access to env->interrupt_request by aurel32 · 16 years ago
  36. 67c4d23 Fix unassigned region offsets. by pbrook · 16 years ago
  37. 6c2934d Fix cpu_physical_memory_rw() for 64-bit I/O accesses by aurel32 · 16 years ago
  38. 8871565 qemu: add cpu_unregister_io_memory and make io mem table index dynamic (Marcelo Tosatti) by aliguori · 16 years ago
  39. 1eec614 toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  40. eca1bdf Log reset events (Jan Kiszka) by aliguori · 16 years ago
  41. ba223c2 Add map client retry notification (Avi Kivity) by aliguori · 16 years ago
  42. 6d16c2f Add target memory mapping API (Avi Kivity) by aliguori · 16 years ago
  43. 31b1a7b global s/fflush(logfile)/qemu_log_flush()/ (Eduardo Habkost) by aliguori · 16 years ago
  44. 93fcfe3 Convert references to logfile/loglevel to use qemu_log*() macros by aliguori · 16 years ago
  45. 5a38f08 Adopt cpu_copy to new breakpoint API (Jan Kaszka) by aliguori · 16 years ago
  46. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  47. 0a6f8a6 CRIS: Remove CRIS specific do_unassigned_access. by edgar_igl · 16 years ago
  48. f65ed4c KVM: Coalesced MMIO support by aliguori · 16 years ago
  49. fb1c2cd linux-user: Fix h2g usage in page_find_alloc by aurel32 · 16 years ago
  50. 0e8f096 Cosmetic cleanups to previous patch. by pbrook · 16 years ago
  51. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  52. 63d4124 Fix the comment added in r5844. by balrog · 16 years ago
  53. 1cb0661 arm: Reserve code buffer in memory range reachable for pc-relative branch. by balrog · 16 years ago
  54. c0ce998 Use sys-queue.h for break/watchpoint managment (Jan Kiszka) by aliguori · 16 years ago
  55. 2bec46d vga optimization (Glauber Costa) by aliguori · 16 years ago
  56. 426cd5d Fix Windows build by aliguori · 16 years ago
  57. 2dc9f41 Introduce BP_CPU as a breakpoint type (Jan Kiszka) by aliguori · 16 years ago
  58. 6e140f2 Introduce BP_WATCHPOINT_HIT flag (Jan Kiszka) by aliguori · 16 years ago
  59. bfa50bc Remove premature memop TB terminations (Jan Kiszka) by aliguori · 16 years ago
  60. 06d55cc Restore pc on watchpoint hits (Jan Kiszka) by aliguori · 16 years ago
  61. b405133 Respect length of watchpoints (Jan Kiszka) by aliguori · 16 years ago
  62. a1d1bb3 Refactor and enhance break/watchpoint API (Jan Kiszka) by aliguori · 16 years ago
  63. 6b91754 Refactor translation block CPU state handling (Jan Kiszka) by aliguori · 16 years ago
  64. c2b48b6 Fix -linux-user build by reverting r5701 by aliguori · 16 years ago
  65. 15ed71b Define OS-dependent qemu_getpagesize() (Hollis Blanchard) by aliguori · 16 years ago
  66. 978d5d7 Win32: Fix warnings by aurel32 · 16 years ago
  67. 7ba1e61 Add KVM support to QEMU by aliguori · 16 years ago
  68. 55f280c page_check_range: fix wrap around test (Lauro Ramos Venancio). by balrog · 16 years ago
  69. e18231a Show size for unassigned accesses (Robert Reif) by blueswir1 · 16 years ago
  70. 7457619 Add dirty tracking for live migration by aliguori · 16 years ago
  71. d9b630f Variable logfilename is not used outside exec.c by blueswir1 · 16 years ago
  72. bdaf78e Add some missing static qualifiers by blueswir1 · 16 years ago
  73. c7cd6a3 Make CPULogItem tables const by blueswir1 · 16 years ago
  74. 012a704 Add missing parenthesis in qemu_ram_alloc() by ths · 16 years ago
  75. 06e67a8 Allocate code gen buffer properly on FreeBSD by aliguori · 16 years ago
  76. 174a9a1 64 bit truncation in code_gen_buffer_size calculation (Jes Sorensen) by aliguori · 16 years ago
  77. b55266b Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings by blueswir1 · 16 years ago
  78. 434929b Make page_find() return 0 for too-large addresses (Eduardo Habkost) by aliguori · 16 years ago
  79. 7ccfb2e Fix warnings that would be caused by gcc flag -Wwrite-strings by blueswir1 · 16 years ago
  80. eb38c52 Fix most warnings that would be caused by gcc flag -Wundef by blueswir1 · 16 years ago
  81. d8173e0 Fix a nit in exec.c, by Tristan Gingold. by ths · 16 years ago
  82. 8fcd369 Fix some warnings that would be generated by gcc -Wmissing-prototypes by blueswir1 · 16 years ago
  83. 141ac46 Map code buffers below 2G on Sparc64 by blueswir1 · 16 years ago
  84. d03d860 Link ARM prologue closer to code segment to avoid a build failure by blueswir1 · 16 years ago
  85. 266910c Avoid decremented overflow. by pbrook · 16 years ago
  86. 75f482a Fix typo. by pbrook · 16 years ago
  87. 9656f32 Move interrupt_request and user_mode_only to common cpu state. by pbrook · 16 years ago
  88. bf20dc0 Spelling fixes, spotted by Stuart Brady. by ths · 16 years ago
  89. b3c7724 Move CPU save/load registration to common code. by pbrook · 16 years ago
  90. 2e70f6e Add instruction counter. by pbrook · 16 years ago
  91. b2a7081 Use qemu_mallocz. by pbrook · 16 years ago
  92. 17e2377 Prevent guest reusing host memory allocations. by pbrook · 16 years ago
  93. 0f459d1 Clean up MMIO TLB handling. by pbrook · 16 years ago
  94. e2eef17 Remove dead and bitrotten "qemu-fast" code. by pbrook · 16 years ago
  95. d597536 Multithreaded locking fixes. by pbrook · 16 years ago
  96. c8a706f Multithreaded locking for mmap(). by pbrook · 16 years ago
  97. 0776590 Mark host brk() area as reserved. by pbrook · 16 years ago
  98. da26024 kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit host by bellard · 16 years ago
  99. b5fc909 Fix rounding error. by pbrook · 16 years ago
  100. 4369415 keep static code gen buffer for user mode - mark user mode reserved pages after all big allocations by bellard · 16 years ago