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