On 01.07.2011, at 17:35, Hannes Reinecke wrote:
> 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.
>
>
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
---
hw/virtio-net.c|