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] [RESEND] [PATCH] Call dominfo.device_delete instead of n

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-devel] [RESEND] [PATCH] Call dominfo.device_delete instead of non-existant dominfo.device_destroy
From: Christian Limpach <christian.limpach@xxxxxxxxx>
Date: Wed, 14 Sep 2005 13:49:37 +0100
Delivery-date: Wed, 14 Sep 2005 12:47:26 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NdYmAvpAKj0H965Teovw8o9+QgUKLr+NPYuse7pAnWAm6IF1URFClIZO3Q22Vt5ECMt6HCF5ffXFaD1y5D+6UTq7Ja/OpsAFrnZpub4wFZzR67NsM4HeC+7tDfHSCYSGvlO6NFa2hWcz6t0nbAUzmdsr9AAVew3jdrYAZsTf03o=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20050913163112.GA5276@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/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: <20050913163112.GA5276@xxxxxxxxxxxxxxxxxxx>
Reply-to: Christian.Limpach@xxxxxxxxxxxx
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thanks!

On 9/13/05, Sean Dague <sean@xxxxxxxxx> wrote:
> This is a resend on the patch from late last week as I haven't seen it in
> the changelog yet.  Comments welcomed if there is an issue with the patch.
> 
>        -Sean
> 
> --
> __________________________________________________________________
> 
> Sean Dague                                       Mid-Hudson Valley
> sean at dague dot net                            Linux Users Group
> http://dague.net                                 http://mhvlug.org
> 
> There is no silver bullet.  Plus, werewolves make better neighbors
> than zombies, and they tend to keep the vampire population down.
> __________________________________________________________________
> 
> 
> 
> ---------- Forwarded message ----------
> From: Sean Dague <sean@xxxxxxxxx>
> To: xen-devel@xxxxxxxxxxxxxxxxxxx
> Date: Fri, 9 Sep 2005 15:01:43 -0400
> Subject: [PATCH] Call dominfo.device_delete instead of non-existant 
> dominfo.device_destroy
> This patch changes the device destruction function to one that exists in
> in the XendDomainInfo class, instead of a non existent method.
> 
> 
> Signed-off-by: Sean Dague <sean@xxxxxxxxx>
> 
> Diffstat output:
>  XendDomain.py |    2 +-
>  1 files changed, 1 insertion(+), 1 deletion(-)
> 
> diff -r 41a74438bcba tools/python/xen/xend/XendDomain.py
> --- a/tools/python/xen/xend/XendDomain.py       Fri Sep  9 18:36:48 2005
> +++ b/tools/python/xen/xend/XendDomain.py       Fri Sep  9 14:46:01 2005
> @@ -667,7 +667,7 @@
>         @param type: device type
>         """
>         dominfo = self.domain_lookup(id)
> -        val = dominfo.device_destroy(type, devid)
> +        val = dominfo.device_delete(type, devid)
>         dominfo.exportToDB()
>         return val
> 
> 
> --
> __________________________________________________________________
> 
> Sean Dague                                       Mid-Hudson Valley
> sean at dague dot net                            Linux Users Group
> http://dague.net                                 http://mhvlug.org
> 
> There is no silver bullet.  Plus, werewolves make better neighbors
> than zombies, and they tend to keep the vampire population down.
> __________________________________________________________________
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
> 
> 
> 
>

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

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