From: Yang Hongyang Date: Wed, 16 Jul 2014 09:07:43 +0000 (+0800) Subject: libxl/remus: add LIBXL_HAVE_REMUS to indicate Remus support in libxl X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~4316^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1ef3f7dd17125f218e40c89d51b25205bab98ce3;p=xen.git libxl/remus: add LIBXL_HAVE_REMUS to indicate Remus support in libxl Add LIBXL_HAVE_REMUS to indicate Remus support in libxl Signed-off-by: Yang Hongyang Acked-by: Ian Jackson Acked-by: Konrad Rzeszutek Wilk --- diff --git a/tools/libxl/libxl.h b/tools/libxl/libxl.h index 9ae0fccc6b..2700cc1eab 100644 --- a/tools/libxl/libxl.h +++ b/tools/libxl/libxl.h @@ -647,6 +647,12 @@ typedef struct libxl__ctx libxl_ctx; */ #define LIBXL_HAVE_BUILDINFO_SERIAL_LIST 1 +/* + * LIBXL_HAVE_REMUS + * If this is defined, then libxl supports remus. + */ +#define LIBXL_HAVE_REMUS 1 + typedef uint8_t libxl_mac[6]; #define LIBXL_MAC_FMT "%02hhx:%02hhx:%02hhx:%02hhx:%02hhx:%02hhx" #define LIBXL_MAC_FMTLEN ((2*6)+5) /* 6 hex bytes plus 5 colons */