Mailing List Archive

[xen-unstable] xend: Fix do_FLR() scope problem.
# HG changeset patch
# User Keir Fraser <keir.fraser@citrix.com>
# Date 1232622452 0
# Node ID a92ed09b4032e612dbc122de5cd4582a3033731c
# Parent a37267e433654441b77ecefb6a68018bbc841bb1
xend: Fix do_FLR() scope problem.

Signed-off-by: Yosuke Iwamatsu <y-iwamatsu@ab.jp.nec.com>
---
tools/python/xen/xend/XendDomain.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff -r a37267e43365 -r a92ed09b4032 tools/python/xen/xend/XendDomain.py
--- a/tools/python/xen/xend/XendDomain.py Thu Jan 22 11:05:54 2009 +0000
+++ b/tools/python/xen/xend/XendDomain.py Thu Jan 22 11:07:32 2009 +0000
@@ -423,7 +423,7 @@ class XendDomain:
log.exception("Unable to recreate domain")
try:
xc.domain_pause(domid)
- do_FLR(domid)
+ XendDomainInfo.do_FLR(domid)
xc.domain_destroy(domid)
except:
log.exception("Hard destruction of domain failed: %d" %
@@ -1264,7 +1264,7 @@ class XendDomain:
else:
try:
xc.domain_pause(int(domid))
- do_FLR(int(domid))
+ XendDomainInfo.do_FLR(int(domid))
val = xc.domain_destroy(int(domid))
except ValueError:
raise XendInvalidDomain(domid)

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