user: Olaf Hering date: Thu Mar 28 15:36:07 2013 +0100 files: tools/libxc/xc_domain_save.c description: tools/libxc: print stats if migration is aborted Signed-off-by: Olaf Hering --- tools/libxc/xc_domain_save.c | 1 + 1 file changed, 1 insertion(+) Index: xen-4.2.1-testing/tools/libxc/xc_domain_save.c =================================================================== --- xen-4.2.1-testing.orig/tools/libxc/xc_domain_save.c +++ xen-4.2.1-testing/tools/libxc/xc_domain_save.c @@ -1536,6 +1536,7 @@ int xc_domain_save(xc_interface *xch, in ERROR("Live migration aborted, as requested. (guest too busy?)" " total_sent %lu iter %d, max_iters %u max_factor %u", total_sent, iter, max_iters, max_factor); + print_stats(xch, dom, sent_this_iter, &time_stats, &shadow_stats, 1); rc = 1; goto out; }