From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756155Ab2BXX5G (ORCPT ); Fri, 24 Feb 2012 18:57:06 -0500 Received: from rcsinet15.oracle.com ([148.87.113.117]:42692 "EHLO rcsinet15.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752675Ab2BXX5E (ORCPT ); Fri, 24 Feb 2012 18:57:04 -0500 Date: Fri, 24 Feb 2012 18:52:28 -0500 From: Konrad Rzeszutek Wilk To: Jan Beulich Cc: ke.yu@intel.com, kevin.tian@intel.com, lenb@kernel.org, xen-devel@lists.xensource.com, linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/3] xen/enlighten: Expose MWAIT and MWAIT_LEAF if hypervisor OKs it. Message-ID: <20120224235228.GA26913@phenom.dumpdata.com> References: <1330036270-20015-1-git-send-email-konrad.wilk@oracle.com> <1330036270-20015-3-git-send-email-konrad.wilk@oracle.com> <4F4775410200007800074992@nat28.tlf.novell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F4775410200007800074992@nat28.tlf.novell.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: ucsinet22.oracle.com [156.151.31.94] X-CT-RefId: str=0001.0A090208.4F48238A.0077,ss=1,re=0.000,fgs=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > +DEFINE_GUEST_HANDLE(uint32_t); > > Do you really need to introduce (step by step) handles for all those > uintNN_t types in a way different from Xen's > (__DEFINE_XEN_GUEST_HANDLE(uint32, uint32_t))? Oh, no. Good eye - I will change it be uint32. > > Looks good to me otherwise. Thank you for time!