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