diff mbox

[2/2] Request compatibility interface for device model operations

Message ID 1487761238-24938-2-git-send-email-paul.durrant@citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Paul Durrant Feb. 22, 2017, 11 a.m. UTC
Now that these have been split out of libxenctrl into libxendevicemodel
QEMU needs to request the compatibility interface.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
--
Cc: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 xen-hooks.mak | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/xen-hooks.mak b/xen-hooks.mak
index 4356f67..0ca868f 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