user: Olaf Hering date: Wed Mar 06 16:42:02 2013 +0100 files: tools/xcutils/xc_restore.c description: tools/xc: document printf calls in xc_restore Signed-off-by: Olaf Hering diff -r e5ae0e680b5c -r 49b90990442a tools/xcutils/xc_restore.c --- a/tools/xcutils/xc_restore.c +++ b/tools/xcutils/xc_restore.c @@ -56,6 +56,7 @@ main(int argc, char **argv) if ( ret == 0 ) { + /* xend expects this output, part of protocol */ printf("store-mfn %li\n", store_mfn); if ( !hvm ) printf("console-mfn %li\n", console_mfn);