commit | d5e6b1619c516fa1e2ee4d8d20f08fcda4fb67a0 | [log] [tgz] |
---|---|---|
author | Michael Tokarev <mjt@tls.msk.ru> | Thu Jun 07 20:21:06 2012 +0400 |
committer | Michael Tokarev <mjt@tls.msk.ru> | Mon Jun 11 23:12:11 2012 +0400 |
tree | 20ea66644af8533a7ce32f51875d50a800e9b7d4 | |
parent | 1b093c480a32051cc856b6ab2395d8cbc3ae99da [diff] |
change qemu_iovec_to_buf() to match other to,from_buf functions It now allows specifying offset within qiov to start from and amount of bytes to copy. Actual implementation is just a call to iov_to_buf(). Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>