[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Fix typo in cset 14341:0affe03ee985 that broke migration.
# HG changeset patch # User Ewan Mellor <ewan@xxxxxxxxxxxxx> # Date 1173652942 0 # Node ID 8a01644306ee024eb49a195a50662d04021aefa1 # Parent e5d7b878118f0895b4e81e1122ba73beb25bdfe7 Fix typo in cset 14341:0affe03ee985 that broke migration. Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx> --- tools/python/xen/xend/XendDomainInfo.py | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r e5d7b878118f -r 8a01644306ee tools/python/xen/xend/XendDomainInfo.py --- a/tools/python/xen/xend/XendDomainInfo.py Sat Mar 10 23:22:00 2007 +0000 +++ b/tools/python/xen/xend/XendDomainInfo.py Sun Mar 11 22:42:22 2007 +0000 @@ -1564,7 +1564,7 @@ class XendDomainInfo: self.console_mfn = console_mfn self._introduceDomain() - if self.info.has_hvm(): + if self.info.is_hvm(): self.image = image.create(self, self.info) if self.image: self.image.createDeviceModel(True) _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |