Re: [Xen-devel] [PATCH 2/4] tools/libxl: Log the subject fd in datacopier messages

2015-07-20 Thread Wei Liu
On Fri, Jul 17, 2015 at 05:51:16PM +0100, Andrew Cooper wrote: > This is a substantial aid to debugging > > Signed-off-by: Andrew Cooper > CC: Ian Campbell > CC: Ian Jackson > CC: Wei Liu Acked-by: Wei Liu ___ Xen-devel mailing list Xen-devel@list

[Xen-devel] [PATCH 2/4] tools/libxl: Log the subject fd in datacopier messages

2015-07-17 Thread Andrew Cooper
This is a substantial aid to debugging Signed-off-by: Andrew Cooper CC: Ian Campbell CC: Ian Jackson CC: Wei Liu --- tools/libxl/libxl_aoutils.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/tools/libxl/libxl_aoutils.c b/tools/libxl/libxl_aou