Statistics
| Branch: | Revision:

root / iov.h @ 14015304

History | View | Annotate | Download (907 Bytes)

# Date Author Comment
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 <>