1. b39297a qemu-ga: Add Windows VSS provider and requester as DLL by Tomoki Sekiyama · 11 years ago
  2. 0b516ef w32: Add missing version.o to all executables (fix regression) by Stefan Weil · 11 years ago
  3. 2da776d rdma: core logic by Michael R. Hines · 12 years ago
  4. 587da2c Make qemu-io commands available in HMP by Kevin Wolf · 12 years ago
  5. 8e8aba5 target-i386: Add "feature-words" property to X86CPU by Eduardo Habkost · 12 years ago
  6. 0b6a16c libcacard: move atr setting from macro to function by Alon Levy · 12 years ago
  7. bdee56f tpm: reorganize headers and split hardware part by Paolo Bonzini · 12 years ago
  8. 7c2acc7 configure: Don't fall back to gthread coroutine backend by Peter Maydell · 12 years ago
  9. d1a0cf7 Support for TPM command line options by Stefan Berger · 12 years ago
  10. 1559e0d hw: move device-hotplug.o to toplevel, compile it once by Paolo Bonzini · 12 years ago
  11. b4a42f8 hw: move qdev-monitor.o to toplevel directory by Paolo Bonzini · 12 years ago
  12. 872536b qtest: Add MMIO support by Andreas Färber · 12 years ago
  13. ba2e28e Move XBZRLE encoding code to a separate file to allow testing by Orit Wasserman · 12 years ago
  14. 82cb6b0 build: remove extra-obj-y by Paolo Bonzini · 12 years ago
  15. 0008234 build: remove universal-obj-y by Paolo Bonzini · 12 years ago
  16. 737f351 build: use -$(CONFIG_SECCOMP) instead of ifeq by Paolo Bonzini · 12 years ago
  17. 6598001 build: move around libcacard-y definition by Paolo Bonzini · 12 years ago
  18. ff667e2 build: fold trace-obj-y into libqemuutil.a by Paolo Bonzini · 12 years ago
  19. 84ecb7a build: remove coroutine-obj-y by Paolo Bonzini · 12 years ago
  20. bf0842b build: move version-obj-y to the generic LINK rule by Paolo Bonzini · 12 years ago
  21. 576d550 build: move base QAPI files to libqemuutil.a by Paolo Bonzini · 12 years ago
  22. 59cacde build: move QAPI definitions for QEMU out of qapi-obj-y by Paolo Bonzini · 12 years ago
  23. 9444e9e build: consolidate multiple variables into universal-obj-y by Paolo Bonzini · 12 years ago
  24. a372823 build: move qobject files to qobject/ and libqemuutil.a by Paolo Bonzini · 12 years ago
  25. baacf04 build: move libqemuutil.a components to util/ by Paolo Bonzini · 12 years ago
  26. f157ebb build: move files away from tools-obj-y, common-obj-y, user-obj-y by Paolo Bonzini · 12 years ago
  27. 8a09070 build: move util-obj-y to libqemuutil.a by Paolo Bonzini · 12 years ago
  28. e4b42e6 build: rename oslib-obj-y to util-obj-y by Paolo Bonzini · 12 years ago
  29. 5708fc6 stubs: fully replace qemu-tool.c and qemu-user.c by Paolo Bonzini · 12 years ago
  30. 507066f qdev: Include qdev code into *-user, too by Eduardo Habkost · 12 years ago
  31. 1d728c3 tests: add gcov support by Blue Swirl · 13 years ago
  32. eac236e build: Use separate makefile for "trace/" by Lluís Vilanova · 12 years ago
  33. 0d82d0e migration: move buffered_file.c code into migration.c by Juan Quintela · 12 years ago
  34. 28ecbae ui: move files to ui/ and include/ui/ by Paolo Bonzini · 12 years ago
  35. 2870dc3 qemu-ga: move qemu-ga files to qga/ by Paolo Bonzini · 12 years ago
  36. fd9400b net: move net.c to net/ by Paolo Bonzini · 12 years ago
  37. 8e98e2e build: kill libuser by Paolo Bonzini · 12 years ago
  38. 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago
  39. 6f99198 Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEAD by Paolo Bonzini · 12 years ago
  40. 3bc2f57 build: replace weak symbols with a static library by Paolo Bonzini · 12 years ago
  41. a9b7b2a rng: add RndBackend abstract object class by Anthony Liguori · 13 years ago
  42. 365b1e9 pflib: unused, remove it. by Gerd Hoffmann · 12 years ago
  43. 4ba7950 Merge remote-tracking branch 'kraxel/pixman.v3' into staging by Anthony Liguori · 12 years ago
  44. d2ec7e2 pixman: helper functions by Gerd Hoffmann · 12 years ago
  45. 10fb6e0 raw-posix: move linux-aio.c to block/ by Paolo Bonzini · 12 years ago
  46. de81a16 raw: merge posix-aio-compat.c into block/raw-posix.c by Paolo Bonzini · 13 years ago
  47. d354c7e aio: add generic thread-pool facility by Paolo Bonzini · 13 years ago
  48. f42b220 aio: add Win32 implementation by Paolo Bonzini · 13 years ago
  49. 9958c35 aio: provide platform-independent API by Paolo Bonzini · 13 years ago
  50. fc97a65 event_notifier: add Win32 implementation by Paolo Bonzini · 15 years ago
  51. 136594f build: do not include main loop where it is not actually used by Paolo Bonzini · 12 years ago
  52. f3192e8 build: move cutils.o and qemu-timer-common.o to oslib-obj-y by Paolo Bonzini · 12 years ago
  53. 0191253 janitor: move iovector functions out of cutils.c by Paolo Bonzini · 12 years ago
  54. 6dd844d qmp: add NBD server commands by Paolo Bonzini · 12 years ago
  55. d7d512f block: add close notifiers by Paolo Bonzini · 12 years ago
  56. 69758c2 build: add QAPI files to the tools by Paolo Bonzini · 12 years ago
  57. c9159fe Remove libhw by Stefan Weil · 12 years ago
  58. 2f0c9fe block: move job APIs to separate files by Paolo Bonzini · 12 years ago
  59. ca0defb qemu: URI parsing library by Paolo Bonzini · 12 years ago
  60. f794573 Adding support for libseccomp in configure and Makefile (v8) by Eduardo Otubo · 12 years ago
  61. 633decd Merge remote-tracking branch 'qmp/queue/qmp' into staging by Anthony Liguori · 12 years ago
  62. 93b91c5 qemu-ga: switch to the new error format on the wire by Luiz Capitulino · 12 years ago
  63. 9fb2664 Add cache handling functions by Orit Wasserman · 12 years ago
  64. 23797df Merge remote-tracking branch 'mjt/mjt-iov2' into staging by Anthony Liguori · 13 years ago
  65. 5726c27 qemu-log: move logging to qemu-log.c by Blue Swirl · 13 years ago
  66. 3d9b492 consolidate qemu_iovec_memset{,_skip}() into single function and use existing iov_memset() by Michael Tokarev · 13 years ago
  67. dbaf26b Revert "build: compile oslib-obj-y once" by Blue Swirl · 13 years ago
  68. 25f27a4 build: compile oslib-obj-y once by Paolo Bonzini · 13 years ago
  69. 00c705f build: libcacard Makefile cleanups by Paolo Bonzini · 13 years ago
  70. be1029e build: convert libhw to nested Makefile.objs by Paolo Bonzini · 13 years ago
  71. 3d5a3f9 build: move target-independent hw/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
  72. 4eb7ba8 build: move qga/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
  73. dd5614d build: move qapi/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
  74. 4c69605 build: move slirp/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
  75. b0b68fc build: move audio/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
  76. 8867aef build: move ui/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
  77. ee20477 build: move fsdev/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
  78. d8469de build: move net/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
  79. 7456e4c build: move block/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
  80. 7f07b9c build: adapt qom/Makefile and move it to Makefile.objs by Paolo Bonzini · 13 years ago
  81. 99100dc build: move rules for nesting to Makefile.objs by Paolo Bonzini · 13 years ago
  82. 046e7c5 build: remove trace-nested-y by Paolo Bonzini · 13 years ago
  83. c042493 Beautify makefile commands for generation of files with tracetool by Lluís Vilanova · 13 years ago
  84. 650ab98 tracetool: Rewrite infrastructure as python modules by Lluís Vilanova · 13 years ago
  85. 4e1957a Merge commit 'ff71f2e8cacefae99179993204172bc65e4303df' into staging by Anthony Liguori · 13 years ago
  86. 79368f4 target-lm32: add simple disassembler by Michael Walle · 13 years ago
  87. c7f0f3b qtest: add test framework by Anthony Liguori · 13 years ago
  88. 4eb812f pci: add standard bridge device by Michael S. Tsirkin · 14 years ago
  89. 762833b slotid: add slot id capability by Michael S. Tsirkin · 13 years ago
  90. 1dc324d shpc: standard hot plug controller by Michael S. Tsirkin · 13 years ago
  91. dd83b06 qom: Introduce CPU class by Andreas Färber · 13 years ago
  92. 684e1e0 Merge remote-tracking branch 'kraxel/usb.44' into staging by Anthony Liguori · 13 years ago
  93. ce008c1 qom: Add QOM support to user emulators by Andreas Färber · 13 years ago
  94. f1ae32a usb: the big rename by Gerd Hoffmann · 13 years ago
  95. fe91bfa coroutine: adding configure option for sigaltstack coroutine backend by Alex Barcelo · 13 years ago
  96. d11e859 i8254: Factor out base class for KVM reuse by Jan Kiszka · 13 years ago
  97. bc62fa0 qemu-ga: add Windows service integration by Michael Roth · 13 years ago
  98. 7868e26 qemu-ga: add initial win32 support by Michael Roth · 13 years ago
  99. d8ca685 qemu-ga: fixes for win32 build of qemu-ga by Michael Roth · 13 years ago
  100. c216e5a qemu-ga: rename guest-agent-commands.c -> commands-posix.c by Michael Roth · 13 years ago