aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Deegan <Tim.Deegan@xensource.com>2007-06-11 11:37:10 +0100
committerTim Deegan <Tim.Deegan@xensource.com>2007-06-11 11:37:10 +0100
commitbc47ea384baadc8fc704f23a302da3d5ed80d39c (patch)
treef91538f29e0b50bcd61b4df2f073fb2c34af9468
parent60d7c11db90bdd9f1bd1c8d26c7c44d6c0a13051 (diff)
downloadxen-bc47ea384baadc8fc704f23a302da3d5ed80d39c.tar.gz
xen-bc47ea384baadc8fc704f23a302da3d5ed80d39c.tar.bz2
xen-bc47ea384baadc8fc704f23a302da3d5ed80d39c.zip
[TOOLS] sync qemu and python view of save filenames after 15241:b0109d3dc3dd
Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
-rw-r--r--tools/python/xen/xend/image.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/python/xen/xend/image.py b/tools/python/xen/xend/image.py
index c578057117..0bbd744e08 100644
--- a/tools/python/xen/xend/image.py
+++ b/tools/python/xen/xend/image.py
@@ -428,7 +428,7 @@ class HVMImageHandler(ImageHandler):
(self.getRequiredInitialReservation() / 1024) ])
args = args + self.dmargs
if restore:
- args = args + ([ "-loadvm", "/var/lib/xen/xen.qemu-dm.%d" %
+ args = args + ([ "-loadvm", "/var/lib/xen/qemu-save.%d" %
self.vm.getDomid() ])
env = dict(os.environ)
if self.display: