|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] openafs not supported?
I haven't looked at it in detail yet (though I will), but I expect that OpenAFS
on Xen is going to need its own sysname target, rather than being able to just
use the i386 one. I had to do the same when I did the port to UML (which was
actually fairly easy).
So, the possible options are that a new sysname target is needed (e.g. it could
be something like i386_xenlinux24, and so on), or the target for regular i386
linux may need to be extended to also operate for Xen, but that is less likely
to work well I think.
Kris
On Wed, Mar 09, 2005 at 04:49:25PM +0100, Miroslav Ruda wrote:
> Ian Pratt wrote:
> >We've used openafs with 2.4.29-xen0 without problems. I seem to recall
> >that getting it to build against xen/i386 rather than plain i386 was
> >somewhat tricky, as setting ARCH=xen was insufficient due to a busted
> >Makefile. I think I resorted to renaming arch/xen to arch/i386 and the
> >same for include/asm-xen.
>
> I wish it's so easy. However, renaming of include/asm-xen to
> include/asm-i386
> doesn't work, because some include files from asm-xen (param.h for example)
> include ../asm-i386/ files too :-) Moreover, my guess is that it's still
> not sufficient, see bellow.
>
> Openafs' Makefile creates symlinks to several kernel-source/include
> directories
> including asm-i386 (others are include/net, include/linux, include/asm).
> I was easily able to change this makefile to use asm-xen instead and I was
> able to compile openafs with such setup. And this version
> creates oops I have sent to xen mailing list. However, I don't see any
> other usage of kernel source and therefore I don't understand what is
> missing to create "xen-enabled" binaries.
>
> --
> Mirek Ruda
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxxxx
> https://lists.sourceforge.net/lists/listinfo/xen-devel
--
Never underestimate a Mage with:
- the Intelligence to cast Magic Missile,
- the Constitution to survive the first hit, and
- the Dexterity to run fast enough to avoid being hit a second time.
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|