* [RESEND] [PATCH] Call dominfo.device_delete instead of non-existant dominfo.device_destroy
@ 2005-09-13 16:31 Sean Dague
2005-09-14 12:49 ` Christian Limpach
0 siblings, 1 reply; 2+ messages in thread
From: Sean Dague @ 2005-09-13 16:31 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1.1.1: Type: text/plain, Size: 646 bytes --]
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.
__________________________________________________________________
[-- Attachment #1.1.2: Type: message/rfc822, Size: 5562 bytes --]
[-- Attachment #1.1.2.1.1: Type: text/plain, Size: 82 bytes --]
XendDomain.py | 9 +--------
1 files changed, 1 insertion(+), 8 deletions(-)
[-- Attachment #1.1.2.1.2.1: Type: text/plain, Size: 1233 bytes --]
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@dague.net>
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.
__________________________________________________________________
[-- Attachment #1.1.2.1.2.2: Type: application/pgp-signature, Size: 189 bytes --]
[-- Attachment #1.1.2.1.3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
[-- Attachment #1.2: Type: application/pgp-signature, Size: 189 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [RESEND] [PATCH] Call dominfo.device_delete instead of non-existant dominfo.device_destroy
2005-09-13 16:31 [RESEND] [PATCH] Call dominfo.device_delete instead of non-existant dominfo.device_destroy Sean Dague
@ 2005-09-14 12:49 ` Christian Limpach
0 siblings, 0 replies; 2+ messages in thread
From: Christian Limpach @ 2005-09-14 12:49 UTC (permalink / raw)
To: xen-devel
Thanks!
On 9/13/05, Sean Dague <sean@dague.net> 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@dague.net>
> To: xen-devel@lists.xensource.com
> 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@dague.net>
>
> 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@lists.xensource.com
> http://lists.xensource.com/xen-devel
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>
>
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-09-14 12:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-13 16:31 [RESEND] [PATCH] Call dominfo.device_delete instead of non-existant dominfo.device_destroy Sean Dague
2005-09-14 12:49 ` Christian Limpach
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.