blktaplib doesnt handle errors properly in several places: it just printed out the error message and exit, which is a bad behaviour for a library. this patch (against ChangeSet@1.1712) fixes the problem and then handles the potential errors in blkdump. it also makes few cleanups. (Andrew, there is another fix for parallax, but it will be sent later, after my last patch on parallax get merged/rejected) Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com> $ diffstat blktap2.patch blkdump.c | 18 +++++++++++++++--- blktaplib.c | 46 +++++++++++++++++++++++++++++++--------------- blktaplib.h | 12 +++++++++--- 3 files changed, 55 insertions(+), 21 deletions(-) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel