From: Wei Liu Date: Thu, 23 Feb 2017 16:46:45 +0000 (+0000) Subject: xen-access: request compat devicemodel API X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~2699 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=af8c67cda36894d2c63eb511d189383f1c26a1e3;p=xen.git xen-access: request compat devicemodel API xc_hvm_inject_trap is moved to the new libdevicemodel. Request the compat layer from libxenctrl for now to make xen-access build again. Signed-off-by: Wei Liu Acked-by: Ian Jackson Reviewed-by: Paul Durrant Acked-by: Razvan Cojocaru --- diff --git a/tools/tests/xen-access/Makefile b/tools/tests/xen-access/Makefile index 25ff4694c5..e11f639ccf 100644 --- a/tools/tests/xen-access/Makefile +++ b/tools/tests/xen-access/Makefile @@ -2,6 +2,7 @@ XEN_ROOT=$(CURDIR)/../../.. include $(XEN_ROOT)/tools/Rules.mk CFLAGS += -Werror +CFLAGS += -DXC_WANT_COMPAT_DEVICEMODEL_API CFLAGS += $(CFLAGS_libxenctrl) CFLAGS += $(CFLAGS_libxenguest)