index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
iov.c
Age
Commit message (
Expand
)
Author
2013-01-12
build: move libqemuutil.a components to util/
Paolo Bonzini
2013-01-02
iov: add qemu_iovec_concat_iov()
Stefan Hajnoczi
2013-01-02
iov: add iov_discard_front/back() to remove data
Stefan Hajnoczi
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-10-31
Merge remote-tracking branch 'origin/master' into threadpool
Paolo Bonzini
2012-10-30
janitor: move iovector functions out of cutils.c
Paolo Bonzini
2012-10-29
iov: add iov_cpy
Michael S. Tsirkin
2012-09-28
iov: add const annotation
Michael S. Tsirkin
2012-08-15
iov_send_recv(): Handle zero bytes case even if OS does not
Peter Maydell
2012-07-11
iov: Fix do_send_recv() for MinGW (also fixes a build breakage)
Stefan Weil
2012-06-11
rewrite iov_send_recv() and move it to iov.c
Michael Tokarev
2012-06-07
rewrite iov_* functions
Michael Tokarev
2012-06-07
change iov_* function prototypes to be more appropriate
Michael Tokarev
2012-01-13
prepare for future GPLv2+ relicensing
Paolo Bonzini
2011-08-04
Add iov_clear()
Gerd Hoffmann
2011-08-04
Add iov_hexdump()
Gerd Hoffmann
2011-07-18
iov: Update parameter usage in iov_(to|from)_buf()
Hannes Reinecke
2010-05-10
iov: Move from hw/ to topdir
Amit Shah