From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Hoffmann Subject: Re: [PATCH 4/5] use uint32_t for xen_domid Date: Mon, 23 Mar 2009 12:20:16 +0100 Message-ID: <49C77070.8020500@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Dan Magenheimer Cc: xen-devel@lists.xensource.com, Ian.Jackson@eu.citrix.com, stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org Dan Magenheimer wrote: > May not matter but isn't a domid limited to 16-bits > in the hypervisor? Probably should be consistent > lest sign-extension or something cause a problem. In /usr/include/xenctrl.h it is uint32_t everythere. cheers, Gerd