|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Xen Paravirt
On Wed, 2007-07-18 at 18:45 -0400, Chuck Short wrote:
> So that Xen paravirt ops has made it upstream what is needed in order to use
> it?
I haven't been able to test yet but hopefully the xen-unstable build
system should already be prepared for this.
For now you can use:
make linux-2.6-tip-build LINUX_VER=2.6-git
Once the next -rc comes out you can use:
make linux-2.6-rc-build (/-dist/-install/-prep/-etc)
Once a real release is available the linux-2.6-tip-FOO without the
LINUX_VER should work.
All the above should work using
make KERNELS="linux-2.6-xen linux-2.6-tip" dist
and friends as well. You need the -xen still for domain 0.
Finally, you need XEN_TARGET_ARCH=x86_32 since only 32 bit is currently
supported.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|