ia64/xen-unstable
changeset 19684:46468a3b2d5f
xend: Fix HVM domain restore (undefined HVM_ImageHandler.superpages).
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Sat May 30 13:25:32 2009 +0100 (2009-05-30) |
parents | d02c3b25c7c0 |
children | 45447c0f7c6e |
files | tools/python/xen/xend/image.py |
line diff
1.1 --- a/tools/python/xen/xend/image.py Sat May 30 13:21:08 2009 +0100 1.2 +++ b/tools/python/xen/xend/image.py Sat May 30 13:25:32 2009 +0100 1.3 @@ -83,7 +83,7 @@ class ImageHandler: 1.4 """ 1.5 1.6 ostype = None 1.7 - 1.8 + superpages = 0 1.9 1.10 def __init__(self, vm, vmConfig): 1.11 self.vm = vm