From: Paul Durrant Date: Wed, 22 Feb 2017 11:00:38 +0000 (+0000) Subject: Request compatibility interface for device model operations X-Git-Tag: xen-4.9.0-rc1~1 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=8b4834ee1202852ed83a9fc61268c65fb6961ea7;p=qemu-xen-traditional.git Request compatibility interface for device model operations Now that these have been split out of libxenctrl into libxendevicemodel QEMU needs to request the compatibility interface. Signed-off-by: Paul Durrant Acked-by: Ian Jackson --- diff --git a/xen-hooks.mak b/xen-hooks.mak index 4356f670..0ca868f8 100644 --- a/xen-hooks.mak +++ b/xen-hooks.mak @@ -2,6 +2,7 @@ CPPFLAGS+= -I$(XEN_ROOT)/tools/libs/toollog/include CPPFLAGS+= -I$(XEN_ROOT)/tools/libs/evtchn/include CPPFLAGS+= -I$(XEN_ROOT)/tools/libs/gnttab/include CPPFLAGS+= -DXC_WANT_COMPAT_MAP_FOREIGN_API +CPPFLAGS+= -DXC_WANT_COMPAT_DEVICEMODEL_API CPPFLAGS+= -I$(XEN_ROOT)/tools/libxc/include CPPFLAGS+= -I$(XEN_ROOT)/tools/xenstore/include CPPFLAGS+= -I$(XEN_ROOT)/tools/include