iov: Update parameter usage in iov_(to|from)_buf()
commit348e7b8dcd1460df4d681105f63dd90bba70496d
authorHannes Reinecke <hare@suse.de>
Mon, 11 Jul 2011 13:02:23 +0000 (11 15:02 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 18 Jul 2011 14:06:27 +0000 (18 16:06 +0200)
tree5df2392581adad67c863127448a0e73e8c2ed0b3
parent5afc8b3de9a8a472a45d2b980632a15cb7f1e1c3
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.

Signed-off-by: Hannes Reinecke <hare@suse.de>
Acked-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
hw/virtio-net.c
hw/virtio-serial-bus.c
iov.c
iov.h