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

Re: [Xen-devel] [PATCH] xl: support specifing '[vars]' in 'xl create'

To: Yu Zhiguo <yuzg@xxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH] xl: support specifing '[vars]' in 'xl create'
From: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
Date: Thu, 29 Apr 2010 19:05:01 +0100
Cc: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>, Keir Fraser <Keir.Fraser@xxxxxxxxxxxxx>, Stefano Stabellini <Stefano.Stabellini@xxxxxxxxxxxxx>
Delivery-date: Thu, 29 Apr 2010 11:04:26 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4BD90BEB.5010802@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: <4BD7F6F8.30404@xxxxxxxxxxxxxx> <alpine.DEB.2.00.1004281959050.11380@kaball-desktop> <4BD90BEB.5010802@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Alpine 2.00 (DEB 1167 2008-08-23)
On Thu, 29 Apr 2010, Yu Zhiguo wrote:
> Hi Stefano,
> 
> Stefano Stabellini wrote:
> >> -static int create_domain(int debug, int daemonize, const char 
> >> *config_file, const char *restore_file, int paused, int migrate_fd /* -1 
> >> means none */, char **migration_domname_r)
> >> +static int create_domain(int debug, int daemonize, const char 
> >> *config_file, const char *restore_file,
> >> +                         int paused, int migrate_fd /* -1 means none */, 
> >> char **migration_domname_r,
> >> +                         const char *extra_config)
> > 
> > This line is misaligned.
> > Also, I feel that create_domain's arguments are growing too much, it would
> > be a good idea to reorganize them in a struct.
> > 
> 
> Thanks for you advice, I think it's a good idea and fix the patch.
> Could you ack the new version?
> 

This patch looks good.

Acked-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>