Re: [Xen-devel] [PATCH XEN v4 22/23] tools: Update CFLAGS for qemu-xen to allow it to use new libraries

2015-10-29 Thread Wei Liu
On Wed, Oct 21, 2015 at 04:23:29PM +0100, Ian Campbell wrote: > This means adding -L for libxen{evtchn,gnttab,foreignmemory} so that > it can link them directly (rather than using the libxenctrl compat > layer exposed via -rpath-link). Also add -I for libxenforeignmemory. > > Signed-off-by: Ian Ca

[Xen-devel] [PATCH XEN v4 22/23] tools: Update CFLAGS for qemu-xen to allow it to use new libraries

2015-10-21 Thread Ian Campbell
This means adding -L for libxen{evtchn,gnttab,foreignmemory} so that it can link them directly (rather than using the libxenctrl compat layer exposed via -rpath-link). Also add -I for libxenforeignmemory. Signed-off-by: Ian Campbell --- tools/Makefile | 4 1 file changed, 4 insertions(+) d