1. 11c7ef0 Remove IO_MEM_SHIFT by Avi Kivity · 13 years ago
  2. 7638e0d memory: obsolete more dirty memory related functions by Avi Kivity · 13 years ago
  3. 8f77558 memory: obsolete cpu_physical_memory_[gs]et_dirty_tracking() by Avi Kivity · 13 years ago
  4. 7c63736 Store MemoryRegion in RAMBlock by Avi Kivity · 13 years ago
  5. dcd97e3 memory: remove CPUPhysMemoryClient by Avi Kivity · 13 years ago
  6. 86e775c memory: replace cpu_physical_sync_dirty_bitmap() with a memory API by Avi Kivity · 13 years ago
  7. 4a2dd92 Rename get_tls to tls_var by Jan Kiszka · 13 years ago
  8. 07f3507 fix spelling in main directory by Dong Xu Wang · 13 years ago
  9. b3c4bbe Make cpu_single_env thread-local by Paolo Bonzini · 13 years ago
  10. 8b3692d Remove qemu_host_page_bits by Stefan Weil · 13 years ago
  11. 85d59fe fix QLIST usage for RAM list by Paolo Bonzini · 13 years ago
  12. cbbab92 move unaligned memory access functions to bswap.h by Paolo Bonzini · 13 years ago
  13. f3e2703 exec.h: fix coding style and change cpu_has_work to return bool by Blue Swirl · 14 years ago
  14. be22a9a softfloat: always enable floatx80 and float128 support by Aurelien Jarno · 14 years ago
  15. cf67c6b softfloat-native: remove by Aurelien Jarno · 14 years ago
  16. 85097db irq: Privatize CPU_INTERRUPT_NMI. by Richard Henderson · 14 years ago
  17. 00a152b target-i386: Privatize some i386-specific interrupt names. by Richard Henderson · 14 years ago
  18. 403946c target-arm: Privatize CPU_INTERRUPT_FIQ. by Richard Henderson · 14 years ago
  19. d152031 irq: Remove CPU_INTERRUPT_TIMER. by Richard Henderson · 14 years ago
  20. 3125f76 irq: Introduce and use CPU_INTERRUPT_SSTEP_MASK. by Richard Henderson · 14 years ago
  21. 9c76219 irq: Introduce CPU_INTERRUPT_TGT_* defines. by Richard Henderson · 14 years ago
  22. ec6959d Redirect cpu_interrupt to callback handler by Jan Kiszka · 14 years ago
  23. 602308f cpu-all.h: define CPU_LDoubleU by Aurelien Jarno · 14 years ago
  24. c8f930c cpu-all.h: Remove unnecessary target-specific ifdef for CPU_QuadU by Peter Maydell · 14 years ago
  25. 490f4ed s390x: enable CPU_QuadU by Ulrich Hecht · 14 years ago
  26. cd19cfa Add qemu_ram_remap by Huang Ying · 14 years ago
  27. 2fa11da x86: Small cleanups of MCE helpers by Jan Kiszka · 14 years ago
  28. e5896b1 Introduce log_start/log_stop in CPUPhysMemoryClient by Anthony PERARD · 14 years ago
  29. f5c848e x86: Optionally dump code bytes on cpu_dump_state by Jan Kiszka · 14 years ago
  30. 31ce5e0 Add "broadcast" option for mce command by Jin Dongming · 14 years ago
  31. 9a78eea target-xxx: Use fprintf_function (format checking) by Stefan Weil · 14 years ago
  32. 055403b exec: Use fprintf_function for dump_exec_info (format checking) by Stefan Weil · 14 years ago
  33. 2c80e42 Replace remaining gcc format attributes by macro GCC_FMT_ATTR (format checking) by Stefan Weil · 14 years ago
  34. 18e9ea8 linux-user: fix build on hosts not using guest base by Aurelien Jarno · 14 years ago
  35. 04b1665 qemu_ram_free: Implement it by Alex Williamson · 15 years ago
  36. cc9e98c ramblocks: Make use of DeviceState pointer and BusInfo.get_dev_path by Alex Williamson · 15 years ago
  37. d17b528 Remove uses of ram.last_offset (aka last_ram_offset) by Alex Williamson · 15 years ago
  38. f471a17 ram_blocks: Convert to a QLIST by Alex Williamson · 15 years ago
  39. 68a1c81 Pre-allocate guest address space by Paul Brook · 15 years ago
  40. 3ae9501 add cpu_is_stopped helper by Marcelo Tosatti · 15 years ago
  41. e82bcec port qemu-kvm's on_vcpu code by Marcelo Tosatti · 15 years ago
  42. 2e9a571 Remove PAGE_RESERVED by Paul Brook · 15 years ago
  43. 2d8ebcf Fix --enable-profiler compilation. by Richard Henderson · 15 years ago
  44. ca39b46 Introduce wrapper functions to access phys_ram_dirty. by Yoshiaki Tamura · 15 years ago
  45. 29e922b Compile qemu-timer only once by Blue Swirl · 15 years ago
  46. d2053c3 Move cpu_exec_init_all() declaration to qemu-common.h by Blue Swirl · 15 years ago
  47. 6842a08 Compile pci only once by Blue Swirl · 15 years ago
  48. db1a497 split out qemu-timer.c by Paolo Bonzini · 15 years ago
  49. b480d9b Fix usermode virtual address type by Paul Brook · 15 years ago
  50. 4fcc562 Remove cpu_get_phys_page_debug from userspace emulation by Paul Brook · 15 years ago
  51. b3755a9 Disable phsyical memory handling in userspace emulation. by Paul Brook · 15 years ago
  52. 5cd2c5b Implement multi-level page tables. by Richard Henderson · 15 years ago
  53. b9f8312 Use TARGET_VIRT_ADDR_SPACE_BITS in h2g_valid. by Richard Henderson · 15 years ago
  54. c902760 Add option to use file backed guest memory by Marcelo Tosatti · 15 years ago
  55. 35bed8e Move ioport.h out of cpu-all.h by Paul Brook · 15 years ago
  56. 62a2744 kvm: Flush coalesced MMIO buffer periodly by Sheng Yang · 15 years ago
  57. 9706c06 cpu-all.h: fix cpu_get_real_ticks() #ifdef by Aurelien Jarno · 15 years ago
  58. fea0ac2 cpu-all.h: fix cpu_get_real_ticks on mips host by Arnaud Patard · 16 years ago
  59. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  60. 99a0949 Get rid of _t suffix by malc · 15 years ago
  61. aeec26d Fix conditional compilation (MIPS host) by Stefan Weil · 15 years ago
  62. 4a1418e Unbreak large mem support by removing kqemu by Anthony Liguori · 15 years ago
  63. e2542fe rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN by Juan Quintela · 15 years ago
  64. 379f669 Userspace guest address offsetting by Paul Brook · 15 years ago
  65. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 15 years ago
  66. 3299397 split out ioport related stuffs from vl.c into ioport.c. by Isaku Yamahata · 16 years ago
  67. 79c4f6b QEMU: MCE: Add MCE simulation to qemu/tcg by Huang Ying · 16 years ago
  68. b09ea7d Handle init/sipi in a main cpu exec loop. (v2) by Gleb Natapov · 16 years ago
  69. 950f147 provide cpu_index to env mapping by Glauber Costa · 16 years ago
  70. edf8e2a linux-user: implemented ELF coredump support for ARM target by Mika Westerberg · 16 years ago
  71. 151f774 kvm: Rework dirty bitmap synchronization by Jan Kiszka · 16 years ago
  72. 1ad2134 Hardware convenience library by Paul Brook · 16 years ago
  73. 0b4e6e3 Remove cpu_get_io_memory_{read,write}. by Paul Brook · 16 years ago
  74. 6a4955a qemu: per-arch cpu_has_work (Marcelo Tosatti) by aliguori · 16 years ago
  75. 640f42e kqemu: merge CONFIG_KQEMU and USE_KQEMU by blueswir1 · 16 years ago
  76. 94a6b54 Implement dynamic guest ram allocation. by pbrook · 16 years ago
  77. 5579c7f Remove code phys_ram_base uses. by pbrook · 16 years ago
  78. dc828ca Cleanup SPARC/TCX framebuffer allocation. by pbrook · 16 years ago
  79. 3098dba Use a dedicated function to request exit from execution loop by aurel32 · 16 years ago
  80. 8871565 qemu: add cpu_unregister_io_memory and make io mem table index dynamic (Marcelo Tosatti) by aliguori · 16 years ago
  81. a5e50b2 Replace noreturn with QEMU_NORETURN by malc · 16 years ago
  82. eca1bdf Log reset events (Jan Kiszka) by aliguori · 16 years ago
  83. 5e10fc9 Massage PPC version of cpu_get_real_ticks a little by malc · 16 years ago
  84. ba223c2 Add map client retry notification (Avi Kivity) by aliguori · 16 years ago
  85. 6d16c2f Add target memory mapping API (Avi Kivity) by aliguori · 16 years ago
  86. 7d99a00 Add noreturn function attribute by blueswir1 · 16 years ago
  87. e58ffeb Remove all traces of __powerpc__ by malc · 16 years ago
  88. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  89. e01fe6d Fix warnings introduced in r5948 by malc · 16 years ago
  90. f65ed4c KVM: Coalesced MMIO support by aliguori · 16 years ago
  91. 14cc46b linux-user: Introduce h2g_valid by aurel32 · 16 years ago
  92. 0e62fd7 linux-user: Safety belt for h2g by aurel32 · 16 years ago
  93. 8bba3ea Make memory load functions (ldxx_y(ptr)) take a const pointer. by balrog · 16 years ago
  94. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  95. 2bec46d vga optimization (Glauber Costa) by aliguori · 16 years ago
  96. 2dc9f41 Introduce BP_CPU as a breakpoint type (Jan Kiszka) by aliguori · 16 years ago
  97. 6e140f2 Introduce BP_WATCHPOINT_HIT flag (Jan Kiszka) by aliguori · 16 years ago
  98. 06d55cc Restore pc on watchpoint hits (Jan Kiszka) by aliguori · 16 years ago
  99. a1d1bb3 Refactor and enhance break/watchpoint API (Jan Kiszka) by aliguori · 16 years ago
  100. 7457619 Add dirty tracking for live migration by aliguori · 16 years ago