# HG changeset patch
# User smh22@xxxxxxxxxxxxxxxxxxxx
# Node ID 238727cb4c264a48c45b3a3e12828178c069f15e
# Parent ba50c9d1271e8d32a80c24eb87f7d04c68ca832f
Quiet down live migrate on PAE domains.
Signed-off-by: Steven Hand <steven@xxxxxxxxxxxxx>
diff -r ba50c9d1271e -r 238727cb4c26 xen/arch/x86/audit.c
--- a/xen/arch/x86/audit.c Thu Nov 24 14:38:33 2005
+++ b/xen/arch/x86/audit.c Thu Nov 24 15:30:40 2005
@@ -472,13 +472,6 @@
errors++;
}
- if ( (page->u.inuse.type_info & PGT_pinned) !=
PGT_pinned )
- {
- printk("Audit %d: L2 mfn=%lx not pinned t=%"
- PRtype_info "\n",
- d->domain_id, mfn, page->u.inuse.type_info);
- errors++;
- }
}
}
diff -r ba50c9d1271e -r 238727cb4c26 xen/include/asm-x86/shadow.h
--- a/xen/include/asm-x86/shadow.h Thu Nov 24 14:38:33 2005
+++ b/xen/include/asm-x86/shadow.h Thu Nov 24 15:30:40 2005
@@ -343,19 +343,15 @@
#define SHADOW_REFLECTS_SNAPSHOT _PAGE_AVAIL0
#endif
-#ifdef VERBOSE
+#if SHADOW_VERBOSE_DEBUG
#define SH_LOG(_f, _a...) \
printk("DOM%uP%u: SH_LOG(%d): " _f "\n", \
current->domain->domain_id , current->processor, __LINE__ , ## _a )
-#else
-#define SH_LOG(_f, _a...) ((void)0)
-#endif
-
-#if SHADOW_VERBOSE_DEBUG
#define SH_VLOG(_f, _a...) \
printk("DOM%uP%u: SH_VLOG(%d): " _f "\n", \
current->domain->domain_id, current->processor, __LINE__ , ## _a )
#else
+#define SH_LOG(_f, _a...) ((void)0)
#define SH_VLOG(_f, _a...) ((void)0)
#endif
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|