[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] Fix typo in configure_vtpm
Hi, These are typos, aren't these? Signed-off-by: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx> Best regards, Kan diff -r c5125c0ea051 tools/python/xen/xm/create.py --- a/tools/python/xen/xm/create.py Mon Aug 24 08:27:30 2009 +0100 +++ b/tools/python/xen/xm/create.py Tue Aug 25 14:09:52 2009 +0900 @@ -908,9 +908,9 @@ if backend: config_vtpm.append(['backend', backend]) if typ: - config_vtpm.append(['type', type]) + config_vtpm.append(['type', typ]) if uuid: - config_vtpm.append(['uuid', type]) + config_vtpm.append(['uuid', uuid]) config_devs.append(['device', config_vtpm]) Attachment:
typo_vtpm.patch _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |