* [PATCH] xl: Fixup filename->source after 25344:0f3b1e13d6af
@ 2012-05-15 15:49 George Dunlap
2012-05-15 16:04 ` Ian Campbell
0 siblings, 1 reply; 3+ messages in thread
From: George Dunlap @ 2012-05-15 15:49 UTC (permalink / raw)
To: xen-devel; +Cc: george.dunlap
Because of conflicts with another patch, changeset 25344:0f3b1e13d6af missed
one change.
Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
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);
/*
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] xl: Fixup filename->source after 25344:0f3b1e13d6af
2012-05-15 15:49 [PATCH] xl: Fixup filename->source after 25344:0f3b1e13d6af George Dunlap
@ 2012-05-15 16:04 ` Ian Campbell
2012-05-15 16:16 ` George Dunlap
0 siblings, 1 reply; 3+ messages in thread
From: Ian Campbell @ 2012-05-15 16:04 UTC (permalink / raw)
To: George Dunlap; +Cc: xen-devel@lists.xensource.com
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@eu.citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
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@lists.xen.org
> http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] xl: Fixup filename->source after 25344:0f3b1e13d6af
2012-05-15 16:04 ` Ian Campbell
@ 2012-05-15 16:16 ` George Dunlap
0 siblings, 0 replies; 3+ messages in thread
From: George Dunlap @ 2012-05-15 16:16 UTC (permalink / raw)
To: Ian Campbell; +Cc: xen-devel@lists.xensource.com
On 15/05/12 17:04, Ian Campbell wrote:
> 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@eu.citrix.com>
> Committed-by: Ian Campbell<ian.campbell@citrix.com>
>
> 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?
Strange -- no, I'm pretty sure my first patches were after that; and I
thought that I had done a search for "file" at my previous refresh two
weeks ago and satisfied myself that all the variable names were used
properly. But you're right, it's not in the patch I sent. :-/
-G
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-05-15 16:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-15 15:49 [PATCH] xl: Fixup filename->source after 25344:0f3b1e13d6af George Dunlap
2012-05-15 16:04 ` Ian Campbell
2012-05-15 16:16 ` George Dunlap
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.