Chen, Tiejun writes ("Re: [v5][PATCH 11/16] tools/libxl: detect and avoid 
conflicts with RDM"):
> Are you saying this? We should use 'r' as the return value of libxc call
> 
>      int rc = 0, r;
> 
>      r = xc_reserved_device_memory_map(CTX->xch, flag, seg, bus, devfn,
>                                        NULL, nr_entries);
>      assert(r <= 0);
>      /* "0" means we have no any rdm entry. */
>      if (!r) goto out;

Yes, thanks.

Ian.

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

Reply via email to