Re: [XenPPC] dom0 auto-translate mmap()

2007-06-11 Thread Jimi Xenidis
BTW: there was a quick discussion on this before: http://lists.xensource.com/archives/html/xen-devel/2006-11/ msg00672.html IIRC, We we continued "faking it out" until we got the ability to mmap'ing arbitrary pages. Now that we fixed the ability to properly address "remote" memory, this s

[XenPPC] dom0 auto-translate mmap()

2007-06-11 Thread Hollis Blanchard
Hi, as I'm porting the PPC patches to the current Linux tree, I noticed this code in privcmd.c: static int privcmd_mmap(struct file * file, struct vm_area_struct * vma) { /* Unsupported for auto-translate guests. */ if (xen_feature(XENFEAT_au