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

Re: [Xen-devel] Re: [Xen-users] About profiling xen

To: Pasi Kärkkäinen <pasik@xxxxxx>
Subject: Re: [Xen-devel] Re: [Xen-users] About profiling xen
From: Fasiha Ashraf <feehapk@xxxxxxxxxxx>
Date: Thu, 1 Oct 2009 15:14:59 +0530 (IST)
Cc: "Fajar A." <fajar@xxxxxxxxx>, xen <xen-devel@xxxxxxxxxxxxxxxxxxx>, xen-users@xxxxxxxxxxxxxxxxxxx, Marco Tizzoni <marco.tizzoni@xxxxxxxxx>
Delivery-date: Thu, 01 Oct 2009 02:46:03 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.in; s=s1024; t=1254390300; bh=+3QVeOylDMiK4aseCia6v9KMDevLf2NPf4l0NceIsZE=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=tUZ3E+r/G2bshFdqjmRDNJzTjX27PHaBwJqMnmzdKRQw3vyjIy7CSmlQqxidHVMtzkZhk2WPNLmdwixCutd6ffRxh/wM99/Pir11rc9Nmt6Ox/PsGlrC5mIRpA5ZtweKzOUbOryUReuYlAMhvfmxfVRKjhrWtlSGBLa/I8FTKgw=
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.in; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=vcR8cutYbD36eZaNnzwchyP3Z9hCaZr/rxhK4GWAS4kdfG3DqpI3p9s8kGX/wL8FLsAZigQ2YOB9/n+XClvuuLgRcSvzF6EVYRrzEWgbx9Gq1ExkIy0UA95H42Tfdk4ryrlt2RZ9/godTl0AL0TB36lZJjmCTFgqbxzTh6XtSAM=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20090930092347.GH1434@xxxxxxxxxxx>
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
While compiling Xen3.4 with linux kernel 2.6.31.1 At the end of build it gives me a warning "WARNING: Package 'fig2dev' is required=     to build Xen documentation" What does that mean? Is that of no harm or it will effect the performance and working of hypervisor in future?
I follow these steps for compilation

hg clone http://xenbits.xensource.com/xen-unstable.hg

hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg

cd xen-unstable.hg

make world

make install


this is how  my /boot contains

-rw-r--r-- 1 root root 68783 2009-10-01 13:45 config-2.6.31.1

-rw-r--r-- 1 root root 1882027 2009-10-01 13:45 System.map-2.6.31.1

-rw-r--r-- 1 root root 4437728 2009-10-01 13:45 vmlinuz-2.6.31.1

lrwxrwxrwx 1 root root 19 2009-10-01 13:44 xen-3.5.gz -> xen-3.5-unstable.gz

-rw-r--r-- 1 root root 517162 2009-10-01 13:44 xen-3.5-unstable.gz

lrwxrwxrwx 1 root root 19 2009-10-01 13:44 xen-3.gz -> xen-3.5-unstable.gz

lrwxrwxrwx 1 root root 19 2009-10-01 13:44 xen.gz -> xen-3.5-unstable.gz

-rw-r--r-- 1 root root 7370192 2009-10-01 13:44 xen-syms-3.5-unstable

there is no entry in grub.conf should I add it myself?

Regards
Fasiha Ashraf

--- On Wed, 30/9/09, Pasi K�k�en <pasik@xxxxxx> wrote:

From: Pasi K�k�en <pasik@xxxxxx>
Subject: Re: [Xen-devel] Re: [Xen-users] About profiling xen
To: "Fasiha Ashraf" <feehapk@xxxxxxxxxxx>
Cc: "Marco Tizzoni" <marco.tizzoni@xxxxxxxxx>, "Fajar A." <fajar@xxxxxxxxx>, "xen" <xen-devel@xxxxxxxxxxxxxxxxxxx>, xen-users@xxxxxxxxxxxxxxxxxxx
Date: Wednesday, 30 September, 2009, 2:23 PM

On Wed, Sep 30, 2009 at 02:46:46PM +0530, Fasiha Ashraf wrote:
>    Thanks alot for the useful information. I will give it a try what is
>    suggested.
>    Kindly tell me one more thing. I dont found "xenbr0" interface while
>    running "ifconfig -a" command in "dom0". It doesn't come with xen3.4.2 and
>    FC11 pv os kernel 2.6.30-rc6-tip or there's some problem here on my side?
>

Btw you should use 2.6.31 pv_ops dom0 kernel (from xen/master) branch,
since that's the only "supported" and maintained branch now.

-- Pasi

>    Regards,
>    Fasiha Ashraf
>
>    --- On Wed, 30/9/09, Marco Tizzoni <marco.tizzoni@xxxxxxxxx> wrote:
>
>      From: Marco Tizzoni <marco.tizzoni@xxxxxxxxx>
>      Subject: Re: [Xen-devel] Re: [Xen-users] About profiling xen
>      To: "Pasi K�k�en" <pasik@xxxxxx>
>      Cc: "Fajar A." <fajar@xxxxxxxxx>, "Fasiha Ashraf" <feehapk@xxxxxxxxxxx>,
>      "xen" <xen-devel@xxxxxxxxxxxxxxxxxxx>, xen-users@xxxxxxxxxxxxxxxxxxx
>      Date: Wednesday, 30 September, 2009, 12:45 PM
>
>      On Wed, Sep 30, 2009 at 8:40 AM, Marco Tizzoni
>      <[1]marco.tizzoni@xxxxxxxxx> wrote:
>      > On Wed, Sep 30, 2009 at 8:37 AM, Pasi K�k�en <[2]pasik@xxxxxx>
>      wrote:
>      >> 250 per second.. sounds like kernel HZ value?
>      >
>      > Yes, infact I'm going to test it with 1000Khz. Stay tuned.
>
>      Building dom0 kernel with 1000hz the rate reach 1k. Ok, one point. Then?
>      Why this behaviour occurs only on xenolinux?
>
>      m-
>
>      _______________________________________________
>      Xen-devel mailing list
>      [3]Xen-devel@xxxxxxxxxxxxxxxxxxx
>      [4]http://lists.xensource.com/xen-devel
>
>    --------------------------------------------------------------------------
>
>    Now, send attachments up to 25MB with Yahoo! India Mail. [5]Learn how.
>
> References
>
>    Visible links
>    1. file:///mc/compose?to=marco.tizzoni@xxxxxxxxx
>    2. file:///mc/compose?to=pasik@xxxxxx
>    3. file:///mc/compose?to=Xen-devel@xxxxxxxxxxxxxxxxxxx
>    4. http://lists.xensource.com/xen-devel
>    5. http://in.rd.yahoo.com/tagline_galaxy_2/*http:/in.overview.mail.yahoo.com/photos


Try the new Yahoo! India Homepage. Click here.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users