On Fri, 2015-07-03 at 12:24 +0200, Dario Faggioli wrote:

> @@ -5932,7 +5865,8 @@ int libxl_domain_sched_params_set(libxl_ctx *ctx, 
> uint32_t domid,
>  
>      switch (sched) {
>      case LIBXL_SCHEDULER_SEDF:
> -        ret=sched_sedf_domain_set(gc, domid, scinfo);
> +        LOG(ERROR, "SEDF scheduler no longer available");
> +        ret=ERROR_INVAL;

Should we have a specific error code for removed functionality?

Ian.


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

Reply via email to