On Sat, Sep 30, 2017 at 09:39:20AM +0800, Yi Sun wrote:
> This patch implements a new libxc get hw info interface and corresponding
> data structures. It also changes libxl_psr.c to call this new interface.
> 
> Signed-off-by: Yi Sun <yi.y....@linux.intel.com>
> +
> +        hw_info->cat.cos_max = sysctl.u.psr_alloc.u.cat_info.cos_max;
> +        hw_info->cat.cbm_len = sysctl.u.psr_alloc.u.cat_info.cbm_len;
> +        hw_info->cat.cdp_enabled = ( type  == XC_PSR_CAT_L2 ) ?
> +                                   false :
> +                                   ( sysctl.u.psr_alloc.u.cat_info.flags &
> +                                    XEN_SYSCTL_PSR_CAT_L3_CDP );
> +

There is no need to put spaces inside brackets here.

With that fix:

Acked-by: Wei Liu <wei.l...@citrix.com>

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

Reply via email to