From: Konrad Rzeszutek Wilk Date: Fri, 19 Feb 2016 14:26:02 +0000 (-0500) Subject: version: Document guest_handle X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=807e14496b45d2e71614e82f6b099f7810b71cbe;p=people%2Fliuw%2Fxen.git version: Document guest_handle And what it is usually used for. Signed-off-by: Konrad Rzeszutek Wilk Reviewed-by: Razvan Cojocaru Acked-by: Jan Beulich --- diff --git a/xen/include/public/version.h b/xen/include/public/version.h index 44f26b0cb5..24a582f32d 100644 --- a/xen/include/public/version.h +++ b/xen/include/public/version.h @@ -77,7 +77,11 @@ typedef struct xen_feature_info xen_feature_info_t; /* arg == NULL; returns host memory page size. */ #define XENVER_pagesize 7 -/* arg == xen_domain_handle_t. */ +/* arg == xen_domain_handle_t. + * + * The toolstack fills it out for guest consumption. It is intended to hold + * the UUID of the guest. + */ #define XENVER_guest_handle 8 #define XENVER_commandline 9