29 Commits (a76ab215ec3cd45937d602ae468401ac14abd424)

Author SHA1 Message Date
Stefan Hajnoczi 9dd6f7c28e util/iov: add iov_discard_undo() 6 years ago
Philippe Mathieu-Daudé b42581f5bb util/hexdump: Reorder qemu_hexdump() arguments 6 years ago
Vladimir Sementsov-Ogievskiy d38d6de2a1 util/ioc.c: try to reassure Coverity about qemu_iovec_init_extended 7 years ago
Vladimir Sementsov-Ogievskiy 5396234b96 block/qcow2: implement .bdrv_co_pwritev(_compressed)_part 7 years ago
Vladimir Sementsov-Ogievskiy f76889e7b9 util/iov: improve qemu_iovec_is_zero 7 years ago
Vladimir Sementsov-Ogievskiy d953169d48 util/iov: introduce qemu_iovec_init_extended 7 years ago
Shmulik Ladkani e911765cbb util: Fix assertion in iov_copy() upon zero 'bytes' and non-zero 'offset' 10 years ago
Veronia Bahaa f348b6d1a5 util: move declarations out of qemu-common.h 11 years ago
Markus Armbruster daf015ef5a include/qemu/iov.h: Don't include qemu-common.h 11 years ago
Paolo Bonzini ad523bca56 iov: avoid memcpy for "simple" iov_from_buf/iov_to_buf 11 years ago
Peter Maydell aafd758410 util: Clean up includes 11 years ago
Wen Congyang 6b64640dd2 iov: don't touch iov in iov_send_recv() 11 years ago
Markus Armbruster e1cf558264 util: Use g_new() & friends where that makes obvious sense 12 years ago
Kevin Wolf 58f423fbd5 dma-helpers: Fix too long qiov 12 years ago
Paolo Bonzini 519661ee65 util: add return value to qemu_iovec_concat_iov 12 years ago
Peter Lieven 43f35cb5e0 util: add qemu_iovec_is_zero 12 years ago
Stefan Weil cc99c6f5ff util/iov: Use qemu/sockets.h instead of conditional code 13 years ago
Benoît Canet f70d7f7e4d blkverify: Extract qemu_iovec_clone() and qemu_iovec_compare() from blkverify. 13 years ago
Michael Tokarev 2be178a475 iov: avoid "orig_len may be used unitialized" warning 13 years ago
MORITA Kazutaka 8400429017 iov: handle EOF in iov_send_recv 13 years ago
Ed Maste 3568ac2a6e Rename hexdump to avoid FreeBSD libutil conflict 13 years ago
Ed Maste 3a8ae21bd0 Rename hexdump to avoid FreeBSD libutil conflict 13 years ago
Paolo Bonzini 9adea5f7f7 win32: add readv/writev emulation 13 years ago
Paolo Bonzini 83f75c26e8 iov: handle partial writes from sendmsg and recvmsg 14 years ago
Paolo Bonzini f48869ad28 iov: reorganize iov_send_recv, part 3 14 years ago
Paolo Bonzini 5209d6753c iov: reorganize iov_send_recv, part 2 14 years ago
Paolo Bonzini cb6247a7e3 iov: reorganize iov_send_recv, part 1 14 years ago
Peter Crosthwaite 6ff66f50f0 iov: Factor out hexdumper 14 years ago
Aneesh Kumar K.V facf98ad98 qemu/iovec: Don't assert if sbytes is zero 14 years ago
Paolo Bonzini baacf04799 build: move libqemuutil.a components to util/ 14 years ago
Stefan Hajnoczi 530c0bbd73 iov: add qemu_iovec_concat_iov() 14 years ago
Stefan Hajnoczi d02776350d iov: add iov_discard_front/back() to remove data 14 years ago
Paolo Bonzini 1de7afc984 misc: move include files to include/qemu/ 14 years ago
Paolo Bonzini 0191253cea janitor: move iovector functions out of cutils.c 14 years ago
Michael S. Tsirkin d336336c81 iov: add iov_cpy 14 years ago
Michael S. Tsirkin 844b5cea8e iov: add const annotation 14 years ago
Peter Maydell bb9558679f iov_send_recv(): Handle zero bytes case even if OS does not 14 years ago
Stefan Weil c0958559b1 iov: Fix do_send_recv() for MinGW (also fixes a build breakage) 14 years ago
Michael Tokarev 25e5e4c7e9 rewrite iov_send_recv() and move it to iov.c 15 years ago
Michael Tokarev 2278a69e70 rewrite iov_* functions 14 years ago
Michael Tokarev dcf6f5e15e change iov_* function prototypes to be more appropriate 15 years ago
Paolo Bonzini 6b620ca3b0 prepare for future GPLv2+ relicensing 15 years ago
Gerd Hoffmann 8d15028ec0 Add iov_clear() 15 years ago
Gerd Hoffmann 3a1dca94d6 Add iov_hexdump() 15 years ago
Hannes Reinecke 348e7b8dcd iov: Update parameter usage in iov_(to|from)_buf() 15 years ago
Amit Shah 4c64d5b52e iov: Move from hw/ to topdir 17 years ago
Amit Shah fa6111f215 iov: Add iov_to_buf and iov_size helpers 17 years ago
Amit Shah e4d5639dbb iov: Introduce a new file for helpers around iovs, add iov_from_buf() 17 years ago