Wei Liu, le Tue 03 Mar 2015 15:57:21 +0000, a écrit :
> This allows programs which use the bulk of libxc to link.  We use
> /dev/xenevt for event channels, the raw minios functions for privcmd
> and gnttab, and the netbsd versions of discard_file_cache and
> xc_memalign.
> 
> Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
> Signed-off-by: Wei Liu <wei.l...@citrix.com>

Acked-by: Samuel Thibault <samuel.thiba...@ens-lyon.org>

> +static xc_osdep_handle minios_privcmd_open(xc_interface *xch)
> +{
> +    return 1;
> +}
> +static xc_osdep_handle minios_gnttab_open(xc_gnttab *xcg)
> +{
> +    return 1;
> +}

Perhaps return a different fd number?

Samuel

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

Reply via email to