Please confirm if I am right :

#!/bin/sh 

cat << EOF
menuentry "Xen 3.5 / Ubuntu, 2.6.31.6-xen1" {
insmod ext2
set root=(hd0,1)
multiboot /boot/xen-3.5.gz <- This is the Xen VMM proper ???
module /boot/vmlinuz-2.6.31.6-xen1 dummy=dummy dom0_mem=1024M root=/dev/sda1 ro <- This is linux kernel with pvops right ???
module /boot/initrd.img-2.6.31.6-xen1
}

EOF

so in my case , I have compiled Linux kernel containing pvops ; Now , I also need Xen VMM ?? right ??

Please confirm

Thank you very very much,
/Onkar

On Tue, Mar 30, 2010 at 11:28 PM, Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> wrote:
On Tue, Mar 30, 2010 at 11:16:04PM +0530, Onkar Mahajan wrote:
> I have followed the instructions in
> http://wiki.xensource.com/xenwiki/XenParavirtOps /
> Using Xen/paravirt_ops

You need to build the hypervisor as well. Look at:
http://virtually-a-machine.blogspot.com/2009/12/experimental-xen-and-ubuntu-part-2.html