On Tue, Mar 14, 2017 at 11:24:12AM +0000, Wei Liu wrote:
> On Mon, Mar 06, 2017 at 10:59:23AM +0800, Zhang Chen wrote:
> > Qemu need this args to start userspace colo-proxy.
> > 
> > Signed-off-by: Zhang Chen <zhangchen.f...@cn.fujitsu.com>
> 
> Acked-by: Wei Liu <wei.l...@citrix.com>
> 
> > diff --git a/tools/xl/xl_parse.c b/tools/xl/xl_parse.c
> > index 88ef1c6..d2bbe26 100644
> > --- a/tools/xl/xl_parse.c
> > +++ b/tools/xl/xl_parse.c
> > @@ -516,6 +516,33 @@ int parse_nic_config(libxl_device_nic *nic, XLU_Config 
> > **config, char *token)
> >          replace_string(&nic->colo_compare_sec_in, oparg);
> >      } else if (MATCH_OPTION("colo_compare_out", token, oparg)) {
> >          replace_string(&nic->colo_compare_out, oparg);
> > +
> 
> Stray blank line -- will try to fix it up while committing.

Actually, removing this will cause rebase error for the next patch. I
will just send another patch to remove this blank line when I get around
to it.

Wei.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to