WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Re: [PATCH] Fix typo in configure_vtpm

To: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Re: [PATCH] Fix typo in configure_vtpm
From: Matt Fioravante <Matthew.Fioravante@xxxxxxxxxx>
Date: Tue, 25 Aug 2009 08:37:21 -0400
Cc:
Delivery-date: Tue, 25 Aug 2009 05:39:45 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <62CA25439CE24Dkanno.masaki@xxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <62CA25439CE24Dkanno.masaki@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Yes, sorry about that.

On Tue, 2009-08-25 at 01:19 -0400, Masaki Kanno wrote:
> 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: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>