WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

RE: [Xen-devel] [patch] "frame number" size in hypercall ABI

To: "Keir Fraser" <Keir.Fraser@xxxxxxxxxxxx>, "Hollis Blanchard" <hollisb@xxxxxxxxxx>
Subject: RE: [Xen-devel] [patch] "frame number" size in hypercall ABI
From: "Nakajima, Jun" <jun.nakajima@xxxxxxxxx>
Date: Wed, 19 Apr 2006 11:45:17 -0700
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx, Joe Bonasera <joe.bonasera@xxxxxxx>
Delivery-date: Wed, 19 Apr 2006 11:46:05 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcZj3p/dWYcf6VvXRcOs6g+I0tPALgAAKrBA
Thread-topic: [Xen-devel] [patch] "frame number" size in hypercall ABI
Keir Fraser wrote:
> On 19 Apr 2006, at 17:44, Hollis Blanchard wrote:
> 
>> "xen_frameno_t" then?
> 
> xen_pfn_t? Definitely won't conflict with anyone, and I prefer 'pfn'
> to 'frameno' as it's more consistent with other names we have in the
> interface.
> 
>> Attached is the updated patch, with typos fixed and a couple other
>> corrections. I've also added the type to arch-x86_64.h and
>> arch-ia64.h, so I think the patch is ready to be applied.
> 
> What about the Linux kernel -- shouldn't that be changed too? At least
> where it handles arrays of longs passed to memory_op()?
> 
> Inside Xen, does shadow.h really need changing at all? Once entries
> are unpacked from an array by a hypercall they could just be passed
> round as longs, right?

I don't think we need those changes in shadow.h. I'm not clear what we
are tying to achieve here. I assume the area of interest is just
hypercall ABI, not changing the data type for the page frame numbers
(from unsigned long to xen_pfn_t). 

> 
> Sorry about the to'ing-and-fro'ing but we need to make sure interface
> changes are complete and correct and this one is inevitably pretty
> far-reaching.
> 
>   -- Keir
> 
> 

Jun
---
Intel Open Source Technology Center

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • RE: [Xen-devel] [patch] "frame number" size in hypercall ABI, Nakajima, Jun <=