Re: [Xen-devel] [PATCH] tools: remove local links to the x86 headers

2018-07-12 Thread Jan Beulich
>>> On 12.07.18 at 17:20, wrote: > On Thu, Jul 12, 2018 at 06:01:43AM -0600, Jan Beulich wrote: >> >>> On 12.07.18 at 12:40, wrote: >> > --- a/tools/include/Makefile >> > +++ b/tools/include/Makefile >> > @@ -21,6 +21,9 @@ xen/.dir: >> >ln -sf $(addprefix

Re: [Xen-devel] [PATCH] tools: remove local links to the x86 headers

2018-07-12 Thread Roger Pau Monné
On Thu, Jul 12, 2018 at 06:01:43AM -0600, Jan Beulich wrote: > >>> On 12.07.18 at 12:40, wrote: > > --- a/tools/include/Makefile > > +++ b/tools/include/Makefile > > @@ -21,6 +21,9 @@ xen/.dir: > > ln -sf $(addprefix $(XEN_ROOT)/xen/include/xen/,libelf.h elfstructs.h) > > xen/libelf/ > >

Re: [Xen-devel] [PATCH] tools: remove local links to the x86 headers

2018-07-12 Thread Jan Beulich
>>> On 12.07.18 at 12:40, wrote: > --- a/tools/include/Makefile > +++ b/tools/include/Makefile > @@ -21,6 +21,9 @@ xen/.dir: > ln -sf $(addprefix $(XEN_ROOT)/xen/include/xen/,libelf.h elfstructs.h) > xen/libelf/ > ln -s ../xen-foreign xen/foreign > ln -sf

Re: [Xen-devel] [PATCH] tools: remove local links to the x86 headers

2018-07-12 Thread Wei Liu
On Thu, Jul 12, 2018 at 12:40:34PM +0200, Roger Pau Monne wrote: > In the x86 test harness and the fuzzer, and instead create a link in > the tools/include directory that can be used by all the tools. > > No functional change. > > Signed-off-by: Roger Pau Monné Acked-by: Wei Liu

Re: [Xen-devel] [PATCH] tools: remove local links to the x86 headers

2018-07-12 Thread Andrew Cooper
On 12/07/18 11:40, Roger Pau Monne wrote: > In the x86 test harness and the fuzzer, and instead create a link in > the tools/include directory that can be used by all the tools. > > No functional change. > > Signed-off-by: Roger Pau Monné Acked-by: Andrew Cooper

[Xen-devel] [PATCH] tools: remove local links to the x86 headers

2018-07-12 Thread Roger Pau Monne
In the x86 test harness and the fuzzer, and instead create a link in the tools/include directory that can be used by all the tools. No functional change. Signed-off-by: Roger Pau Monné --- Cc: Jan Beulich Cc: Andrew Cooper Cc: Ian Jackson Cc: Wei Liu ---