On Thu, 2005-12-22 at 07:36 -0500, Daniel Veillard wrote: > On Thu, Dec 22, 2005 at 06:16:10AM -0500, Ted Kaczmarek wrote: > > On Thu, 2005-12-22 at 05:31 -0500, Daniel Veillard wrote: > > > If you check your preferred rawhide mirror, in my case > > > http://fr.rpmfind.net/linux/fedora/core/development/i386/Fedora/RPMS/ > > > > > > you will find: > > > kernel-xen-guest-2.6.14-1.21_FC5.i686.rpm > > > kernel-xen-guest-devel-2.6.14-1.21_FC5.i686.rpm > > > kernel-xen-hypervisor-2.6.14-1.21_FC5.i686.rpm > > > kernel-xen-hypervisor-devel-2.6.14-1.21_FC5.i686.rpm > > > and > > > xen-3.0-0.20051206.fc5.1.i386.rpm > > > > > > it's a bit bleeding edge, we don't have public instruction yet on how to > > > set up your system, but if you want to fool around with it, you can get > > > an early taste of a xenified version of the normal rawhide kernel. > > > However the network in the guest doesn't work for me yet, so don't > > > try this if you're expecting something which Just Work :-) > > Well I realized I didn't had started my dhcpd :-) > > > Do you know what changeset this is built from? > > I can come up only with a complex answer: > - the linux kernel code is rawhide one, so very close from > Linux upstream git head version > - the Xen hypervisor and user mode code is from December 6 > snapshot (xen-20051206.tar.bz) > - the Linux Xen bits are coming from linux-2.6-merge.hg repository > and I expect them to be relatively recent, though I wasn't able > to spot the exact changeset right now, anyway I would expect to > be less than a week old > > Daniel Excellent, that should work very well :-) Ted