Re: [Xen-devel] [PATCH 2/3] xen/err: Support an optional per-arch slide for the error region

2016-11-02 Thread Jan Beulich
>>> On 01.11.16 at 11:46, wrote: > --- a/xen/include/xen/err.h > +++ b/xen/include/xen/err.h > @@ -15,19 +15,28 @@ > */ > #define MAX_ERRNO4095 > > +/* > + * Individual architectures may wish to slide the error region away from its > + * default position at the

[Xen-devel] [PATCH 2/3] xen/err: Support an optional per-arch slide for the error region

2016-11-01 Thread Andrew Cooper
No functional change. Signed-off-by: Andrew Cooper --- CC: Jan Beulich --- xen/include/xen/err.h | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/xen/include/xen/err.h b/xen/include/xen/err.h index