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: stopping a domain

To: Kip Macy <kmacy@xxxxxxxxxxx>
Subject: [Xen-devel] Re: stopping a domain
From: Keir Fraser <Keir.Fraser@xxxxxxxxxxxx>
Date: Sun, 16 May 2004 08:48:51 +0100
Cc: Keir Fraser <Keir.Fraser@xxxxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxxx
Delivery-date: Sun, 16 May 2004 08:50:11 +0100
Envelope-to: steven.hand@xxxxxxxxxxxx
In-reply-to: Your message of "Sat, 15 May 2004 17:24:51 PDT." <20040515171150.N86487@xxxxxxxxxxxxxxxxxxxxx>
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
> FYI:
> The memory leak is gone. I can also cleanly shut down from within a
> non-privileged domain - previously it would hang when trying to unmount
> NFS partitions. However, 'xc_dom_control.py stop 3' still doesn't work.
> I get an oops on the console of the domain 3 and networking is no longer
> there.

> >>EIP; c00d43a0 <blkdev_suspend+0/10>   <=====

Currently suspend/resume is simply not implemented:
 void blkdev_suspend(void)
 {
     /* XXX FIXME */
     BUG();
 }
 void blkdev_resume(void)
 {
     /* XXX FIXME */
     BUG();
 }

It'll get filled in after the OSDI deadline.

 -- Keir


-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>