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

Re: [Xen-devel] [PATCH] Parallel/Serial/Monitor/pyGRUB ReiserFS/others s

To: xen-devel@xxxxxxxxxxxxxxxxxxx, keir.fraser@xxxxxxxxxxxxx, dongxiao.xu@xxxxxxxxx, ian.campbell@xxxxxxxxxxxxx
Subject: Re: [Xen-devel] [PATCH] Parallel/Serial/Monitor/pyGRUB ReiserFS/others support/fixes
From: Daniel Kiper <dkiper@xxxxxxxxxxxx>
Date: Wed, 30 Dec 2009 23:50:22 +0100
Cc:
Delivery-date: Wed, 30 Dec 2009 14:51:20 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <C758DE44.52E4%keir.fraser@xxxxxxxxxxxxx>
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>
References: <6CADD16F56BC954D8E28F3836FA7ED7106580A13A2@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx> <C758DE44.52E4%keir.fraser@xxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.3.28i
Hello,

Sorry for late reply however I was very busy.

On Thu, Dec 24, 2009 at 09:00:52AM +0000, Keir Fraser wrote:
> Hopefully I've fixed this with c/s 20719.

Small fix. Without this patch it is not possible to
disable QEMU monitor by setting monitor
option to 0 in config file.

diff -r bb34d8e578d2 -r 4dded69f097e tools/python/xen/xend/image.py
--- a/tools/python/xen/xend/image.py    Wed Dec 30 13:10:03 2009 +0000
+++ b/tools/python/xen/xend/image.py    Wed Dec 30 23:40:17 2009 +0100
@@ -376,6 +376,8 @@ class ImageHandler:
                 ret = ret + ['-monitor', 
vmConfig['platform'].get('monitor_path')]
             else:
                 ret = ret + ['-monitor', 'vc']
+        else:
+            ret = ret + ['-monitor', 'null']
 
         return ret
 

Happy New Year,

Daniel Kiper

Attachment: xen-unstable-monitor_20091230.patch
Description: Text document

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel