[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-3.0.4-testing] Remove 'netbuf race' debug output - we get tons of these for ballooned
# HG changeset patch # User Steven Hand <steven@xxxxxxxxxxxxx> # Date 1167397208 0 # Node ID 31aeb8693084af0c9019484ad7dd426b6f4cbdf1 # Parent b34646f0f65865598322107e9c9ab674da9b6083 Remove 'netbuf race' debug output - we get tons of these for ballooned down domains, and there's no way for us to distinguish that from the (transient) case of network buffers. Also tidy up comment. Signed-off-by: Steven Hand <steven@xxxxxxxxxxxxx> Based on xen-unstable changeset 13185:62ef527eb19f621ab93a91fb89dbd848abc257c3 --- tools/libxc/xc_linux_save.c | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff -r b34646f0f658 -r 31aeb8693084 tools/libxc/xc_linux_save.c --- a/tools/libxc/xc_linux_save.c Thu Dec 28 17:09:34 2006 +0000 +++ b/tools/libxc/xc_linux_save.c Fri Dec 29 13:00:08 2006 +0000 @@ -915,14 +915,14 @@ int xc_linux_save(int xc_handle, int io_ if(!is_mapped(pfn_type[batch])) { - /* not currently in pusedo-physical map -- set bit - in to_fix that we must send this page in last_iter - unless its sent sooner anyhow */ + /* + ** not currently in psuedo-physical map -- set bit + ** in to_fix since we must send this page in last_iter + ** unless its sent sooner anyhow, or it never enters + ** pseudo-physical map (e.g. for ballooned down domains) + */ set_bit(n, to_fix); - if( (iter > 1) && IS_REAL_PFN(n) ) - DPRINTF("netbuf race: iter %d, pfn %x. mfn %lx\n", - iter, n, pfn_type[batch]); continue; } _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |