From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: confusion over vcpumask in mmuext_op Date: Thu, 04 Jan 2007 09:44:20 +0000 Message-ID: References: <200701040241.47438.mark.williamson@cl.cam.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <200701040241.47438.mark.williamson@cl.cam.ac.uk> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Mark Williamson , xen-devel@lists.xensource.com Cc: John Levon List-Id: xen-devel@lists.xenproject.org On 4/1/07 02:41, "Mark Williamson" wrote: > So actually the field vcpumask is currently being compiled as a void *. And we get away with this because, on x86, there is no ABI difference between a guest handle and a plain pointer. This was done just as an interface cleanup, and because I think it makes Jan's 32-on-64 work easier. -- Keir