On Fri, Mar 25, 2016 at 02:44:30PM +0800, Changlong Xie wrote:
[...]
> diff --git a/tools/libxl/libxl_types.idl b/tools/libxl/libxl_types.idl
> index 0470423..6893732 100644
> --- a/tools/libxl/libxl_types.idl
> +++ b/tools/libxl/libxl_types.idl
> @@ -600,6 +600,7 @@ libxl_device_nic = Struct("device_nic", [
>      ("rate_bytes_per_interval", uint64),
>      ("rate_interval_usecs", uint32),
>      ("gatewaydev", string),
> +    ("coloft_forwarddev", string)

This lacks the stability warning text. See my reply to your earlier
inquiry.

    Note that the COLO configuration settings should be considered
    unstable.  They may change incompatibly in future versions of
    Xen.

You can submit a new patch with the required change in a reply to this
one, and title it

 [PATCH v13.1 23/26] COLO nic: implement COLO nic subkind

I checked, this hunk seems to be the only place that needs adding that
snippet -- there is no modification to xl manpage and libxl.h in this
patch.

Wei.

>      ])
>  
>  libxl_device_pci = Struct("device_pci", [
> -- 
> 1.9.3
> 
> 
> 

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

Reply via email to