Magenheimer, Dan (HP Labs Fort Collins)
2006-Jan-04 15:21 UTC
Re: Guest-visible phys2mach part of Xen arch-neutral API? was: [Xen-devel] Uses of &frame_table[xfn]
Has Xen/ppc tried to implement the Xen balloon or network drivers yet? There appear to be a lot of dependencies in there on a guest-aware p2m table. Thanks, Dan>From: Hollis Blanchard <hollisb@us.ibm.com>Subject: Re: Guest-visible phys2mach part of Xen arch-neutral API? was: [Xen-devel] Uses of &frame_table[xfn] To: xen-devel@lists.xensource.com Cc: Jimi Xenidis <jimix@watson.ibm.com> Message-ID: <200601031555.20229.hollisb@us.ibm.com> Content-Type: text/plain; charset="iso-8859-1" On Friday 30 December 2005 13:50, Magenheimer, Dan (HP Labs Fort Collins) wrote:> > I think there are two critical questions that are very highly > related. To me, the critical question is how many changes > to a guest are required to run on Xen. I''ve argued for a long > time that paravirtualization changes should be minimized/optimized > to only those that are absolutely necessary for functionality > and performance. DMA-capable domains require either p==m > or non-trivial changes to the guest. On x86, non-trivial changes > to the guest are necessary anyway due to the x86 memory architecture > so p!=m comes "for free". This is not necessarily the case > for non-x86 Xen machines.For the record, the PowerPC port is not currently using a p2m table in dom0 (or any domain for that matter). We are still using the PAPR interface (IBM''s enterprise hypervisor ABI) for memory management. Using Xen terminology, that interface says that domains pass only physical addresses to the hypervisor, and the hypervisor performs the physical to machine translation. I think we''re not looking to diverge from this interface unless we absolutely have to, and so far (given the maturity of the PPC port) we haven''t had to. -- Hollis Blanchard IBM Linux Technology Center _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Hollis Blanchard
2006-Jan-04 16:25 UTC
Re: Guest-visible phys2mach part of Xen arch-neutral API? was: [Xen-devel] Uses of &frame_table[xfn]
On Wednesday 04 January 2006 09:21, Magenheimer, Dan (HP Labs Fort Collins) wrote:> Has Xen/ppc tried to implement the Xen balloon or network > drivers yet? There appear to be a lot of dependencies > in there on a guest-aware p2m table.Nope, not yet. -- Hollis Blanchard IBM Linux Technology Center _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel