1. adf5c44 qemu-option: Add qemu_config_parse_qdict() by Max Reitz · 11 years ago
  2. 13401ba osdep: add qemu_set_tty_echo() by Stefan Hajnoczi · 11 years ago
  3. 0150cd8 readline: move readline to a generic location by Stefan Hajnoczi · 11 years ago
  4. 732c66c Revert "error: Don't use error_report() for assertion msgs." by Peter Crosthwaite · 11 years ago
  5. d32934c error: Don't use error_report() for assertion msgs. by Peter Crosthwaite · 11 years ago
  6. 133fe77 Merge remote branch 'luiz/queue/qmp' into qmpq by Edgar E. Iglesias · 11 years ago
  7. 9c22687 bitmap: use long as index by Juan Quintela · 11 years ago
  8. 87ea75d qemu-option: Remove qemu_opts_create_nofail by Peter Crosthwaite · 11 years ago
  9. 5d24ee7 error: Add error_abort by Peter Crosthwaite · 11 years ago
  10. 0a0ee0b Merge remote-tracking branch 'kwolf/tags/for-anthony' into staging by Anthony Liguori · 11 years ago
  11. 664d2c4 util: Use qemu_getauxval in linux qemu_cache_utils_init by Richard Henderson · 12 years ago
  12. b6a3e69 osdep: Create qemu_getauxval and qemu_init_auxval by Richard Henderson · 12 years ago
  13. b276d24 util/error: Save errno from clobbering by Max Reitz · 11 years ago
  14. 968854c qmp: access the local QemuOptsLists for drive option by Amos Kong · 11 years ago
  15. c7c4d06 qemu-thread: add QemuEvent by Paolo Bonzini · 11 years ago
  16. 518420d compatfd: switch to QemuThread by Jan Kiszka · 12 years ago
  17. 326642b blockdev: Separate ID generation from DriveInfo creation by Kevin Wolf · 12 years ago
  18. 80dfc87 Merge remote-tracking branch 'mjt/trivial-patches' into staging by Anthony Liguori · 11 years ago
  19. ddd2363 util/path: Fix type which is longer than 8 bit for MinGW by Stefan Weil · 11 years ago
  20. 04fd1c7 util: call socket_set_fast_reuse instead of setting SO_REUSEADDR by Sebastian Ottlik · 11 years ago
  21. 606600a util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDR by Sebastian Ottlik · 11 years ago
  22. 16121fa Merge remote-tracking branch 'stefanha/block' into staging by Anthony Liguori · 11 years ago
  23. 2be178a iov: avoid "orig_len may be used unitialized" warning by Michael Tokarev · 12 years ago
  24. a581307 osdep: warn if open(O_DIRECT) on fails with EINVAL by Stefan Hajnoczi · 12 years ago
  25. 3922825 exec: Don't abort when we can't allocate guest memory by Markus Armbruster · 12 years ago
  26. f69f0bc Merge remote-tracking branch 'mdroth/qga-pull-2013-9-9' into staging by Anthony Liguori · 12 years ago
  27. 20840d4 error: Add error_set_win32 and error_setg_win32 by Tomoki Sekiyama · 12 years ago
  28. 5ddfffb throttle: Add a new throttling API implementing continuous leaky bucket. by Benoît Canet · 12 years ago
  29. d4ca092 option: Add assigned flag to QEMUOptionParameter by Max Reitz · 12 years ago
  30. cb77d19 qemu-option: Guard against qemu_opts_set_defaults() misuse by Markus Armbruster · 12 years ago
  31. 8400429 iov: handle EOF in iov_send_recv by MORITA Kazutaka · 12 years ago
  32. 79761c6 semaphore: fix a hangup problem under load on NetBSD hosts. by Izumi Tsutsui · 12 years ago
  33. e8cd45c qdev: Add SIZE type to qdev properties by Vasilis Liaskovitis · 12 years ago
  34. 9220eee aes: Remove unused code (NDEBUG, u16) by Stefan Weil · 12 years ago
  35. 0dd6c52 QemuOpts: Add qemu_opt_unset() by Kevin Wolf · 12 years ago
  36. 5e2ac51 add timestamp to error_report() by Seiji Aguchi · 12 years ago
  37. 6d4cd40 qemu-option: Fix qemu_opts_set_defaults() for corner cases by Markus Armbruster · 12 years ago
  38. 96bc97e qemu-option: Fix qemu_opts_find() for null id arguments by Markus Armbruster · 12 years ago
  39. 7a5b6af qemu-socket: don't leak opts on error by Gerd Hoffmann · 12 years ago
  40. d1ec72a qemu-socket: catch monitor_get_fd failures by Gerd Hoffmann · 12 years ago
  41. c1204af qemu-socket: drop pointless allocation by Gerd Hoffmann · 12 years ago
  42. afde3f8 qemu-socket: zero-initialize SocketAddress by Gerd Hoffmann · 12 years ago
  43. 5dae8e5 notify: add NotiferWithReturn so notifier list can abort by Stefan Hajnoczi · 12 years ago
  44. 4999f3a acl: acl_add can't insert before last list element, fix by Markus Armbruster · 12 years ago
  45. a86b35f qemu-option: check_params() is now unused, drop it by Markus Armbruster · 12 years ago
  46. 391b7b9 qemu-socket: allow hostnames starting with a digit by Ján Tomko · 12 years ago
  47. 54028d7 error: add error_setg_file_open() helper by Luiz Capitulino · 12 years ago
  48. 4efeabb create qemu_openpty_raw() helper function and move it to a separate file by Michael Tokarev · 12 years ago
  49. a38ed81 qemu-io: Move qemu_strsep() to cutils.c by Kevin Wolf · 12 years ago
  50. 5e00984 cutils: Support 'P' and 'E' suffixes in strtosz() by Kevin Wolf · 12 years ago
  51. e2ea351 osdep: add qemu_get_local_state_pathname() by Laszlo Ersek · 12 years ago
  52. 3568ac2 Rename hexdump to avoid FreeBSD libutil conflict by Ed Maste · 12 years ago
  53. e7a09b9 osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memory by Paolo Bonzini · 12 years ago
  54. 6eebf95 osdep, kvm: rename low-level RAM allocation functions by Paolo Bonzini · 12 years ago
  55. 7f303ad clean unnecessary code: don't check g_strdup arg for NULL by Dong Xu Wang · 12 years ago
  56. 8e1b02b qemu: add castagnoli crc32c checksum algorithm by Jeff Cody · 12 years ago
  57. 9adea5f win32: add readv/writev emulation by Paolo Bonzini · 12 years ago
  58. 1f8f987 monitor: introduce query-command-line-options by Amos Kong · 12 years ago
  59. b16352a ccid-card-passthru, dev-smartcard-reader: add debug environment variables by Alon Levy · 12 years ago
  60. d3bf825 util: move socket_init() to osdep.c by Marc-André Lureau · 12 years ago
  61. 83f75c2 iov: handle partial writes from sendmsg and recvmsg by Paolo Bonzini · 12 years ago
  62. f48869a iov: reorganize iov_send_recv, part 3 by Paolo Bonzini · 12 years ago
  63. 5209d67 iov: reorganize iov_send_recv, part 2 by Paolo Bonzini · 12 years ago
  64. cb6247a iov: reorganize iov_send_recv, part 1 by Paolo Bonzini · 12 years ago
  65. 7dda5dc migration: initialize RAM to zero by Paolo Bonzini · 12 years ago
  66. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
  67. cb2744e unicode: New mod_utf8_codepoint() by Markus Armbruster · 12 years ago
  68. 5d6f5cd aes: make Td[0-5] and Te[0-5] tables non static by Aurelien Jarno · 12 years ago
  69. 753d9b8 aes: move aes.h from include/block to include/qemu by Aurelien Jarno · 12 years ago
  70. d05ef16 Allow clock_gettime() monotonic clock to be utilized on more OS's by Brad Smith · 12 years ago
  71. 1a751eb qemu-socket: set passed fd non-blocking in socket_connect() by Stefan Hajnoczi · 12 years ago
  72. f9e8cac oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock() by Stefan Hajnoczi · 12 years ago
  73. 49f676a bitops: unroll while loop in find_next_bit() by Peter Lieven · 12 years ago
  74. 56ded70 buffer_is_zero: use vector optimizations if possible by Peter Lieven · 12 years ago
  75. 41a259b cutils: add a function to find non-zero content in a buffer by Peter Lieven · 12 years ago
  76. 3f08ffb Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 12 years ago
  77. f17c90b nbd: Keep hostname and port separate by Kevin Wolf · 12 years ago
  78. e62be88 qemu-socket: Make socket_optslist public by Kevin Wolf · 12 years ago
  79. 9957fc7 MinGW: Replace setsockopt by qemu_setsocketopt by Stefan Weil · 12 years ago
  80. 6ff66f5 iov: Factor out hexdumper by Peter Crosthwaite · 12 years ago
  81. 376609c qemu-option: Add qemu_opts_absorb_qdict() by Kevin Wolf · 12 years ago
  82. 3ecc059 chardev: add udp support to qapi by Gerd Hoffmann · 12 years ago
  83. 6e72a00 Merge remote-tracking branch 'bonzini/hw-dirs' into staging by Anthony Liguori · 12 years ago
  84. 6a245c6 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 12 years ago
  85. baca6f1 char-socket: fix error reporting by Anthony Liguori · 12 years ago
  86. 4bd1afb osdep: replace setsockopt by qemu_setsockopt by Lei Li · 12 years ago
  87. 2e07b29 oslib-posix: Align to permit transparent hugepages on ARM Linux by Peter Maydell · 12 years ago
  88. bf1c852 move socket_set_nodelay to osdep.c by MORITA Kazutaka · 12 years ago
  89. b4a42f8 hw: move qdev-monitor.o to toplevel directory by Paolo Bonzini · 12 years ago
  90. fd7f0d6 hw: move fifo.[ch] to libqemuutil by Paolo Bonzini · 12 years ago
  91. ff7a1eb host-utils: Improve mulu64 and muls64 by Richard Henderson · 12 years ago
  92. f540166 host-utils: Use __int128_t for mul[us]64 by Richard Henderson · 12 years ago
  93. 0f9d8bd bitops: Replace bitops_ctol with ctzl by Richard Henderson · 12 years ago
  94. 4932398 bitops: Inline bitops_flsl by Richard Henderson · 12 years ago
  95. 265ce4a bitops: Use non-bitops ctzl by Richard Henderson · 12 years ago
  96. 18331e7 hbitmap: Use non-bitops ctzl by Richard Henderson · 12 years ago
  97. 7216ae3 qemu-option: Disable two helpful messages that got broken recently by Markus Armbruster · 12 years ago
  98. 312fd5f error: Strip trailing '\n' from error string arguments (again) by Markus Armbruster · 12 years ago
  99. facf98a qemu/iovec: Don't assert if sbytes is zero by Aneesh Kumar K.V · 12 years ago
  100. e3f9fe2 cutils: unsigned int parsing functions by Eduardo Habkost · 12 years ago