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] Re: [Xen-changelog] Disable xcs stop from xend script since

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Re: [Xen-changelog] Disable xcs stop from xend script since it kills xenstored now.
From: Anthony Liguori <aliguori@xxxxxxxxxx>
Date: Tue, 06 Sep 2005 14:22:47 -0500
Cc: Rusty Russell <rusty@xxxxxxxxxxxxxxx>, Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>
Delivery-date: Tue, 06 Sep 2005 19:20:46 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <E1ECh5G-0003Yd-NB@xxxxxxxxxxxxxxxxxxxxx>
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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <E1ECh5G-0003Yd-NB@xxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050727)
Hey Christian,

I see you've made xenstored connect to xcs so that it can receive VIRQ notifications. Can you describe briefly how you envision this all ending up working?

I really dislike using VIRQs to get shutdown notification. Plus, I think the current state of things is much more brittle.

Is all of this really worth avoiding polling? The previous consoled code that used polling worked just fine. If we would have stuck with it, there would be no xcs dependencies anymore except for netif.

Regards,

Anthony Liguori

Xen patchbot -unstable wrote:

# HG changeset patch
# User cl349@xxxxxxxxxxxxxxxxxxxx
# Node ID 6d7b05e1c1e5038d34cab546bb3d50f12127c6e1
# Parent  d4d69c509371fc2019156cb1bf76a62c89d44bb6
Disable xcs stop from xend script since it kills xenstored now.
Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>

diff -r d4d69c509371 -r 6d7b05e1c1e5 tools/misc/xend
--- a/tools/misc/xend   Tue Sep  6 17:00:25 2005
+++ b/tools/misc/xend   Tue Sep  6 17:18:28 2005
@@ -151,10 +151,8 @@
        start_consoled()
        return daemon.start(trace=1)
    elif sys.argv[1] == 'stop':
-        stop_xcs()
        return daemon.stop()
    elif sys.argv[1] == 'restart':
-        stop_xcs()
        start_xcs()
        start_xenstored()
        start_consoled()

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



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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Re: [Xen-changelog] Disable xcs stop from xend script since it kills xenstored now., Anthony Liguori <=