From: Juergen Gross Date: Thu, 2 Mar 2017 05:13:15 +0000 (+0100) Subject: stubdom: set xen interface version for stubdom apps using xenctrl.h X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~2602 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ecb50e65e133c5776bee958fd551c2930abe6e8e;p=xen.git stubdom: set xen interface version for stubdom apps using xenctrl.h A stubdom app using xenctrl.h must use the latest interface version of Xen in order to avoid compatibility issues. Add the related config item to the stubdom config files where needed. Signed-off-by: Juergen Gross Acked-by: Ian Jackson --- diff --git a/stubdom/ioemu-minios.cfg b/stubdom/ioemu-minios.cfg index d6905537c1..a65baa3765 100644 --- a/stubdom/ioemu-minios.cfg +++ b/stubdom/ioemu-minios.cfg @@ -1,3 +1,4 @@ CONFIG_START_NETWORK=n CONFIG_QEMU_XS_ARGS=y CONFIG_PCIFRONT=y +XEN_INTERFACE_VERSION=__XEN_LATEST_INTERFACE_VERSION__