[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Tidy up debugging output.
# HG changeset patch # User smh22@xxxxxxxxxxxxxxxxxxxx # Node ID f7bee3cb1bf1d4ff5a63153948effaa35b0f6f01 # Parent 72a1421dcf1b247d10485be8f72112c7703e7667 Tidy up debugging output. Signed-off-by: Steven Hand <steven@xxxxxxxxxxxxx> diff -r 72a1421dcf1b -r f7bee3cb1bf1 tools/libxc/xc_linux_save.c --- a/tools/libxc/xc_linux_save.c Tue Nov 22 16:50:41 2005 +++ b/tools/libxc/xc_linux_save.c Tue Nov 22 17:21:22 2005 @@ -473,14 +473,9 @@ if (!MFN_IS_IN_PSEUDOPHYS_MAP(mfn)) { /* This will happen if the type info is stale which is quite feasible under live migration */ - DPRINTF("FNI: [%08lx,%d] pte=%llx," - " mfn=%08lx, pfn=%08lx [mfn]=%08lx\n", - type, i, (unsigned long long)pte, mfn, - live_m2p[mfn], - (live_m2p[mfn] < max_pfn) ? - live_p2m[live_m2p[mfn]] : 0xdeadbeaf); - - pfn = 0; /* be suspicious */ + DPRINTF("PT Race: [%08lx,%d] pte=%llx, mfn=%08lx\n", + type, i, (unsigned long long)pte, mfn); + pfn = 0; /* zap it - we'll retransmit this page later */ } else pfn = live_m2p[mfn]; _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |