[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] xl: Fixup filename->source after 25344:0f3b1e13d6af
On Tue, 2012-05-15 at 16:49 +0100, George Dunlap wrote: > Because of conflicts with another patch, changeset 25344:0f3b1e13d6af missed > one change. > > Signed-off-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx> Committed-by: Ian Campbell <ian.campbell@xxxxxxxxxx> I don't think this hunk was actually in the patch I applied as 25344:0f3b1e13d6af in the first place. Did you originally write this patch prior to 25128:40efd7d36d46 by any chance? > diff -r ec972fec40a3 -r 99244350516a tools/libxl/xl_cmdimpl.c > --- a/tools/libxl/xl_cmdimpl.c Tue May 15 16:28:16 2012 +0100 > +++ b/tools/libxl/xl_cmdimpl.c Tue May 15 16:48:49 2012 +0100 > @@ -1931,7 +1931,7 @@ start: > /* Reparse the configuration in case it has changed */ > libxl_domain_config_dispose(&d_config); > libxl_domain_config_init(&d_config); > - parse_config_data(config_file, config_data, config_len, > + parse_config_data(config_source, config_data, config_len, > &d_config, dom_info); > > /* > > _______________________________________________ > Xen-devel mailing list > Xen-devel@xxxxxxxxxxxxx > http://lists.xen.org/xen-devel _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |