projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57464e1
)
Fix typo, as suggested by Stefan Berger.
author
Ewan Mellor
<ewan@xensource.com>
Tue, 30 Jan 2007 16:32:50 +0000
(16:32 +0000)
committer
Ewan Mellor
<ewan@xensource.com>
Tue, 30 Jan 2007 16:32:50 +0000
(16:32 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendDomainInfo.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendDomainInfo.py
b/tools/python/xen/xend/XendDomainInfo.py
index 94c4f4b5c9c878cc71403c0bc5e6d759a2ba4066..b8624140b99b84f688f6f0e14b90498fb00cad3b 100644
(file)
--- a/
tools/python/xen/xend/XendDomainInfo.py
+++ b/
tools/python/xen/xend/XendDomainInfo.py
@@
-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"