|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] Fix typo, as suggested by Stefan Berger.
# HG changeset patch
# User Ewan Mellor <ewan@xxxxxxxxxxxxx>
# Date 1170174770 0
# Node ID 3b0b70a4fd62a854015f0643ae2000e1b392d189
# Parent d96b346cab5d5475e9702e99232a538fa2acc231
Fix typo, as suggested by Stefan Berger.
Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
---
tools/python/xen/xend/XendDomainInfo.py | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -r d96b346cab5d -r 3b0b70a4fd62 tools/python/xen/xend/XendDomainInfo.py
--- a/tools/python/xen/xend/XendDomainInfo.py Tue Jan 30 16:27:53 2007 +0000
+++ b/tools/python/xen/xend/XendDomainInfo.py Tue Jan 30 16:32:50 2007 +0000
@@ -2125,7 +2125,7 @@ class XendDomainInfo:
config['mode'] = 'RW'
if dev_class == 'vtpm':
- if not config.has_type('type'):
+ if not config.has_key('type'):
config['type'] = 'paravirtualised' # TODO
if not config.has_key('backend'):
config['backend'] = "00000000-0000-0000-0000-000000000000"
_______________________________________________
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, as suggested by Stefan Berger.,
Xen patchbot-unstable <=
|
|
|
|
|