From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2 1/8] tools: libxl: use uint64_t not unsigned long long for addresses Date: Wed, 30 Apr 2014 16:49:46 +0100 Message-ID: <1398872986.29888.12.camel@kazak.uk.xensource.com> References: <1398424945.18537.424.camel@kazak.uk.xensource.com> <1398424967-9306-1-git-send-email-ian.campbell@citrix.com> <21345.4843.327925.328440@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <21345.4843.327925.328440@mariner.uk.xensource.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: Ian Jackson Cc: stefano.stabellini@eu.citrix.com, tim@xen.org, julien.grall@linaro.org, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Wed, 2014-04-30 at 16:12 +0100, Ian Jackson wrote: > Ian Campbell writes ("[PATCH v2 1/8] tools: libxl: use uint64_t not unsigned long long for addresses"): > > Signed-off-by: Ian Campbell > > If we are going to be doing this, why not introduce a type alias or > two ? Good point. I'll do that. Ian.