Hey all,
tried to compile the kernel using the instructions provided below and when I start xen, it complains about not being able to detect cpu state amount other things.
it would appear that the directory it's looking for is /sys/devices/xen-backend/ which does not exist.
Did I miss something during compile time?
compile information below.
git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen
cd linux-2.6-xen
make && make modules && make modules_install && make bzImage && make install