1. db43267 tcg: Add generic vector expanders by Richard Henderson · 7 years ago
  2. d2fd745 tcg: Add types and basic operations for host vectors by Richard Henderson · 7 years ago
  3. 2fe47fc Fix build of console and GUI executables for Windows by Stefan Weil · 7 years ago
  4. 7271a81 build: remove CONFIG_LIBDECNUMBER by Paolo Bonzini · 7 years ago
  5. 4c44a00 accel/hax: move hax-stub.c to accel/stubs/ by Philippe Mathieu-Daudé · 7 years ago
  6. ebedb37 Makefile: Remove libqemustub.a by Paolo Bonzini · 7 years ago
  7. 61a3f8f accel/tcg: move tcg-runtime to accel/tcg/ by Philippe Mathieu-Daudé · 7 years ago
  8. 5841066 accel/tcg: move user-exec to accel/tcg/ by Philippe Mathieu-Daudé · 7 years ago
  9. ed86505 trace: ensure .stp files are rebuilt if trace tool source changes by Daniel P. Berrange · 7 years ago
  10. e4b4b64 tcg: add the CONFIG_TCG into Makefiles by Yang Zhong · 7 years ago
  11. 5ddc648 Makefile: Move bootdevice.o to common-obj-y by Thomas Huth · 8 years ago
  12. 8dfaf23 tcg/tci: fix tcg-interpreter build by Philippe Mathieu-Daudé · 8 years ago
  13. 92229a5 accel: move kvm related accelerator files into accel/ by Yang Zhong · 8 years ago
  14. 244f144 tcg: move tcg backend files into accel/tcg/ by Yang Zhong · 8 years ago
  15. d9bb58e tcg: move tcg related files into accel/tcg/ subdirectory by Yang Zhong · 8 years ago
  16. a9ded60 accel: split the tcg accelerator from accel.c file by Yang Zhong · 8 years ago
  17. 46d702b migration: Make savevm.c target independent by Juan Quintela · 8 years ago
  18. 52e94ea Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170421-v2-tag' into staging by Peter Maydell · 8 years ago
  19. 28b99f4 move xen-mapcache.c to hw/i386/xen/ by Anthony Xu · 8 years ago
  20. 93d43e7 move xen-hvm.c to hw/i386/xen/ by Anthony Xu · 8 years ago
  21. 56e2cd2 move xen-common.c to hw/xen/ by Anthony Xu · 8 years ago
  22. 3d1bacc trace: Put all trace.o into libqemuutil.a by Xu, Anthony · 8 years ago
  23. 4f04f13 makefile: merge GENERATED_HEADERS & GENERATED_SOURCES variables by Daniel P. Berrange · 8 years ago
  24. 4e9f524 Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging by Peter Maydell · 8 years ago
  25. 32d955a char: create chardev-obj-y by Marc-André Lureau · 8 years ago
  26. 0ab8ed1 trace: switch to modular code generation for sub-directories by Daniel P. Berrange · 8 years ago
  27. 2098c56 trace: move setting of group name into Makefiles by Daniel P. Berrange · 8 years ago
  28. b0cb0a6 Plumb the HAXM-based hardware acceleration support by Vincent Palatin · 8 years ago
  29. 5564edb stubs: group stubs for user-mode emulation by Paolo Bonzini · 8 years ago
  30. a273f4c rules.mak: add more rules to avoid chaining by Paolo Bonzini · 8 years ago
  31. fcf5ef2 Move target-* CPU file into a target/ folder by Thomas Huth · 8 years ago
  32. c482cb1 tcg: Add atomic helpers by Richard Henderson · 9 years ago
  33. 0bc6484 trace: pass trace-events to tracetool as a positional param by Daniel P. Berrange · 8 years ago
  34. 0bdb12c rules.mak: quiet-command: Split command name and args to print by Peter Maydell · 8 years ago
  35. 8428949 build-sys: remove qmp-commands-old.h by Marc-André Lureau · 8 years ago
  36. dced7ee s390x/cpumodel: generate CPU feature lists for CPU models by Michael Mueller · 8 years ago
  37. ba45378 linux-user: Create a hostdep.h for each host architecture by Peter Maydell · 9 years ago
  38. 1412cf5 trace: add build framework for merging trace-events files by Daniel P. Berrange · 9 years ago
  39. 077de81 Makefile: add dependency on scripts/hxtool by Paolo Bonzini · 9 years ago
  40. 4d330ce linux-user: Provide safe_syscall for fixing races between signals and syscalls by Timothy E Baldwin · 9 years ago
  41. 666a3af io: add abstract QIOChannel classes by Daniel P. Berrange · 10 years ago
  42. 1c9f03b Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  43. 7d8f787 tcg: split tcg_op_defs to -common by Peter Crosthwaite · 9 years ago
  44. 9b68a77 translate-all: Move tcg_handle_interrupt() to -common by Peter Crosthwaite · 9 years ago
  45. 5abf949 cpu-exec: Migrate some generic fns to cpu-exec-common by Peter Crosthwaite · 9 years ago
  46. da76ee7 hmp-commands-info: move info_cmds content out of monitor.c by Pavel Butsykin · 9 years ago
  47. 0c7012e qom: allow QOM to be linked into tools binaries by Daniel P. Berrange · 9 years ago
  48. fb37726 crypto: move crypto objects out of libqemuutil.la by Daniel P. Berrange · 9 years ago
  49. 12a1ddc Makefile.target: include top level build dir in vpath by Michael Marineau · 9 years ago
  50. c3049a5 migration: move savevm.c inside migration/ by Juan Quintela · 10 years ago
  51. 56e93d2 migration: move ram stuff to migration/ram by Juan Quintela · 10 years ago
  52. 6b4ad3b Makefile.target: set master BUILD_DIR by Peter Crosthwaite · 10 years ago
  53. 7df057b device-tree: Make a common-obj by Peter Crosthwaite · 10 years ago
  54. 4e34017 Makefile.target: set icon for binary file on Mac OS X by Programmingkid · 10 years ago
  55. 7398dfc Makefile.target: prepend $libs_softmmu to $LIBS by Wei Liu · 10 years ago
  56. a9ad5e1 Makefile.target: binary depends on config-devices by Michael S. Tsirkin · 10 years ago
  57. 951c630 tcg: Move some opcode generation functions out of line by Richard Henderson · 10 years ago
  58. bc74112 bootdevice: move bootdevice related code to new file bootdevice.c by Gonglei · 10 years ago
  59. 341ea69 trace: [tcg] Define TCG tracing helper routines by Lluís Vilanova · 11 years ago
  60. e0b2fd0 trace: install simpletrace SystemTap tapset by Stefan Hajnoczi · 11 years ago
  61. f80ea98 configure: Fix -lm test, so that tools can be compiled on hosts that require -lm by Alexey Kardashevskiy · 10 years ago
  62. 0d65942 build-sys: introduce install-prog macro to install&strip binaries and use it by Michael Tokarev · 11 years ago
  63. 96d0e26 NUMA: move numa related code to new file numa.c by Wanlong Gao · 11 years ago
  64. e58f8d1 target-ppc: Enable Building of libdecnumber by Tom Musta · 11 years ago
  65. adfc3e9 bsd-user: add HOST_VARIANT_DIR for various *BSD dependent code by Stacey Son · 11 years ago
  66. 5b80827 trace: Multi-backend tracing by Lluís Vilanova · 11 years ago
  67. 8f98aeb Makefile.target: use $(INSTALL_PROG) for installing, not $(INSTALL) by Michael Tokarev · 11 years ago
  68. 2115182 Makefile: strip tools and modules too by Michael Tokarev · 11 years ago
  69. d608cc5 build: simplify Makefile.target around unnest-vars invocations by Paolo Bonzini · 11 years ago
  70. 5c40c73 build: simplify Makefile.target a bit, use just one rule for softmmu by Michael Tokarev · 11 years ago
  71. 04b0de0 xen: factor out common functions by Wei Liu · 11 years ago
  72. f966f9d build: softmmu targets do not have a "main.o" file by Paolo Bonzini · 12 years ago
  73. cc47569 Makefile: introduce common-obj-m and block-obj-m for DSO by Fam Zheng · 11 years ago
  74. ba1183d rules.mak: fix $(obj) to a real relative path by Fam Zheng · 11 years ago
  75. b77abd9 default-configs/: CONFIG_GDBSTUB_XML removed by Ákos Kovács · 11 years ago
  76. cf01ba9 Makefile.target: CONFIG_NO_* variables removed by Ákos Kovács · 11 years ago
  77. b9a7b74 build: do not use TARGET_ARCH by Paolo Bonzini · 12 years ago
  78. c1799a8 build: rename TARGET_ARCH2 to TARGET_NAME by Paolo Bonzini · 12 years ago
  79. c14518e Add a stp file for usage from build directory by Alon Levy · 12 years ago
  80. 2a78636 dump: Drop qmp_dump_guest_memory() stub and build for all targets by Andreas Färber · 12 years ago
  81. c22d8e0 memory_mapping: Drop qemu_get_memory_mapping() stub by Andreas Färber · 12 years ago
  82. 88f62c2 dump: Move stubs into libqemustub.a by Andreas Färber · 12 years ago
  83. c4cfef5 cpu: Make kvm-stub.o available outside softmmu by Igor Mammedov · 12 years ago
  84. c12915e win32: generate console executable again by Paolo Bonzini · 12 years ago
  85. f3aa844 build: include config-{, all-}devices.mak after defining CONFIG_SOFTMMU and CONFIG_USER_ONLY by Paolo Bonzini · 12 years ago
  86. f544a48 configure: move common libraries to config-host.mak by Paolo Bonzini · 12 years ago
  87. 320ba5f build: always link device_tree.o into emulators if libfdt available by Paolo Bonzini · 12 years ago
  88. 872536b qtest: Add MMIO support by Andreas Färber · 12 years ago
  89. 0008234 build: remove universal-obj-y by Paolo Bonzini · 12 years ago
  90. aaf821f build: improve quiet output for .stp rules by Paolo Bonzini · 12 years ago
  91. 9444e9e build: consolidate multiple variables into universal-obj-y by Paolo Bonzini · 12 years ago
  92. 8a09070 build: move util-obj-y to libqemuutil.a by Paolo Bonzini · 12 years ago
  93. e4b42e6 build: rename oslib-obj-y to util-obj-y by Paolo Bonzini · 12 years ago
  94. 5034833 tci: Fix broken builds with TCG interpreter by Stefan Weil · 12 years ago
  95. ca273d5 build: fix includes for VNC by Paolo Bonzini · 12 years ago
  96. 8e98e2e build: kill libuser by Paolo Bonzini · 12 years ago
  97. 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago
  98. cbdd199 build: compile translate.o with -fno-gcse option on GCC 4.6.x and 4.7.[012] by Paolo Bonzini · 12 years ago
  99. 3bc2f57 build: replace weak symbols with a static library by Paolo Bonzini · 12 years ago
  100. c9159fe Remove libhw by Stefan Weil · 12 years ago