1. e1cf558 util: Use g_new() & friends where that makes obvious sense by Markus Armbruster · 10 years ago
  2. 9be71be util: Fuse g_malloc(); memset() into g_new0() by Markus Armbruster · 10 years ago
  3. 44c2286 util: Drop superfluous conditionals around g_free() by Markus Armbruster · 10 years ago
  4. 2458810 Drop superfluous conditionals around g_strdup() by Markus Armbruster · 10 years ago
  5. a2b257d memory: expose alignment used for allocating RAM as MemoryRegion API by Igor Mammedov · 10 years ago
  6. 6cfcd86 acl: fix memory leak by Gonglei · 10 years ago
  7. 404ac83 util: Improve os_mem_prealloc error message by Michal Privoznik · 10 years ago
  8. fcb2cd9 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  9. 5179502 qemu-sockets: Add error to non-blocking connect handler by Corey Minyard · 10 years ago
  10. 5748e4c qemu-error: Add error_vreport() by Corey Minyard · 10 years ago
  11. f5bebbb util: Emancipate id_wellformed() from QemuOpts by Markus Armbruster · 10 years ago
  12. b60a772 Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging by Peter Maydell · 10 years ago
  13. 235256a qemu-socket: Eliminate silly QERR_ macros by Markus Armbruster · 10 years ago
  14. 9aebf3b block: Validate node-name by Kevin Wolf · 10 years ago
  15. 8287fea util/qemu-sockets.c: Support specifying IPv4 or IPv6 in socket_dgram() by Peter Maydell · 10 years ago
  16. 2ceee4b util: Don't link host-utils.o if it's empty by Fam Zheng · 10 years ago
  17. f6e0830 util: Move general qemu_getauxval to util/getauxval.c by Fam Zheng · 10 years ago
  18. bc5008a util/path: Use the GLib memory allocation routines by zhanghailiang · 10 years ago
  19. 142f4ac Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-08-15' into staging by Peter Maydell · 10 years ago
  20. 8108fd3 don't use 'Yoda conditions' by Gonglei · 10 years ago
  21. 7d2a35c block: Introduce qemu_try_blockalign() by Kevin Wolf · 11 years ago
  22. bb2eb18 module: Don't complain when a module is absent by Andreas Färber · 10 years ago
  23. f9e13f8 module: Simplify module_load() by Andreas Färber · 10 years ago
  24. 7a6d04e Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 11 years ago
  25. 58f423f dma-helpers: Fix too long qiov by Kevin Wolf · 11 years ago
  26. b7bf8f5 oslib-posix: Fix new compiler error with -Wclobbered by Stefan Weil · 11 years ago
  27. a760715 qemu_opts_append: Play nicely with QemuOptsList's head by Michal Privoznik · 11 years ago
  28. 089a394 Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging by Peter Maydell · 11 years ago
  29. 7cfadb6 qapi event: convert SPICE events by Wenchao Xia · 11 years ago
  30. a589569 qapi: adjust existing defines by Wenchao Xia · 11 years ago
  31. 224f9fd tcg-ppc: Merge cache-utils into the backend by Richard Henderson · 11 years ago
  32. 2b45c3f qemu/osdep: Remove the need for qemu_init_auxval by Richard Henderson · 11 years ago
  33. 435db4c QemuOpts: check NULL opts in qemu_opt_get functions by Chunyan Liu · 11 years ago
  34. 0a99aae Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 11 years ago
  35. 3818331 memory: move preallocation code out of exec.c by Paolo Bonzini · 11 years ago
  36. 6baa963 Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging by Peter Maydell · 11 years ago
  37. e637aa6 w32: Fix regression caused by new g_poll implementation by Stefan Weil · 11 years ago
  38. 519661e util: add return value to qemu_iovec_concat_iov by Paolo Bonzini · 11 years ago
  39. af44da8 Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' into staging by Peter Maydell · 11 years ago
  40. bfd8f5b util: Add InvMixColumns by Tom Musta · 11 years ago
  41. 1c1a6d2 util: Add AES ShiftRows and InvShiftRows Tables by Tom Musta · 11 years ago
  42. 40c84b5 util: Add S-Box and InvS-Box Arrays to Common AES Utils by Tom Musta · 11 years ago
  43. 98d896d QemuOpts: cleanup tmp 'allocated' member from QemuOptsList by Chunyan Liu · 11 years ago
  44. c282e1f cleanup QEMUOptionParameter by Chunyan Liu · 11 years ago
  45. 74c3c19 QemuOpts: export qemu_opt_find by Chunyan Liu · 11 years ago
  46. 4782183 QemuOpts: check NULL input for qemu_opts_del by Chunyan Liu · 11 years ago
  47. a1097a2 QemuOpts: add qemu_opts_append to replace append_option_parameters by Chunyan Liu · 11 years ago
  48. 8559e45 QemuOpts: add conversion between QEMUOptionParameter to QemuOpts by Chunyan Liu · 11 years ago
  49. 504189a QemuOpts: add qemu_opts_print_help to replace print_option_help by Chunyan Liu · 11 years ago
  50. 782730b QemuOpts: add qemu_opt_get_*_del functions for replace work by Chunyan Liu · 11 years ago
  51. fc34551 QemuOpts: move qemu_opt_del ahead for later calling by Chunyan Liu · 11 years ago
  52. dc8622f QemuOpts: change opt->name|str from (const char *) to (char *) by Chunyan Liu · 11 years ago
  53. e36af94 qapi: output def_value_str when query command line options by Chunyan Liu · 11 years ago
  54. 0972203 QemuOpts: add def_value_str to QemuOptDesc by Chunyan Liu · 11 years ago
  55. e679054 QemuOpts: repurpose qemu_opts_print to replace print_option_parameters by Chunyan Liu · 11 years ago
  56. 5e89db7 QemuOpts: move find_desc_by_name ahead for later calling by Chunyan Liu · 11 years ago
  57. 8bc8912 inet_listen_opts: add error checking by Gerd Hoffmann · 11 years ago
  58. 05fedee Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging by Peter Maydell · 11 years ago
  59. 075ccb6 readline: Clear screen on form feed. by Hani Benhabiles · 11 years ago
  60. e70871d readline: Make completion strings always unique by Hani Benhabiles · 11 years ago
  61. 6ad3f09 util/qemu-openpty: fix build with musl libc by include termios.h as fallback by Natanael Copa · 11 years ago
  62. 591b320 util/hbitmap.c: Use ctpopl rather than reimplementing a local equivalent by Peter Maydell · 11 years ago
  63. f9b5426 util/qemu-sockets.c: Avoid unused variable warnings by Peter Maydell · 11 years ago
  64. 13af91e throttle: add throttle_detach/attach_aio_context() by Stefan Hajnoczi · 11 years ago
  65. 6054d88 Merge remote-tracking branch 'remotes/kraxel/tags/pull-chardev-2' into staging by Peter Maydell · 11 years ago
  66. d2e064a error: error_is_set() is finally unused; remove by Markus Armbruster · 11 years ago
  67. 3f9286b qemu-socket: Clean up inet_connect_opts() by Markus Armbruster · 11 years ago
  68. 43f35cb util: add qemu_iovec_is_zero by Peter Lieven · 11 years ago
  69. 8f1e884 savevm: Remove all the unneeded version_minimum_id_old (arm) by Juan Quintela · 11 years ago
  70. 1b5498f Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 11 years ago
  71. 5a00754 glib: fix g_poll early timeout on windows by Sangho Park · 11 years ago
  72. 2767cee qemu-option: Clean up fragile use of error_is_set() by Markus Armbruster · 11 years ago
  73. 64dfefe error: Consistently name Error ** objects errp, and not err by Markus Armbruster · 11 years ago
  74. e9c5c1f cutils: tighten qemu_parse_fd() by Laszlo Ersek · 11 years ago
  75. 307b2f0 readline: Sort completions before printing them. by Hani Benhabiles · 11 years ago
  76. 6ad7c32 readline: use g_strndup instead of open-coding it by Michael Tokarev · 11 years ago
  77. f33cc84 do not call g_thread_init() for glib >= 2.31 by Michael Tokarev · 11 years ago
  78. 93156ce Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-28' into staging by Peter Maydell · 11 years ago
  79. 00a9cac init_paths: fix minor memory leak by Kirill Batuzov · 11 years ago
  80. e96e5ae qemu-option: introduce qemu_find_opts_singleton by Paolo Bonzini · 11 years ago
  81. 073a341 error: Remove some unused headers by Cole Robinson · 11 years ago
  82. f231b88 qerror.h: Remove QERR defines that are only used once by Cole Robinson · 11 years ago
  83. 4ad417b error: Print error_report() to stderr if using qmp by Cole Robinson · 11 years ago
  84. d876f60 error: Privatize error_print_loc by Cole Robinson · 11 years ago
  85. 3b6144b Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 11 years ago
  86. c6c09ba Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-03-27' into staging by Peter Maydell · 11 years ago
  87. 5c31207 Detect pthread_setname_np at configure time by Dr. David Alan Gilbert · 11 years ago
  88. 08cf996 util: Add 'static' attribute to function implementation by Stefan Weil · 11 years ago
  89. 4297c8e util: add qemu_ether_ntoa by Alexey Kardashevskiy · 11 years ago
  90. ae2990c osdep: initialize glib threads in all QEMU tools by Stefan Hajnoczi · 11 years ago
  91. 57fac92 Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 11 years ago
  92. 41975b2 oslib-posix: Fix build on FreeBSD by Andreas Färber · 11 years ago
  93. 2da61b6 rfifolock: add recursive FIFO lock by Stefan Hajnoczi · 11 years ago
  94. 01207d0 qemu-thread-posix: Fix build against older glibc version by Jan Kiszka · 11 years ago
  95. 4900116 Add a 'name' parameter to qemu_thread_create by Dr. David Alan Gilbert · 11 years ago
  96. 8f480de Add 'debug-threads' suboption to --name by Dr. David Alan Gilbert · 11 years ago
  97. e44259b target-ppc: Add ISA2.06 divde[o] Instructions by Tom Musta · 11 years ago
  98. 98d1eb2 target-ppc: Add ISA2.06 divdeu[o] Instructions by Tom Musta · 11 years ago
  99. cc99c6f util/iov: Use qemu/sockets.h instead of conditional code by Stefan Weil · 11 years ago
  100. d844a7b modules: Fix building with --enable-modules by Fam Zheng · 11 years ago