|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] Fix typo in cset 14341:0affe03ee985 that
# 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
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] Fix typo in cset 14341:0affe03ee985 that broke migration.,
Xen patchbot-unstable <=
|
Previous by Date: |
[Xen-changelog] [xen-unstable] Replace VM.platform_{std_VGA, serial, localtime, clock_offset, enable_audio} with, Xen patchbot-unstable |
Next by Date: |
[Xen-changelog] [xen-unstable] [HVM] Remove debugging printout of BIOS boot vector, Xen patchbot-unstable |
Previous by Thread: |
[Xen-changelog] [xen-unstable] Replace VM.platform_{std_VGA, serial, localtime, clock_offset, enable_audio} with, Xen patchbot-unstable |
Next by Thread: |
[Xen-changelog] [xen-unstable] [HVM] Remove debugging printout of BIOS boot vector, Xen patchbot-unstable |
Indexes: |
[Date]
[Thread]
[Top]
[All Lists] |
|
|
|
|