WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCh]: It is not an error when reporting "Device model is

To: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCh]: It is not an error when reporting "Device model is a stubdom"
From: "Jun Zhu (Intern)" <Jun.Zhu@xxxxxxxxxx>
Date: Sun, 26 Sep 2010 20:35:10 +0100
Accept-language: en-US
Acceptlanguage: en-US
Cc: "Jun Zhu \(Intern\)" <Jun.Zhu@xxxxxxxxxx>
Delivery-date: Sun, 26 Sep 2010 12:36:18 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AQHLXbF683vVEpGWWEK+YT7cdKT/PA==
Thread-topic: [PATCh]: It is not an error when reporting "Device model is a stubdom"
Hi,

 It is not an error message: "Device model is a stubdom". Do not make users 
confused. 

Signed-off-by: Jun Zhu<Jun.Zhu@xxxxxxxxxx>

diff -r b7ad10f442fa tools/libxl/libxl.c
--- a/tools/libxl/libxl.c       Sun Sep 26 20:21:34 2010 +0100
+++ b/tools/libxl/libxl.c       Sun Sep 26 20:24:13 2010 +0100
@@ -913,7 +913,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_INFO, "Device model is a stubdom, 
domid=%d\n", stubdomid);
         ret = libxl_domain_destroy(ctx, stubdomid, 0);
         if (ret)
             goto out;


Jun Zhu
Citrix Systems UK
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCh]: It is not an error when reporting "Device model is a stubdom", Jun Zhu (Intern) <=