|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] x86: Quieten the warning about paging dom
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1275642171 -3600
# Node ID 99761f54183d04f00e873cd4c16fe8c66b52cb27
# Parent 407265984d6a70244e0ec40029f2f4c7ad2d47ae
x86: Quieten the warning about paging domctls called on domains with no vcpus
Xapi tends to trigger this a lot by looking up the shadow memory
allocation of domains that aren't quite built yet.
Signed-off-by: Tim Deegan <Tim.Deegan@xxxxxxxxxx>
---
xen/arch/x86/mm/paging.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff -r 407265984d6a -r 99761f54183d xen/arch/x86/mm/paging.c
--- a/xen/arch/x86/mm/paging.c Fri Jun 04 10:01:15 2010 +0100
+++ b/xen/arch/x86/mm/paging.c Fri Jun 04 10:02:51 2010 +0100
@@ -684,8 +684,8 @@ int paging_domctl(struct domain *d, xen_
if ( unlikely(d->vcpu == NULL) || unlikely(d->vcpu[0] == NULL) )
{
- PAGING_ERROR("Paging op on a domain (%u) with no vcpus\n",
- d->domain_id);
+ gdprintk(XENLOG_DEBUG, "Paging op on a domain (%u) with no vcpus\n",
+ d->domain_id);
return -EINVAL;
}
_______________________________________________
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] x86: Quieten the warning about paging domctls called on domains with no vcpus,
Xen patchbot-unstable <=
|
|
|
|
|