# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1291293181 0
# Node ID 55acbaeab0badc9cded7c1b56af79e45d0f78929
# Parent 41f894c00dc1c969889a5974be8d05361ac5cec2
libxl: "Device model is a stubdom" is not an error.
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
diff -r 41f894c00dc1 -r 55acbaeab0ba tools/libxl/libxl.c
--- a/tools/libxl/libxl.c Thu Dec 02 12:33:01 2010 +0000
+++ b/tools/libxl/libxl.c Thu Dec 02 12:33:01 2010 +0000
@@ -910,7 +910,7 @@ static int libxl_destroy_device_model(li
ret = ERROR_INVAL;
goto out;
}
- LIBXL__LOG(ctx, LIBXL__LOG_ERROR, "Device model is a stubdom,
domid=%d\n", stubdomid);
+ LIBXL__LOG(ctx, LIBXL__LOG_DEBUG, "Device model is a stubdom,
domid=%d\n", stubdomid);
ret = libxl_domain_destroy(ctx, stubdomid, 0);
if (ret)
goto out;
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|