From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH] version: Document guest_handle Date: Fri, 19 Feb 2016 11:21:23 -0500 Message-ID: <20160219162123.GE31685@char.us.oracle.com> References: <1455877209.6225.75.camel@citrix.com> <1455892362-1560-1-git-send-email-konrad.wilk@oracle.com> <56C7285E.7030408@bitdefender.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 1aWnoH-0005Dl-Uo for xen-devel@lists.xenproject.org; Fri, 19 Feb 2016 16:21:38 +0000 Content-Disposition: inline In-Reply-To: <56C7285E.7030408@bitdefender.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: Razvan Cojocaru Cc: Keir Fraser , Ian Campbell , Tim Deegan , Ian Jackson , Jan Beulich , xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Fri, Feb 19, 2016 at 04:36:14PM +0200, Razvan Cojocaru wrote: > 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 > > I'm not a maintainer for this code, so an Ack would be meaningless, but > I just wanted to say thanks for documenting this. :) You can always do: Reviewed-by: :-) > > > Thanks, > Razvan