[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 2 of 6] tools/xc: document printf calls in xc_restore
# HG changeset patch # User Olaf Hering <olaf@xxxxxxxxx> # Date 1363620616 -3600 # Node ID 515929f13a2f1e95ca174847f4956284e43657fb # Parent d703fbcb7d94bf18205b7f963f45f0101ef59c6e tools/xc: document printf calls in xc_restore ... to prevent conversion to DPRINTF. Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> diff -r d703fbcb7d94 -r 515929f13a2f 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); _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |