1. d59ce6f migration: add reporting of errors for outgoing migration by Daniel P. Berrange · 9 years ago
  2. d494352 osdep: Move default qemu_hw_version() value to a macro by Eduardo Habkost · 9 years ago
  3. d2f39ad exec.c: Ensure right alignment also for file backed ram by Dominik Dingel · 9 years ago
  4. 87776ab qemu-common: stop including qemu/host-utils.h from qemu-common.h by Paolo Bonzini · 9 years ago
  5. f2937a3 log: do not use CONFIG_USER_ONLY by Paolo Bonzini · 9 years ago
  6. cb8d4c8 Fix some typos found by codespell by Stefan Weil · 9 years ago
  7. d43eda3 util: fix comment typos by Wei Jiangang · 9 years ago
  8. de3e15a rfifolock: no need to get thread identifier when nesting by Changlong Xie · 9 years ago
  9. 240f64b qapi: Use strict QMP input visitor in more places by Eric Blake · 9 years ago
  10. fc471c1 qapi: Consolidate QMP input visitor creation by Eric Blake · 9 years ago
  11. 37f3234 QemuOpts: Fix qemu_opts_foreach() dangling location regression by Markus Armbruster · 9 years ago
  12. 54e18d3 event-notifier: Add "is_external" parameter by Fam Zheng · 9 years ago
  13. ee1e0f8 util: align memory allocations to 2M on AArch64 by Christoffer Dall · 9 years ago
  14. a155555 util: Improved qemu_hexmap() to include an ascii dump of the buffer by Isaac Lozano · 9 years ago
  15. cc621a9 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  16. 340849a util: retry getaddrinfo if getting EAI_BADFLAGS with AI_V4MAPPED by Daniel P. Berrange · 9 years ago
  17. 99affd1 log: move qemu_log_close/qemu_log_flush from header to log.c by Denis V. Lunev · 9 years ago
  18. 84a5a80 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  19. 2538039 Merge remote-tracking branch 'remotes/armbru/tags/pull-ivshmem-2016-03-18' into staging by Peter Maydell · 9 years ago
  20. f6880b7 qemu-log: support simple pid substitution for logs by Alex Bennée · 9 years ago
  21. 3514552 qemu-log: new option -dfilter to limit output by Alex Bennée · 9 years ago
  22. 7ee6062 qemu-log: Avoid function call for disabled qemu_log_mask logging by Peter Maydell · 9 years ago
  23. 5419573 qemu-log: correct help text for -d cpu by Alex Bennée · 9 years ago
  24. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  25. daf015e include/qemu/iov.h: Don't include qemu-common.h by Markus Armbruster · 9 years ago
  26. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  27. 8ff98f1 Remove unneeded include statements for setjmp.h by Stefan Weil · 9 years ago
  28. 330b583 event_notifier: Make event_notifier_init_fd() #ifdef CONFIG_EVENTFD by Markus Armbruster · 9 years ago
  29. 32bafa8 qapi: Don't special-case simple union wrappers by Eric Blake · 9 years ago
  30. 0ebc03b util/base64.c: Clean includes by Peter Maydell · 9 years ago
  31. 20e2dec error: ensure errno detail is printed with error_abort by Daniel P. Berrange · 9 years ago
  32. b16a44e osdep: remove use of socket_error() from all code by Daniel P. Berrange · 9 years ago
  33. a2d96af osdep: add wrappers for socket functions by Daniel P. Berrange · 9 years ago
  34. c619644 osdep: fix socket_error() to work with Mingw64 by Daniel P. Berrange · 9 years ago
  35. 28b90d9 cutils: add avx2 instruction optimization by Liang Li · 9 years ago
  36. c586eac log: do not log if QEMU is daemonized but without -D by Paolo Bonzini · 9 years ago
  37. 0399293 util: Shorten references into SocketAddress by Eric Blake · 9 years ago
  38. 586fc27 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  39. 96c33a4 log: Redirect stderr to logfile if deamonized by Dimitris Aragiorgis · 9 years ago
  40. 100f8f2 throttle: Add support for burst periods by Alberto Garcia · 9 years ago
  41. 1588ab5 throttle: Use throttle_config_init() to initialize ThrottleConfig by Alberto Garcia · 9 years ago
  42. d585108 throttle: Merge all functions that check the configuration into one by Alberto Garcia · 9 years ago
  43. 03ba36c throttle: Make throttle_is_valid() set errp by Alberto Garcia · 9 years ago
  44. 45b2d41 throttle: Make throttle_max_is_missing_limit() set errp by Alberto Garcia · 9 years ago
  45. 6921b18 throttle: Make throttle_conflicting() set errp by Alberto Garcia · 9 years ago
  46. 3c9242f throttle: Make throttle_compute_timer() static by Alberto Garcia · 9 years ago
  47. d5db2ec oslib-posix.c: Move workaround for OSX daemon() deprecation to osdep.h by Peter Maydell · 9 years ago
  48. 58c652c qemu-sockets: simplify error handling by Paolo Bonzini · 9 years ago
  49. f075c89 Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 9 years ago
  50. ad523bc iov: avoid memcpy for "simple" iov_from_buf/iov_to_buf by Paolo Bonzini · 9 years ago
  51. 51e72bc qapi: Swap visit_* arguments for consistent 'name' placement by Eric Blake · 9 years ago
  52. d38ea87 all: Clean up includes by Peter Maydell · 9 years ago
  53. aafd758 util: Clean up includes by Peter Maydell · 9 years ago
  54. c84ea00 log: add "-d trace:PATTERN" by Paolo Bonzini · 9 years ago
  55. ed7f5f1 trace: convert stderr backend to log by Paolo Bonzini · 9 years ago
  56. d890d50 log: move qemu-log.c into util/ directory by Denis V. Lunev · 9 years ago
  57. 3c9331c Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  58. 972606c blockdev: Error out on negative throttling option values by Fam Zheng · 9 years ago
  59. 8b39910 sockets: remove use of QemuOpts from socket_dgram by Daniel P. Berrange · 9 years ago
  60. 2942e42 sockets: remove use of QemuOpts from socket_connect by Daniel P. Berrange · 9 years ago
  61. 1856835 sockets: remove use of QemuOpts from socket_listen by Daniel P. Berrange · 9 years ago
  62. 505c4a1 sockets: remove use of QemuOpts from header file by Daniel P. Berrange · 9 years ago
  63. 8277d2a error: New error_prepend(), error_reportf_err() by Markus Armbruster · 9 years ago
  64. f4d0064 error: Improve documentation by Markus Armbruster · 9 years ago
  65. 543202c error: Don't append a newline when printing the error hint by Markus Armbruster · 9 years ago
  66. 097a50d mmap-alloc: tweak a comment on ppc64 by Michael S. Tsirkin · 9 years ago
  67. c688084 Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-secrets-base-2015-12-18-1' into staging by Peter Maydell · 9 years ago
  68. 89bc0b6 util: add base64 decoding function by Daniel P. Berrange · 9 years ago
  69. bd5072d progress: Allow regressing progress by Max Reitz · 10 years ago
  70. 559607e io: add QIOChannelSocket class by Daniel P. Berrange · 10 years ago
  71. 624533e util/id: fully allocate names table by John Snow · 9 years ago
  72. 7197fb4 util/mmap-alloc: fix hugetlb support on ppc64 by Michael S. Tsirkin · 9 years ago
  73. a28c2f2 oslib-win32: Change return type of function getpagesize by Stefan Weil · 9 years ago
  74. fac862f osdep: Change default value of qemu_hw_version() to "2.5+" by Eduardo Habkost · 9 years ago
  75. c27e901 Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20151116-1' into staging by Peter Maydell · 9 years ago
  76. 96e4ded block: Add average I/O queue depth to BlockDeviceTimedStats by Alberto Garcia · 9 years ago
  77. bd797fc util: Infrastructure for computing recent averages by Alberto Garcia · 9 years ago
  78. a12a5a1 qapi: Simplify error cleanup in test-qmp-* by Eric Blake · 9 years ago
  79. a2f31f1 qemu-sockets: do not test path with access() before unlinking by Paolo Bonzini · 9 years ago
  80. 496c1b1 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  81. f14c3d8 buffer: allow a buffer to shrink gracefully by Peter Lieven · 9 years ago
  82. 4ec5ba1 buffer: factor out buffer_adj_size by Peter Lieven · 9 years ago
  83. fd95243 buffer: factor out buffer_req_size by Peter Lieven · 9 years ago
  84. d2b9071 buffer: add tracing by Gerd Hoffmann · 9 years ago
  85. 1ff36b5 buffer: add buffer_shrink by Gerd Hoffmann · 9 years ago
  86. 830a958 buffer: add buffer_move by Gerd Hoffmann · 9 years ago
  87. 4d1eb5f buffer: add buffer_move_empty by Gerd Hoffmann · 9 years ago
  88. 810082d buffer: add buffer_init by Gerd Hoffmann · 9 years ago
  89. 5c10dbb buffer: make the Buffer capacity increase in powers of two by Peter Lieven · 9 years ago
  90. 35c2c8d osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version() by Eduardo Habkost · 9 years ago
  91. 2d32add sockets: Convert to new qapi union layout by Eric Blake · 9 years ago
  92. 9d4ec93 mmap-alloc: fix error handling by Michael S. Tsirkin · 9 years ago
  93. 12f0b68 util: const event_notifier_get_fd() argument by Marc-André Lureau · 9 years ago
  94. ca3e40e Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 9 years ago
  95. 31190ed vhost: add migration block if memfd failed by Marc-André Lureau · 9 years ago
  96. 35f9b6e util: add fallback for qemu_memfd_alloc() by Marc-André Lureau · 9 years ago
  97. d359219 util: add memfd helpers by Marc-André Lureau · 9 years ago
  98. f04cf92 util: add linux-only memfd fallback by Marc-André Lureau · 9 years ago
  99. e279200 build-sys: split util-obj- on multi-lines by Marc-André Lureau · 9 years ago
  100. 8bfaa25 Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20151021-v2' into staging by Peter Maydell · 9 years ago