|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] 32/64-bit hypercall interface
On Monday 03 October 2005 17:03, Ian Pratt wrote:
> > However, doesn't that same argument apply to correcting the
> > ABI in the first place? Shadow page tables will overshadow
> > the performance impact of making the ABI 32/64-bit clean.
> >
> > In fact, even a plain old hypercall will also overshadow that
> > performance impact, both in terms of cycle count and cache footprint.
> >
> > So if your choice then is between a compatibility translation
> > layer and altering the interface, I think it's pretty clear
> > that changing the interface will result in the least amount
> > of additional code (and associated long-term code maintenance).
>
> This would result in doubling the size of the all the p2m and m2p
> tables,
Would it (honest question)? Those tables aren't part of the hypercall
interface itself, right? So as long as the hypercalls dealing with those
tables are modified appropriately, the tables themselves don't need the
change?
--
Hollis Blanchard
IBM Linux Technology Center
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|