Age | Commit message (Expand) | Author |
2019-10-08 | util/ioc.c: try to reassure Coverity about qemu_iovec_init_extended | Vladimir Sementsov-Ogievskiy |
2019-08-27 | block/qcow2: implement .bdrv_co_pwritev(_compressed)_part | Vladimir Sementsov-Ogievskiy |
2019-08-27 | util/iov: improve qemu_iovec_is_zero | Vladimir Sementsov-Ogievskiy |
2019-08-27 | util/iov: introduce qemu_iovec_init_extended | Vladimir Sementsov-Ogievskiy |
2016-08-03 | util: Fix assertion in iov_copy() upon zero 'bytes' and non-zero 'offset' | Shmulik Ladkani |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-03-22 | include/qemu/iov.h: Don't include qemu-common.h | Markus Armbruster |
2016-02-09 | iov: avoid memcpy for "simple" iov_from_buf/iov_to_buf | Paolo Bonzini |
2016-02-04 | util: Clean up includes | Peter Maydell |
2015-06-23 | iov: don't touch iov in iov_send_recv() | Wen Congyang |
2014-12-10 | util: Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2014-07-14 | dma-helpers: Fix too long qiov | Kevin Wolf |
2014-06-18 | util: add return value to qemu_iovec_concat_iov | Paolo Bonzini |
2014-05-19 | util: add qemu_iovec_is_zero | Peter Lieven |
2014-03-03 | util/iov: Use qemu/sockets.h instead of conditional code | Stefan Weil |
2014-02-21 | blkverify: Extract qemu_iovec_clone() and qemu_iovec_compare() from blkverify. | BenoƮt Canet |
2013-09-20 | iov: avoid "orig_len may be used unitialized" warning | Michael Tokarev |
2013-08-06 | iov: handle EOF in iov_send_recv | MORITA Kazutaka |
2013-05-20 | Rename hexdump to avoid FreeBSD libutil conflict | Ed Maste |
2013-04-29 | win32: add readv/writev emulation | Paolo Bonzini |
2013-04-17 | iov: handle partial writes from sendmsg and recvmsg | Paolo Bonzini |
2013-04-17 | iov: reorganize iov_send_recv, part 3 | Paolo Bonzini |
2013-04-17 | iov: reorganize iov_send_recv, part 2 | Paolo Bonzini |
2013-04-17 | iov: reorganize iov_send_recv, part 1 | Paolo Bonzini |
2013-03-15 | iov: Factor out hexdumper | Peter Crosthwaite |
2013-02-06 | qemu/iovec: Don't assert if sbytes is zero | Aneesh Kumar K.V |
2013-01-12 | build: move libqemuutil.a components to util/ | Paolo Bonzini |