WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] pvops kernel question

To: xen-users@xxxxxxxxxxxxxxxxxxx, xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] pvops kernel question
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
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=MBbNpcbJUxsqqM6WXW3MzwDYlbABSby3MrxD8rgreV4=; b=S3uAP6ujlyShBKjhhcup8v1P+exbFI2Ag1PkUK69EZ5BeGaJ0kVPKR6RFAh4wWh470 PSJACtgAUAydwy8RQx5gvUa2f5/1Qw9kTaWXwPQ/evJ8uNqZzGnNlmt1/a4ML8yT8Hhx acrL6zBCOkecsi7wV9REzRw3iMIUCib7Abyhs=
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=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
I read here http://wiki.xensource.com/xenwiki/XenParavirtOps
this :

Using Xen/paravirt_ops

Building with domU support

  1. Get a current kernel. The latest kernel.org kernel is generally a good choice.
  2. Configure as normal; you can start with your current .config file
  3. 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.
  4. Enable these core options:
    1. CONFIG_PARAVIRT_GUEST
    2. CONFIG_XEN
  5. And Xen pv device support
    1. CONFIG_HVC_DRIVER and CONFIG_HVC_XEN
    2. CONFIG_XEN_BLKDEV_FRONTEND
    3. CONFIG_XEN_NETDEV_FRONTEND
  6. 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
<Prev in Thread] Current Thread [Next in Thread>