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