[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Xen-devel] pvops kernel question
- To: xen-users@xxxxxxxxxxxxxxxxxxx, xen-devel@xxxxxxxxxxxxxxxxxxx
- From: Onkar Mahajan <kern.devel@xxxxxxxxx>
- Date: Mon, 17 May 2010 22:51:19 +0530
- Cc:
- Delivery-date: Mon, 17 May 2010 10:22:04 -0700
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Xt6gyMQuMPzLWE4L8o7HsZyj4PVtNjeOFTMb7hl6KfLE4RdntWDbyExtNW5TyCtCr7 1AwmbsE0FuhPFp+S3bV+gn9QOHZuJ5L7fp1IjFIUZWAPmjOvp+HijXeesHHUppA0fbvf X5wz0zUMLU7pz+ROmKjFhnDL0ig9VTd7SKSVI=
- List-id: Xen developer discussion <xen-devel.lists.xensource.com>
I read here http://wiki.xensource.com/xenwiki/XenParavirtOps this :
Using Xen/paravirt_ops
Building with domU support
- Get a current kernel. The latest kernel.org kernel is generally a good choice.
-
Configure as normal; you can start with your current .config file
- If building 32 bit kernel make sure you have CONFIG_X86_PAE enabled (which is set by selecting CONFIG_HIGHMEM64G)
- non-PAE mode doesn't work in 2.6.25, and has been dropped altogether from 2.6.26 and newer kernel versions.
- Enable these core options:
- CONFIG_PARAVIRT_GUEST
- CONFIG_XEN
- And Xen pv device support
- CONFIG_HVC_DRIVER and CONFIG_HVC_XEN
- CONFIG_XEN_BLKDEV_FRONTEND
- CONFIG_XEN_NETDEV_FRONTEND
- And build as usual
My question is :
I have original kernel of FC12 that has all the configuration options as shown above ? Does this kernel can act as a pvops kernel ?
If I choose to build my own pvops kernel , how do I do it ?
Regards, Onkar
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|