> -----Original Message-----
> From: Anthony PERARD [mailto:anthony.per...@citrix.com]
> Sent: 02 March 2017 11:23
> To: xen-de...@lists.xenproject.org
> Cc: Paul Durrant <paul.durr...@citrix.com>; Anthony Perard
> <anthony.per...@citrix.com>; Ian Jackson <ian.jack...@citrix.com>; Wei
> Liu <wei.l...@citrix.com>
> Subject: [PATCH] tools: Fix build of QEMU with lib xendevicemodel support
> 
> Signed-off-by: Anthony PERARD <anthony.per...@citrix.com>

You beat me to it. I just found this when I blew away my installed tools.

Thanks for fixing.

  Paul

> ---
>  tools/Makefile | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/tools/Makefile b/tools/Makefile
> index 68633a413d..3e15463567 100644
> --- a/tools/Makefile
> +++ b/tools/Makefile
> @@ -269,6 +269,7 @@ subdir-all-qemu-xen-dir: qemu-xen-dir-find
>               -I$(XEN_ROOT)/tools/libs/evtchn/include \
>               -I$(XEN_ROOT)/tools/libs/gnttab/include \
>               -I$(XEN_ROOT)/tools/libs/foreignmemory/include \
> +             -I$(XEN_ROOT)/tools/libs/devicemodel/include \
>               -I$(XEN_ROOT)/tools/libxc/include \
>               -I$(XEN_ROOT)/tools/xenstore/include \
>               -I$(XEN_ROOT)/tools/xenstore/compat/include \
> @@ -278,6 +279,7 @@ subdir-all-qemu-xen-dir: qemu-xen-dir-find
>               -L$(XEN_ROOT)/tools/libs/evtchn \
>               -L$(XEN_ROOT)/tools/libs/gnttab \
>               -L$(XEN_ROOT)/tools/libs/foreignmemory \
> +             -L$(XEN_ROOT)/tools/libs/devicemodel \
>               -Wl,-rpath-link=$(XEN_ROOT)/tools/libs/toollog \
>               -Wl,-rpath-link=$(XEN_ROOT)/tools/libs/evtchn \
>               -Wl,-rpath-link=$(XEN_ROOT)/tools/libs/gnttab \
> --
> Anthony PERARD


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

Reply via email to