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 08/11] libxl: Per-domain data storage for the con

To: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH 08/11] libxl: Per-domain data storage for the convenience of the library user
From: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
Date: Thu, 1 Apr 2010 12:04:26 +0100
Cc: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Thu, 01 Apr 2010 04:05:13 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <19372.35440.623939.567947@xxxxxxxxxxxxxxxxxxxxxxxx>
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: <1269543854-7780-1-git-send-email-ian.jackson@xxxxxxxxxxxxx> <1269543854-7780-9-git-send-email-ian.jackson@xxxxxxxxxxxxx> <4BAC870D.7040108@xxxxxxxxxxxxx> <19372.35440.623939.567947@xxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Alpine 2.00 (DEB 1167 2008-08-23)
On Fri, 26 Mar 2010, Ian Jackson wrote:
> Vincent Hanquez writes ("Re: [Xen-devel] [PATCH 08/11] libxl: Per-domain data 
> storage for the convenience of the library user"):
> > The domain is never garbage collected without having the toolstack knows 
> > about it [...]
> 
> This is not true unless the libxl caller (which you are calling "the
> toolstack") has a never-dying daemon (or several), but it might not.
> 
 
Actually I think Vincent is right in this case: there is no point in
adding this feature to libxenlight because xl is perfectly capable
of handling userdata by itself; for example xl could store the userdata
when the domain is created, leave it there when the domain dies and
remove\rename it when another domain with the same identifier is
created.

For this reason I think you should move these two functions to libxlutil.


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

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-devel] [PATCH 08/11] libxl: Per-domain data storage for the convenience of the library user, Stefano Stabellini <=