[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v2 1/4] 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 <jgross@xxxxxxxx> --- stubdom/ioemu-minios.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/stubdom/ioemu-minios.cfg b/stubdom/ioemu-minios.cfg index d690553..a65baa3 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__ -- 2.10.2 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |