On Sat, Sep 23, 2017 at 09:48:21AM +0000, Yi Sun wrote:
> This patch renames 'xc_psr_cat_type' to 'xc_psr_type' so that
> the structure name is common for all allocation features.
> 
> Signed-off-by: Yi Sun <yi.y....@linux.intel.com>
> Acked-by: Wei Liu <wei.l...@citrix.com>
> Reviewed-by: Chao Peng <chao.p.p...@linux.intel.com>

Reviewed-by: Roger Pau Monné <roger....@citrix.com>

Just a small nit:

>  int libxl_psr_cat_set_cbm(libxl_ctx *ctx, uint32_t domid,
> @@ -325,12 +325,11 @@ int libxl_psr_cat_set_cbm(libxl_ctx *ctx, uint32_t 
> domid,
>      }
>  
>      libxl_for_each_set_bit(socketid, *target_map) {
> -        xc_psr_cat_type xc_type;
> +        xc_psr_type xc_type = libxl__psr_cbm_type_to_libxc_psr_type(type);;

Double ';' at the end of line.

Roger.

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

Reply via email to