On Thu, Aug 01, 2019 at 05:10:08PM +0300, Oleksandr wrote:
> Hello all.
> 
> What is the proper location to place Linux error code (-EPROBE_DEFER) in
> Xen?
> https://elixir.bootlin.com/linux/v5.3-rc2/source/include/linux/errno.h#L19
> 
> ...
> Although that error is going to be used by Arm code the first, I feel it
> should be somewhere in common place as it is not Arm specific.
> I was thinking to place it to xen/include/public/errno.h and guard with
> #ifdef __XEN__ to hide from userspace, but not sure it is a good idea, since
> it looks like not a POSIX one to be in that header...

Hello,

I think it would help if you describe why such error code is needed by
Xen and how it would be used.

Thanks, Roger.

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

Reply via email to