Statistics
| Branch: | Revision:

root / iov.c @ 079d0b7f

History | View | Annotate | Download (3.3 kB)

# Date Author Comment
6b620ca3 01/13/2012 06:55 pm Paolo Bonzini

prepare for future GPLv2+ relicensing

All files under GPLv2 will get GPLv2+ changes starting tomorrow.
event_notifier.c and exec-obsolete.h were only ever touched by Red Hat
employees and can be relicensed now.

Signed-off-by: Paolo Bonzini <>...

3a1dca94 08/04/2011 04:51 pm Gerd Hoffmann

Add iov_hexdump()

Useful for debugging purposes.

Signed-off-by: Gerd Hoffmann <>

8d15028e 08/04/2011 04:51 pm Gerd Hoffmann

Add iov_clear()

Fill the spefified area with zeros.

Signed-off-by: Gerd Hoffmann <>

348e7b8d 07/18/2011 05:06 pm Hannes Reinecke

iov: Update parameter usage in iov_(to|from)_buf()

iov_to_buf() has an 'offset' parameter, iov_from_buf() hasn't.
This patch adds the missing parameter to iov_from_buf().
It also renames the 'offset' parameter to 'iov_off' to
emphasize it's the offset into the iovec and not the buffer....

4c64d5b5 05/10/2010 07:36 pm Amit Shah

iov: Move from hw/ to topdir

The iov functions can be useful to other code as well.

Signed-off-by: Amit Shah <>
CC: Christoph Hellwig <>
Signed-off-by: Anthony Liguori <>