xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Onkar Mahajan <kern.devel@gmail.com>
To: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: Joseph Coleman <joe.coleman@infinitecampus.com>,
	"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
	"xen-users@lists.xensource.com" <xen-users@lists.xensource.com>
Subject: Re: [Xen-devel] Re: [Xen-tools] Unable to start xend
Date: Tue, 30 Mar 2010 23:16:04 +0530	[thread overview]
Message-ID: <686a81951003301046g58349a90g3c5adb21f0618e39@mail.gmail.com> (raw)
In-Reply-To: <20100330172526.GA16788@phenom.dumpdata.com>


[-- Attachment #1.1: Type: text/plain, Size: 2052 bytes --]

I have followed the instructions in
http://wiki.xensource.com/xenwiki/XenParavirtOps /
Using Xen/paravirt_ops

Building with domU support
exactly ..

  1. Get a current kernel. The latest kernel.org kernel is generally a good
choice.
   Done

   2. Configure as normal; you can start with your current .config file
   Done

   3. If building 32 bit kernel make sure you have CONFIG_X86_PAE enabled
(which is set by selecting CONFIG_HIGHMEM64G)
   CONFIG_HIGHMEM64G=y,CONFIG_X86_PAE=y
   Done

          * 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
         Done - CONFIG_PARAVIRT_GUEST=y
         2. CONFIG_XEN
         Done - CONFIG_XEN=y

   5. And Xen pv device support
         1. CONFIG_HVC_DRIVER and CONFIG_HVC_XEN
         Done - CONFIG_HVC_DRIVER=y
         Done - CONFIG_HVC_XEN=y

         2. CONFIG_XEN_BLKDEV_FRONTEND
         Done - CONFIG_XEN_BLKDEV_FRONTEND=y

         3. CONFIG_XEN_NETDEV_FRONTEND
         Done - CONFIG_XEN_NETDEV_FRONTEND=y

   6. And build as usual
      make oldconfig, make -j2 bzImage modules , make -j2 modules_install ,
make install

On Tue, Mar 30, 2010 at 10:55 PM, Konrad Rzeszutek Wilk <
konrad.wilk@oracle.com> wrote:

> On Tue, Mar 30, 2010 at 10:39:03PM +0530, Onkar Mahajan wrote:
> > On Tue, Mar 30, 2010 at 10:33 PM, Joseph Coleman <
> > joe.coleman@infinitecampus.com> wrote:
> >
> > >  Hate to ask but I assume your booting from the XEN Kernel and are
> using
> > > an account with the appropriate permissions to run Xend?
> > >
> > Yes,  this is latest xen ( compiled from git clone git://
> > git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen )
> and I
> > am running under root
> > privileges.
>
> I think you are confusing Linux pvops from the git tree above and Xen.
> There are two seperate
> products.
>
> Look at http://wiki.xensource.com/xenwiki/XenParavirtOps
> and pay especailly attention in the grub line. You NEED xen.gz in it.
>
>

[-- Attachment #1.2: Type: text/html, Size: 3066 bytes --]

[-- Attachment #2: Type: text/plain, Size: 137 bytes --]

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

  reply	other threads:[~2010-03-30 17:46 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-30 16:38 Unable to start xend Onkar Mahajan
2010-03-30 17:03 ` [Xen-tools] " Joseph Coleman
2010-03-30 17:09   ` Onkar Mahajan
2010-03-30 17:25     ` Konrad Rzeszutek Wilk
2010-03-30 17:46       ` Onkar Mahajan [this message]
2010-03-30 17:58         ` Konrad Rzeszutek Wilk
2010-03-31  7:15           ` Onkar Mahajan
2010-03-31 14:19             ` Konrad Rzeszutek Wilk
2010-03-31 14:41               ` Pasi Kärkkäinen
2010-03-31 14:42               ` [Xen-devel] " Onkar Mahajan
2010-03-31 15:11                 ` Pasi Kärkkäinen
2010-03-31 15:55                   ` Onkar Mahajan
2010-03-31 15:14                 ` [Xen-users] " Boris Derzhavets
2010-03-30 18:07         ` Boris Derzhavets
2010-03-30 18:13           ` [Xen-devel] " Konrad Rzeszutek Wilk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=686a81951003301046g58349a90g3c5adb21f0618e39@mail.gmail.com \
    --to=kern.devel@gmail.com \
    --cc=joe.coleman@infinitecampus.com \
    --cc=konrad.wilk@oracle.com \
    --cc=xen-devel@lists.xensource.com \
    --cc=xen-users@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).