1. e911765 util: Fix assertion in iov_copy() upon zero 'bytes' and non-zero 'offset' by Shmulik Ladkani · 9 years ago
  2. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  3. daf015e include/qemu/iov.h: Don't include qemu-common.h by Markus Armbruster · 9 years ago
  4. ad523bc iov: avoid memcpy for "simple" iov_from_buf/iov_to_buf by Paolo Bonzini · 9 years ago
  5. aafd758 util: Clean up includes by Peter Maydell · 9 years ago
  6. 6b64640 iov: don't touch iov in iov_send_recv() by Wen Congyang · 10 years ago
  7. e1cf558 util: Use g_new() & friends where that makes obvious sense by Markus Armbruster · 10 years ago
  8. 58f423f dma-helpers: Fix too long qiov by Kevin Wolf · 11 years ago
  9. 519661e util: add return value to qemu_iovec_concat_iov by Paolo Bonzini · 11 years ago
  10. 43f35cb util: add qemu_iovec_is_zero by Peter Lieven · 11 years ago
  11. cc99c6f util/iov: Use qemu/sockets.h instead of conditional code by Stefan Weil · 11 years ago
  12. f70d7f7 blkverify: Extract qemu_iovec_clone() and qemu_iovec_compare() from blkverify. by Benoît Canet · 11 years ago
  13. 2be178a iov: avoid "orig_len may be used unitialized" warning by Michael Tokarev · 11 years ago
  14. 8400429 iov: handle EOF in iov_send_recv by MORITA Kazutaka · 12 years ago
  15. 3568ac2 Rename hexdump to avoid FreeBSD libutil conflict by Ed Maste · 12 years ago
  16. 9adea5f win32: add readv/writev emulation by Paolo Bonzini · 12 years ago
  17. 83f75c2 iov: handle partial writes from sendmsg and recvmsg by Paolo Bonzini · 12 years ago
  18. f48869a iov: reorganize iov_send_recv, part 3 by Paolo Bonzini · 12 years ago
  19. 5209d67 iov: reorganize iov_send_recv, part 2 by Paolo Bonzini · 12 years ago
  20. cb6247a iov: reorganize iov_send_recv, part 1 by Paolo Bonzini · 12 years ago
  21. 6ff66f5 iov: Factor out hexdumper by Peter Crosthwaite · 12 years ago
  22. facf98a qemu/iovec: Don't assert if sbytes is zero by Aneesh Kumar K.V · 12 years ago
  23. baacf04 build: move libqemuutil.a components to util/ by Paolo Bonzini · 12 years ago[Renamed from iov.c]
  24. 530c0bb iov: add qemu_iovec_concat_iov() by Stefan Hajnoczi · 12 years ago
  25. d027763 iov: add iov_discard_front/back() to remove data by Stefan Hajnoczi · 12 years ago
  26. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  27. f563a5d Merge remote-tracking branch 'origin/master' into threadpool by Paolo Bonzini · 12 years ago
  28. 0191253 janitor: move iovector functions out of cutils.c by Paolo Bonzini · 12 years ago
  29. d336336 iov: add iov_cpy by Michael S. Tsirkin · 12 years ago
  30. 844b5ce iov: add const annotation by Michael S. Tsirkin · 12 years ago
  31. bb95586 iov_send_recv(): Handle zero bytes case even if OS does not by Peter Maydell · 13 years ago
  32. c095855 iov: Fix do_send_recv() for MinGW (also fixes a build breakage) by Stefan Weil · 13 years ago
  33. 25e5e4c rewrite iov_send_recv() and move it to iov.c by Michael Tokarev · 13 years ago
  34. 2278a69 rewrite iov_* functions by Michael Tokarev · 13 years ago
  35. dcf6f5e change iov_* function prototypes to be more appropriate by Michael Tokarev · 13 years ago
  36. 6b620ca prepare for future GPLv2+ relicensing by Paolo Bonzini · 13 years ago
  37. 8d15028 Add iov_clear() by Gerd Hoffmann · 14 years ago
  38. 3a1dca9 Add iov_hexdump() by Gerd Hoffmann · 14 years ago
  39. 348e7b8 iov: Update parameter usage in iov_(to|from)_buf() by Hannes Reinecke · 14 years ago
  40. 4c64d5b iov: Move from hw/ to topdir by Amit Shah · 15 years ago[Renamed from hw/iov.c]
  41. fa6111f iov: Add iov_to_buf and iov_size helpers by Amit Shah · 15 years ago
  42. e4d5639 iov: Introduce a new file for helpers around iovs, add iov_from_buf() by Amit Shah · 15 years ago