Re: [Xen-devel] [PATCH v5 20/24] libxlu: rework internal representation of setting

2015-02-13 Thread Ian Jackson
Wei Liu writes ("[PATCH v5 20/24] libxlu: rework internal representation of setting"): > This patches does following things: Thanks, Acked-by: Ian Jackson ___ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel

[Xen-devel] [PATCH v5 20/24] libxlu: rework internal representation of setting

2015-02-12 Thread Wei Liu
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