Re: [Xen-devel] [PATCH 4/6] tools/libxl: Allow limiting amount copied by datacopier

2015-02-20 Thread Ian Campbell
On Wed, 2015-02-18 at 16:34 +, Andrew Cooper wrote: > From: Ross Lagerwall > > Add a parameter, maxread, to limit the amount of data read from the > source fd of a datacopier. http://lists.xen.org/archives/html/xen-devel/2014-09/msg01802.html and followups. ___

[Xen-devel] [PATCH 4/6] tools/libxl: Allow limiting amount copied by datacopier

2015-02-18 Thread Andrew Cooper
From: Ross Lagerwall Add a parameter, maxread, to limit the amount of data read from the source fd of a datacopier. Signed-off-by: Ross Lagerwall Signed-off-by: Andrew Cooper CC: Ian Campbell CC: Ian Jackson CC: Wei Liu --- tools/libxl/libxl_aoutils.c| 11 +++ tools/libxl/lib