1. 58c652c qemu-sockets: simplify error handling by Paolo Bonzini · 9 years ago
  2. f075c89 Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 9 years ago
  3. ad523bc iov: avoid memcpy for "simple" iov_from_buf/iov_to_buf by Paolo Bonzini · 9 years ago
  4. 51e72bc qapi: Swap visit_* arguments for consistent 'name' placement by Eric Blake · 9 years ago
  5. d38ea87 all: Clean up includes by Peter Maydell · 9 years ago
  6. aafd758 util: Clean up includes by Peter Maydell · 9 years ago
  7. c84ea00 log: add "-d trace:PATTERN" by Paolo Bonzini · 9 years ago
  8. ed7f5f1 trace: convert stderr backend to log by Paolo Bonzini · 9 years ago
  9. d890d50 log: move qemu-log.c into util/ directory by Denis V. Lunev · 9 years ago
  10. 3c9331c Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  11. 972606c blockdev: Error out on negative throttling option values by Fam Zheng · 9 years ago
  12. 8b39910 sockets: remove use of QemuOpts from socket_dgram by Daniel P. Berrange · 9 years ago
  13. 2942e42 sockets: remove use of QemuOpts from socket_connect by Daniel P. Berrange · 9 years ago
  14. 1856835 sockets: remove use of QemuOpts from socket_listen by Daniel P. Berrange · 9 years ago
  15. 505c4a1 sockets: remove use of QemuOpts from header file by Daniel P. Berrange · 9 years ago
  16. 8277d2a error: New error_prepend(), error_reportf_err() by Markus Armbruster · 9 years ago
  17. f4d0064 error: Improve documentation by Markus Armbruster · 9 years ago
  18. 543202c error: Don't append a newline when printing the error hint by Markus Armbruster · 9 years ago
  19. 097a50d mmap-alloc: tweak a comment on ppc64 by Michael S. Tsirkin · 9 years ago
  20. c688084 Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-secrets-base-2015-12-18-1' into staging by Peter Maydell · 9 years ago
  21. 89bc0b6 util: add base64 decoding function by Daniel P. Berrange · 9 years ago
  22. bd5072d progress: Allow regressing progress by Max Reitz · 10 years ago
  23. 559607e io: add QIOChannelSocket class by Daniel P. Berrange · 10 years ago
  24. 624533e util/id: fully allocate names table by John Snow · 9 years ago
  25. 7197fb4 util/mmap-alloc: fix hugetlb support on ppc64 by Michael S. Tsirkin · 9 years ago
  26. a28c2f2 oslib-win32: Change return type of function getpagesize by Stefan Weil · 9 years ago
  27. fac862f osdep: Change default value of qemu_hw_version() to "2.5+" by Eduardo Habkost · 9 years ago
  28. c27e901 Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20151116-1' into staging by Peter Maydell · 9 years ago
  29. 96e4ded block: Add average I/O queue depth to BlockDeviceTimedStats by Alberto Garcia · 9 years ago
  30. bd797fc util: Infrastructure for computing recent averages by Alberto Garcia · 9 years ago
  31. a12a5a1 qapi: Simplify error cleanup in test-qmp-* by Eric Blake · 9 years ago
  32. a2f31f1 qemu-sockets: do not test path with access() before unlinking by Paolo Bonzini · 9 years ago
  33. 496c1b1 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  34. f14c3d8 buffer: allow a buffer to shrink gracefully by Peter Lieven · 9 years ago
  35. 4ec5ba1 buffer: factor out buffer_adj_size by Peter Lieven · 9 years ago
  36. fd95243 buffer: factor out buffer_req_size by Peter Lieven · 9 years ago
  37. d2b9071 buffer: add tracing by Gerd Hoffmann · 9 years ago
  38. 1ff36b5 buffer: add buffer_shrink by Gerd Hoffmann · 9 years ago
  39. 830a958 buffer: add buffer_move by Gerd Hoffmann · 9 years ago
  40. 4d1eb5f buffer: add buffer_move_empty by Gerd Hoffmann · 9 years ago
  41. 810082d buffer: add buffer_init by Gerd Hoffmann · 9 years ago
  42. 5c10dbb buffer: make the Buffer capacity increase in powers of two by Peter Lieven · 9 years ago
  43. 35c2c8d osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version() by Eduardo Habkost · 9 years ago
  44. 2d32add sockets: Convert to new qapi union layout by Eric Blake · 9 years ago
  45. 9d4ec93 mmap-alloc: fix error handling by Michael S. Tsirkin · 9 years ago
  46. 12f0b68 util: const event_notifier_get_fd() argument by Marc-André Lureau · 9 years ago
  47. ca3e40e Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 9 years ago
  48. 31190ed vhost: add migration block if memfd failed by Marc-André Lureau · 9 years ago
  49. 35f9b6e util: add fallback for qemu_memfd_alloc() by Marc-André Lureau · 9 years ago
  50. d359219 util: add memfd helpers by Marc-André Lureau · 9 years ago
  51. f04cf92 util: add linux-only memfd fallback by Marc-André Lureau · 9 years ago
  52. e279200 build-sys: split util-obj- on multi-lines by Marc-André Lureau · 9 years ago
  53. 8bfaa25 Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20151021-v2' into staging by Peter Maydell · 9 years ago
  54. 794e8f3 exec: factor out duplicate mmap code by Michael S. Tsirkin · 9 years ago
  55. 5bcfa0c util/qemu-config: fix missing machine command line options by Tony Krowiak · 9 years ago
  56. 88c5f20 util: pull Buffer code out of VNC module by Daniel P. Berrange · 10 years ago
  57. 10817bf coroutine: move into libqemuutil.a library by Daniel P. Berrange · 10 years ago
  58. 57cb38b osdep: add qemu_fork() wrapper for safely handling signals by Daniel P. Berrange · 10 years ago
  59. 0983f5e sockets: allow port to be NULL when listening on IP address by Daniel P. Berrange · 10 years ago
  60. 2a8e21c sockets: move qapi_copy_SocketAddress into qemu-sockets.c by Daniel P. Berrange · 10 years ago
  61. 17c55de sockets: add helpers for creating SocketAddress from a socket by Daniel P. Berrange · 10 years ago
  62. 526d580 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  63. a0f1913 util - add automated ID generation utility by Jeff Cody · 9 years ago
  64. b77e7c8 qemu-sockets: fix conversion of ipv4/ipv6 JSON to QemuOpts by Paolo Bonzini · 9 years ago
  65. 9fac18f oslib: allocate PROT_NONE pages on top of RAM by Michael S. Tsirkin · 10 years ago
  66. c2dfc5b oslib: rework anonimous RAM allocation by Michael S. Tsirkin · 10 years ago
  67. 4677bb4 utils: rename strtosz to use qemu prefix by Marc-André Lureau · 10 years ago
  68. 4d9310f oslib-win32: only provide localtime_r/gmtime_r if missing by Daniel P. Berrange · 9 years ago
  69. 7c9b2bf qemu-thread: add a fast path to the Win32 QemuEvent by Paolo Bonzini · 10 years ago
  70. a29a37b error: New error_fatal by Markus Armbruster · 10 years ago
  71. 88e2ce2 error: Copy location information in error_copy() by Eric Blake · 10 years ago
  72. 50b7b00 hmp: Allow for error message hints on HMP by Eric Blake · 10 years ago
  73. 615cf66 error: only prepend timestamp on stderr by Stefan Hajnoczi · 10 years ago
  74. 05620f8 Revert "rcu: init rcu_registry_lock after fork" by Paolo Bonzini · 10 years ago
  75. a2aa09e Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  76. 67cc32e typofixes - v4 by Veres Lajos · 10 years ago
  77. fe64669 opts: produce valid command line in qemu_opts_print by Kővágó, Zoltán · 10 years ago
  78. b6af097 maint: remove / fix many doubled words by Daniel P. Berrange · 10 years ago
  79. 1e9b65b error: On abort, report where the error was created by Markus Armbruster · 10 years ago
  80. 4463dcb error: error_set_errno() is unused, drop by Markus Armbruster · 10 years ago
  81. e7cf59e qga: Clean up unnecessarily dirty casts by Markus Armbruster · 10 years ago
  82. a9499dd error: Make error_setg() a function by Markus Armbruster · 10 years ago
  83. 5523750 error: De-duplicate code creating Error objects by Markus Armbruster · 10 years ago
  84. 47d4be1 cutils: work around platform differences in strto{l,ul,ll,ull} by Paolo Bonzini · 10 years ago
  85. 3904e6b cutils: Add qemu_strtoull() wrapper by Carlos L. Torres · 10 years ago
  86. 8ac4df4 cutils: Add qemu_strtoll() wrapper by Carlos L. Torres · 10 years ago
  87. c817c01 cutils: Add qemu_strtoul() wrapper by Carlos L. Torres · 10 years ago
  88. 764e0fa cutils: Add qemu_strtol() wrapper by Carlos L. Torres · 10 years ago
  89. 5243722 rcu: init rcu_registry_lock after fork by Emilio G. Cota · 10 years ago
  90. 8f1ed5f Make pow2ceil() and pow2floor() inline by Peter Maydell · 10 years ago
  91. 10944a1 Remove unused qemu_fls function by Peter Maydell · 10 years ago
  92. 2127899 qemu-iotests: s390x: fix test 049, reject negative sizes in QemuOpts by Bo Tu · 10 years ago
  93. 16ef9d0 qemu-thread: handle spurious futex_wait wakeups by Emilio G. Cota · 10 years ago
  94. 5452b6f Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  95. c097a60 rcu: Allow calling rcu_(un)register_thread() during synchronize_rcu() by Wen Congyang · 10 years ago
  96. ee2bdc3 throttle: refuse bps_max/iops_max without bps/iops by Stefan Hajnoczi · 10 years ago
  97. ab28bd2 rcu: actually register threads that have RCU read-side critical sections by Paolo Bonzini · 10 years ago
  98. 13566fe timer: rename NSEC_PER_SEC due to Mac OS X header clash by Stefan Hajnoczi · 10 years ago
  99. 6f2945c crypto: move built-in AES implementation into crypto/ by Daniel P. Berrange · 10 years ago
  100. 7edd8e4 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago