commit | d8f361774a560462140d74ba0cb13c0e5c6889e0 | [log] [tgz] |
---|---|---|
author | Sasha Levin <sasha.levin@oracle.com> | Fri May 03 16:29:15 2013 -0400 |
committer | Will Deacon <will.deacon@arm.com> | Mon Jun 01 16:39:54 2015 +0100 |
tree | f094e5b210569f150c5b1c325f831b107d85a90b | |
parent | 48c6b47ae585a9ddc5bb1f1563eb26f196b3692b [diff] |
kvm tools: steal iovec handling routines from the kernel They're hidden inside net/core/iovec.c. It'd be nice to just link to that but they're not too generic and come with tons of net/ specific code we don't want. So we just copy over the relevant parts. Signed-off-by: Sasha Levin <sasha.levin@oracle.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>