Re: [Xen-devel] [PATCH v3 11/19] tools/hvmloader: link errno.h from xen internal

2015-01-13 Thread Wei Liu
On Tue, Jan 13, 2015 at 04:32:10PM +, Jan Beulich wrote: > >>> On 13.01.15 at 13:11, wrote: > > From: Tiejun Chen > > > > We need to act on some specific hypercall error numbers, so > > require the hypervisor view on the errno.h value rather than > > just the build environment's number. So h

Re: [Xen-devel] [PATCH v3 11/19] tools/hvmloader: link errno.h from xen internal

2015-01-13 Thread Jan Beulich
>>> On 13.01.15 at 13:11, wrote: > From: Tiejun Chen > > We need to act on some specific hypercall error numbers, so > require the hypervisor view on the errno.h value rather than > just the build environment's number. So here link this headfile > from xen. > > Acked-by: Jan Beulich > Signed-o