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@citrix.com>
xen-unstable changeset: 21513:
99761f54183d
xen-unstable date: Fri Jun 04 10:02:51 2010 +0100
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;
}