On Wed, Feb 11, 2015 at 04:12:24PM +, Ian Jackson wrote:
> Wei Liu writes ("[PATCH v4 18/21] libxlu: rework internal representation of
> setting"):
> > This patches does following things:
> ...
> > +void xlu__cfg_list_append(CfgParseContext *ctx,
> > + XLU_ConfigValue
Wei Liu writes ("[PATCH v4 18/21] libxlu: rework internal representation of
setting"):
> This patches does following things:
...
> +void xlu__cfg_list_append(CfgParseContext *ctx,
> + XLU_ConfigValue *list,
> + char *atom)
> +{
> +XLU_ConfigVal
On Fri, 2015-01-23 at 11:13 +, Wei Liu wrote:
> This patches does following things:
I'm leaving this one to Ian J.
___
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
This patches does following things:
1. Properly define a XLU_ConfigList type. Originally it was defined to
be XLU_ConfigSetting.
2. Define XLU_ConfigValue type, which can be either a string or a list
of XLU_ConfigValue.
3. ConfigSetting now references XLU_ConfigValue. Originally it only
w