|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] Remove 'netbuf race' debug output - we ge
# HG changeset patch
# User Steven Hand <steven@xxxxxxxxxxxxx>
# Date 1167397208 0
# Node ID 62ef527eb19f621ab93a91fb89dbd848abc257c3
# Parent c731c158f63c2309a53dda39af8f034f56483d46
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>
---
tools/libxc/xc_linux_save.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff -r c731c158f63c -r 62ef527eb19f tools/libxc/xc_linux_save.c
--- a/tools/libxc/xc_linux_save.c Thu Dec 28 16:52:44 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
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] Remove 'netbuf race' debug output - we get tons of these for ballooned,
Xen patchbot-unstable <=
|
|
|
|
|