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-users

Re: [Xen-users] Building Vanilla source 2.6.31.4 with XEN hypervisor

To: Fasiha Ashraf <feehapk@xxxxxxxxxxx>
Subject: Re: [Xen-users] Building Vanilla source 2.6.31.4 with XEN hypervisor
From: "Mr. Teo En Ming (Zhang Enming)" <space.time.universe@xxxxxxxxx>
Date: Thu, 22 Oct 2009 23:18:54 +0800
Cc: Ahmad Hassan <ahmad.hassan@xxxxxxxxx>, xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 22 Oct 2009 08:19:49 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=cRCSQipaCFb60niRzXqJa59t4ojnhl642/3ek+O4wXw=; b=UwvZFlPeFkLqgeo+Fx5m/9XN+OJPAYeVDbtSBAYLs6ljx5lPAy3ynCUfdbi9ZA1iss Ed0Gz4tWX/RlP8p+sOcul1LxdJm1CEEznSDQgQ3QTPHRenrbZqRcUceFAPl37Ur6JCK+ JkACzJslYA+yj0VGOfbSoA1U4jfjhv8K15TCU=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=rSFskHqUa48WOtvATDFiVn5tLtu0fMeSHedf5/OUjHzsEUMxQkBX+EVq8Su5Vv42pV uGLPWWfi5v+1rBwLVZORLRwaeQ+sOcwKoZlLSMnHUWu+Yt7tSiMVcP7j9cYHQyKDT9BU 1gnkfbRQehwFQtPIYgrJ2BywtZNLOnBYBGNKE=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <264542.53227.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <d47704fc0910220322k212b7445r56fed94c73219210@xxxxxxxxxxxxxx> <264542.53227.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
It should be

yum groupinstall “Development Tools”

--
Mr. Teo En Ming (Zhang Enming) Dip(Mechatronics) BEng(Hons)(Mechanical Engineering)
Alma Maters:
(1) Singapore Polytechnic
(2) National University of Singapore
Blog URL: http://teo-en-ming-aka-zhang-enming.blogspot.com
Email: space.time.universe@xxxxxxxxx
MSN: teoenming@xxxxxxxxxxx
Mobile Phone: +65-9648-9798
Street: Bedok Reservoir Road
Republic of Singapore

On Thu, Oct 22, 2009 at 7:09 PM, Fasiha Ashraf <feehapk@xxxxxxxxxxx> wrote:
Which platform are you using? Fedora or debian? which version? Below are some basic steps of building it with pv os kernel in a fedora11 platform:-
  1. Be certain you have dev tools installed: ‘yum install “Development Tools”‘
  2. You’ll also need: ‘yum install mercurial gitk dev86 vnc-server bridge-utils zlib-devel openssl-devel python-devel libX11-devel ncurses-devel’

Build / Install Xen

  1. cd /usr/src
  2. hg clone http://xenbits.xensource.com/xen-3.4-testing.hg
  3. cd xen-3.4-testing.hg
  4. make xen
  5. make install-xen
  6. make tools
  7. make install-tools

Build PV Ops Kernel

  1. cd /usr/src/kernels
  2. git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen
  3. cd linux-2.6-xen
  4. git checkout origin/xen-tip/master -b xen-tip/master
  5. make menuconfig (Check the Xen options, I’m too tired to go over them all)
  6. make
  7. make modules_install install

Create a Grub Entry:

title Xen 3.4 / Fedora kernel 2.6.30-rc6-tip
kernel /boot/xen-3.4.gz
module /boot/vmlinuz-2.6.30-rc6-tip root=/dev/mapper/VolGroup01/vg_fedora11 ro
module /boot/initrd-2.6.30-rc6-tip.img

Add Entry to /etc/fstab

none /proc/xen xenfs defaults 0 0

Reboot and there ya go…

I still need to bring up the python tools like virt-install and virsh, maybe after I get a break.


Regards,
Fasiha Ashraf

--- On Thu, 22/10/09, Ahmad Hassan <ahmad.hassan@xxxxxxxxx> wrote:

From: Ahmad Hassan <ahmad.hassan@xxxxxxxxx>
Subject: [Xen-users] Building Vanilla source 2.6.31.4 with XEN hypervisor
To: xen-users@xxxxxxxxxxxxxxxxxxx
Date: Thursday, 22 October, 2009, 3:22 PM


Hi,

I want to build fresh vanilla source 2.6.31.4 with XEN dom0 hypervisor. Can anyone please help me out on this.

Thanks.

--
Best Regards, Hassan
http://cern.ch/ahmadh/portfolio

Erasmus Student
The University of Reading, UK
Aristotle University of Thessaloniki, Greece
The University Of Carlos III, Madrid Spain


-----Inline Attachment Follows-----

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users


Keep up with people you care about with Yahoo! India Mail. Learn how.

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users




_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users