1. 1ef1ec2 audio: rename CONFIG_* to CONFIG_AUDIO_* by Gerd Hoffmann · 7 years ago
  2. 2373f7d ui/curses: build as module by Gerd Hoffmann · 7 years ago
  3. e0fb129 ui/gtk: build as module by Gerd Hoffmann · 7 years ago
  4. 5f9b1e3 configure: opengl doesn't depend on x11 by Gerd Hoffmann · 7 years ago
  5. 8781595 configure: add X11 vars to config-host.mak by Gerd Hoffmann · 7 years ago
  6. 042cea2 cryptodev: add vhost-user as a new cryptodev backend by Gonglei · 7 years ago
  7. 0a773d5 maintainers: Add myself as a OpenBSD maintainer by Brad Smith · 7 years ago
  8. ef6d4cc hw/rdma: Implementation of generic rdma device layers by Yuval Shaia · 7 years ago
  9. 218bb57 build-sys: check static linking of UBSAN by Marc-André Lureau · 7 years ago
  10. 1de1995 build-sys: remove useless extra*flags variables by Marc-André Lureau · 7 years ago
  11. 9bc5a71 oslib-posix: check for posix_memalign in configure script by Andreas Gustafsson · 7 years ago
  12. 123ac0b configure: Allow capstone=git only if git update is not disabled by Alexey Kardashevskiy · 7 years ago
  13. fdcbebe Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180209' into staging by Peter Maydell · 7 years ago
  14. 63685bc configure: s390x supports mttcg now by David Hildenbrand · 7 years ago
  15. 12f15c9 Fix configure for s390 qemu on alpine and other busybox environments by Alice Frosi · 7 years ago
  16. db43267 tcg: Add generic vector expanders by Richard Henderson · 7 years ago
  17. 7b213bb Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 7 years ago
  18. d661d9a Add the Windows Hypervisor Platform accelerator. by Justin Terry (VM) · 7 years ago
  19. d83414e ucontext: annotate coroutine stack for ASAN by Marc-André Lureau · 7 years ago
  20. 247724c build-sys: add --enable-sanitizers by Marc-André Lureau · 7 years ago
  21. c21965a configure: allow use of python 3 by Daniel P. Berrange · 7 years ago
  22. b1cef6d Drop remaining bits of ia64 host support by Peter Maydell · 7 years ago
  23. 7b93dab target/hppa: Enable MTTCG by Richard Henderson · 7 years ago
  24. e52c6ba ui: deprecate use of SDL 1.2 in favour of 2.0 series by Daniel P. Berrange · 7 years ago
  25. ed279a0 configure: add dependency by Klim Kireev · 7 years ago
  26. c1d5b9a Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 7 years ago
  27. b7715af ui: deprecate use of GTK 2.x in favour of 3.x series by Daniel P. Berrange · 7 years ago
  28. 9065486 build-sys: compile with -Og or -O1 when --enable-debug by Marc-André Lureau · 7 years ago
  29. 14ab3aa build-sys: fix qemu-ga -pthread linking by Marc-André Lureau · 7 years ago
  30. 722dd7b configure: Add aarch64_be-linux-user target by Michael Weiser · 7 years ago
  31. d2d0852 configure: Fix incorrect string comparison operator by Peter Maydell · 7 years ago
  32. c97d6d2 i386: hvf: add code base from Google's QEMU repository by Sergio Andres Gomez Del Real · 7 years ago
  33. 5a22ab7 rcu: reduce more than 7MB heap memory by malloc_trim() by Yang Zhong · 7 years ago
  34. 75e5b70 memfd: fix configure test by Paolo Bonzini · 7 years ago
  35. 9aae6e5 configure: check $CC available before verifying host CPU by Daniel Henrique Barboza · 7 years ago
  36. c65d5e4 configure: Deal with OpenBSD/i386 emulation linker by Brad Smith · 7 years ago
  37. 9f81aeb Makefile: Capstone: Add support for cross compile ranlib by Alistair Francis · 7 years ago
  38. f62bbee build: allow automatic git submodule updates to be disabled by Daniel P. Berrange · 7 years ago
  39. cc84d63 build: allow setting a custom GIT binary for transparent proxying by Daniel P. Berrange · 7 years ago
  40. 20bc94a build: disable -Wmissing-braces on older compilers by Paolo Bonzini · 7 years ago
  41. 953e35f Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2017-10-26-tag' into staging by Peter Maydell · 7 years ago
  42. e219c49 disas: Add capstone as submodule by Richard Henderson · 7 years ago
  43. 105fad6 qga-win: Updating guest_set_time action by Bishara AbuHattoum · 7 years ago
  44. 8ca8076 disas: Support the Capstone disassembler library by Richard Henderson · 7 years ago
  45. ff69fd8 configure: disable qemu-keymap for linux-user qemu by Laurent Vivier · 7 years ago
  46. a8b392a Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 7 years ago
  47. b3f1c8c qemu-pr-helper: use new libmultipath API by Paolo Bonzini · 7 years ago
  48. a4faa26 Merge remote-tracking branch 'remotes/kraxel/tags/ui-20171016-pull-request' into staging by Peter Maydell · 7 years ago
  49. 6a02153 tools: add qemu-keymap by Gerd Hoffmann · 7 years ago
  50. 9271282 ui: add keycodemapdb repository as a GIT submodule by Daniel P. Berrange · 7 years ago
  51. aef45d5 build: automatically handle GIT submodule checkout for dtc by Daniel P. Berrange · 7 years ago
  52. f4ede81 tpm: Added support for TPM emulator by Amarnath Valluri · 7 years ago
  53. 08df7e5 Merge remote-tracking branch 'remotes/kraxel/tags/fw-20170926-pull-request' into staging by Peter Maydell · 7 years ago
  54. 3d5eeca Add --firmwarepath to configure by Gerd Hoffmann · 7 years ago
  55. a9b16ab Drop gld linker usage on SunOS by Kamil Rytarowski · 7 years ago
  56. 401bc05 util/qemu-thread-posix.c: Replace OS ifdefs with CONFIG_HAVE_SEM_TIMEDWAIT by Peter Maydell · 7 years ago
  57. 0f9f39d configure: Remove unused code (found by shellcheck) by Stefan Weil · 8 years ago
  58. 460b6c8 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 7 years ago
  59. fe8fc5a scsi: add multipath support to qemu-pr-helper by Paolo Bonzini · 7 years ago
  60. b855f8d scsi: build qemu-pr-helper by Paolo Bonzini · 7 years ago
  61. b1fb9a6 Makefile: Add rules to run vm tests by Fam Zheng · 7 years ago
  62. 392fb64 buildsys: Move rdma libs to per object by Fam Zheng · 7 years ago
  63. 8eca288 buildsys: Move brlapi libs to per object by Fam Zheng · 7 years ago
  64. cc7923f buildsys: Move usb redir cflags/libs to per object by Fam Zheng · 7 years ago
  65. b878b65 buildsys: Move libusb cflags/libs to per object by Fam Zheng · 7 years ago
  66. 7b62bf5 buildsys: Move libcacard cflags/libs to per object by Fam Zheng · 7 years ago
  67. b114991 buildsys: Move audio libs to per object by Fam Zheng · 7 years ago
  68. 8ecc89f buildsys: Move sdl cflags/libs to per object by Fam Zheng · 7 years ago
  69. e2ad6f1 buildsys: Move vde libs to per object by Fam Zheng · 7 years ago
  70. 3aa35fc configure: Allow --enable-seccomp on s390x, too by Thomas Huth · 7 years ago
  71. c3883e1 buildsys: Move seccomp cflags/libs to per object by Fam Zheng · 7 years ago
  72. dae288d Merge remote-tracking branch 'remotes/kraxel/tags/usb-20170913-pull-request' into staging by Peter Maydell · 7 years ago
  73. 4e5ee5b usb: drop HOST_USB by Gerd Hoffmann · 7 years ago
  74. 35c4e86 pixman: drop configure switches by Gerd Hoffmann · 7 years ago
  75. c12b6d7 pixman: drop submodule by Gerd Hoffmann · 7 years ago
  76. 7872375 configure: Drop AIX host support by Peter Maydell · 7 years ago
  77. a46c124 tcg: Remove support for ia64 as host by Richard Henderson · 7 years ago
  78. e9a3591 configure: enable --s390-pgste linker option by Christian Borntraeger · 7 years ago
  79. e6a7486 build-sys: add --disable-vhost-user by Marc-André Lureau · 7 years ago
  80. 5dd8990 util: Introduce include/qemu/cpuid.h by Richard Henderson · 7 years ago
  81. 9193926 configure: Drop ancient Solaris 9 and earlier support by Peter Maydell · 8 years ago
  82. 951fedf configure: Never use 'uname' to identify target OS by Peter Maydell · 8 years ago
  83. b1449ed configure: Don't build ivshmem tools unless CONFIG_IVSHMEM is set by Kamil Rytarowski · 8 years ago
  84. e058034 configure: Use an explicit CONFIG_IVSHMEM rather than CONFIG_EVENTFD by Kamil Rytarowski · 8 years ago
  85. d4e5921 Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2017-07-18-2' into staging by Peter Maydell · 7 years ago
  86. f0d92b5 crypto: introduce some common functions for af_alg backend by Longpeng(Mike) · 8 years ago
  87. 5ba3d75 xen/mapcache: introduce xen_replace_cache_entry() by Igor Druzhinin · 8 years ago
  88. e674605 qemu-ga: check if utmpx.h is available on the system by Tomáš Golembiovský · 8 years ago
  89. fbc8ea1 Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170714' into staging by Peter Maydell · 8 years ago
  90. 86158a2 s390x/gdb: add gs registers by Christian Borntraeger · 8 years ago
  91. b98fcfd build: add -Wexpansion-to-defined by Paolo Bonzini · 8 years ago
  92. aa5a704 Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into staging by Peter Maydell · 8 years ago
  93. b5ed2e1 build: disable Xen on ARM by Paolo Bonzini · 8 years ago
  94. e189091 configure: Handle having no c++ compiler in FORTIFY_SOURCE check by Peter Maydell · 8 years ago
  95. 5f37e6d configure: Fix build with pkg-config and --static --enable-sdl by Thomas Huth · 8 years ago
  96. b3f6ea7 configure: add --disable-tcg configure option by Paolo Bonzini · 8 years ago
  97. d880a3b configure: early test for supported targets by Paolo Bonzini · 8 years ago
  98. 3b6b755 configure: factor out list of supported Xen/KVM/HAX targets by Paolo Bonzini · 12 years ago
  99. b01a4fd configure: Define NCURSES_WIDECHAR if we're using curses by Peter Maydell · 8 years ago
  100. 5a4526b target-m68k: define 96bit FP registers for gdb on 680x0 by Laurent Vivier · 8 years ago