From mboxrd@z Thu Jan 1 00:00:00 1970 From: Razvan Cojocaru Subject: Re: [PATCH] version: Document guest_handle Date: Fri, 19 Feb 2016 18:23:17 +0200 Message-ID: <56C74175.3010207@bitdefender.com> References: <1455877209.6225.75.camel@citrix.com> <1455892362-1560-1-git-send-email-konrad.wilk@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aWnox-0005SH-L5 for xen-devel@lists.xenproject.org; Fri, 19 Feb 2016 16:22:19 +0000 Received: from smtp03.buh.bitdefender.org (unknown [10.17.80.77]) by mx-sr.buh.bitdefender.com (Postfix) with ESMTP id E71E37FBEA for ; Fri, 19 Feb 2016 18:22:13 +0200 (EET) In-Reply-To: <1455892362-1560-1-git-send-email-konrad.wilk@oracle.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Konrad Rzeszutek Wilk , xen-devel@lists.xenproject.org Cc: Keir Fraser , Ian Campbell , Ian Jackson , Tim Deegan , Jan Beulich List-Id: xen-devel@lists.xenproject.org On 02/19/2016 04:32 PM, Konrad Rzeszutek Wilk wrote: > And what it is usually used for. > > Signed-off-by: Konrad Rzeszutek Wilk > --- > xen/include/public/version.h | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/xen/include/public/version.h b/xen/include/public/version.h > index adca602..b97fc68 100644 > --- a/xen/include/public/version.h > +++ b/xen/include/public/version.h > @@ -79,6 +79,10 @@ typedef struct xen_feature_info xen_feature_info_t; > #define XENVER_pagesize 7 > > /* arg == xen_domain_handle_t. */ > +/* > + * The toolstack fills it out for the guest consumption. Usually it is > + * the UUID of the guest but can be anything. > + */ > #define XENVER_guest_handle 8 > > #define XENVER_commandline 9 Reviewed-by: Razvan Cojocaru Thanks, Razvan