Re: [Xen-devel] [PATCH] tools/libxl: Restore errnoval behavior for datacopier callback

2015-03-20 Thread Ian Campbell
On Fri, 2015-03-20 at 16:04 +, Ross Lagerwall wrote: > 6d896e1357ff ("tools/libxl: Extend datacopier to support reading into a > buffer") changed the semantics of the errnoval parameter for the datacopier > callback without updating all callers. Restore the original behavior for now. > > Sign

[Xen-devel] [PATCH] tools/libxl: Restore errnoval behavior for datacopier callback

2015-03-20 Thread Ross Lagerwall
6d896e1357ff ("tools/libxl: Extend datacopier to support reading into a buffer") changed the semantics of the errnoval parameter for the datacopier callback without updating all callers. Restore the original behavior for now. Signed-off-by: Ross Lagerwall --- tools/libxl/libxl_aoutils.c | 2 +-