All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ritu kaur <ritu.kaur.us@gmail.com>
To: Sander Eikelenboom <linux@eikelenboom.it>
Cc: xen-devel@lists.xensource.com
Subject: Re: domU guest for xcp 0.1.1
Date: Sun, 14 Mar 2010 13:29:29 -0700	[thread overview]
Message-ID: <29b32d341003141329v3c6a73c0y8030cf3c6736634c@mail.gmail.com> (raw)
In-Reply-To: <112460240.20100314121540@eikelenboom.it>


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

Hi Sander,

Thanks, I enabled DOM0 and other backend drivers along with pci frontend in
.config file. I am able to get it build. However, I having additional
questions, inputs appreciated.

1. can this kernel be used in any linux distribution? I have Debian Lenny as
DomU?

2. In Debian Lenny /boot/grub/menu.lst, I have
title           Debian GNU/Linux, kernel 2.6.26-2-686-bigmem
root            (hd0,0)
kernel          /boot/vmlinuz-2.6.26-2-686-bigmem root=/dev/xvda1 ro
console=hvc0 quiet
initrd          /boot/initrd.img-2.6.26-2-686-bigmem

but the kernel image built in arch/i386/boot is bzImage. Does "make
modules_install" and "make install" take care of it, since I am not sure I
haven't tried it.

Basically, my question boils down to

1. Can I use bzImage in debian lenny,
2. does make install take care of configuring it


Thanks

On Sun, Mar 14, 2010 at 4:15 AM, Sander Eikelenboom <linux@eikelenboom.it>wrote:

> Hello Ritu,
>
> There are some problems with pci.h, i have also reported this to Konrad.
> As a workaround you can enable dom0 support in these kernels, then they
> compile fine in my case.
>
> --
>
> Sander
>
>
> Sunday, March 14, 2010, 2:43:23 AM, you wrote:
>
> > I followed the steps mentioned in  wiki to pull xen code to compile domU
> > kernel from
>
> > 1. xen/master, I get following compilation errors. I do see in xen-devel
> > forum someone else has reported similar issue but no solution yet(patch
> > provided by Konrad has followup errors)
>
> > CC [M]  drivers/watchdog/machzwd.o
> >   CC [M]  drivers/watchdog/sbc_epx_c3.o
> >   CC [M]  drivers/watchdog/softdog.o
> >   CC      drivers/xen/grant-table.o
> >   CC      drivers/xen/features.o
> >   CC      drivers/xen/events.o
> > drivers/xen/events.c:605: error: redefinition of ‘xen_destroy_irq’
> > /root/kernel/linux.2-6.xen/arch/x86/include/asm/xen/pci.h:29: error:
> > previous definition of ‘xen_destroy_irq’ was here
> > drivers/xen/events.c:637: error: redefinition of ‘xen_create_msi_irq’
> > /root/kernel/linux.2-6.xen/arch/x86/include/asm/xen/pci.h:25: error:
> > previous definition of ‘xen_create_msi_irq’ was here
> > make[2]: *** [drivers/xen/events.o] Error 1
> > make[1]: *** [drivers/xen] Error 2
> > make: *** [drivers] Error 2
>
> > 2. xen/stable, I get following errors
>
> >  CC      drivers/pci/xen-pcifront.o
> > drivers/pci/xen-pcifront.c:373: error: variable ‘pci_frontend_ops’
> has
> > initializut incomplete type
> > drivers/pci/xen-pcifront.c:374: error: unknown field ‘enable_msi’
> > specified in ializer
> > drivers/pci/xen-pcifront.c:374: warning: excess elements in struct
> > initializer
> > drivers/pci/xen-pcifront.c:374: warning: (near initialization for
> > ‘pci_frontend_op)’
> > drivers/pci/xen-pcifront.c:375: error: unknown field ‘disable_msi’
> > specified in ializer
> > drivers/pci/xen-pcifront.c:375: warning: excess elements in struct
> > initializer
> > drivers/pci/xen-pcifront.c:375: warning: (near initialization for
> > ‘pci_frontend_op)’
> > drivers/pci/xen-pcifront.c:376: error: unknown field ‘enable_msix’
> > specified in ializer
> > drivers/pci/xen-pcifront.c:376: warning: excess elements in struct
> > initializer
> > drivers/pci/xen-pcifront.c:376: warning: (near initialization for
> > ‘pci_frontend_op)’
> > drivers/pci/xen-pcifront.c:377: error: unknown field ‘disable_msix’
> > specified intializer
> > drivers/pci/xen-pcifront.c:377: warning: excess elements in struct
> > initializer
> > drivers/pci/xen-pcifront.c:377: warning: (near initialization for
> > ‘pci_frontend_op)’
> > drivers/pci/xen-pcifront.c: In function ‘pci_frontend_registrar’:
> > drivers/pci/xen-pcifront.c:383: error: ‘xen_pci_frontend’ undeclared
> > (first use his function)
> > drivers/pci/xen-pcifront.c:383: error: (Each undeclared identifier is
> > reported only once
> > drivers/pci/xen-pcifront.c:383: error: for each function it appears in.)
> > make[2]: *** [drivers/pci/xen-pcifront.o] Error 1
> > make[1]: *** [drivers/pci] Error 2
> > make: *** [drivers] Error 2
>
> > Kindly let me know how to proceed on this.
>
> > Thanks
>
>
>
> --
> Best regards,
>  Sander                            mailto:linux@eikelenboom.it
>
>

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

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

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

  reply	other threads:[~2010-03-14 20:29 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-12 17:10 domU guest for xcp 0.1.1 Ritu kaur
2010-03-12 17:51 ` Pasi Kärkkäinen
2010-03-13  1:51   ` Ritu kaur
2010-03-13 11:18     ` Pasi Kärkkäinen
2010-03-13 16:09       ` Ritu kaur
2010-03-13 16:41         ` Pasi Kärkkäinen
2010-03-14  1:43           ` Ritu kaur
2010-03-14  9:04             ` pvops xen/master and xen/stable domU kernel compilation errors Pasi Kärkkäinen
2010-03-14 11:15             ` domU guest for xcp 0.1.1 Sander Eikelenboom
2010-03-14 20:29               ` Ritu kaur [this message]
2010-03-14 20:52                 ` Sander Eikelenboom
2010-03-15  1:40                   ` Ritu kaur
2010-03-15  3:30                     ` Ritu kaur
2010-03-15  8:44                       ` Ian Campbell
2010-03-15 13:42                         ` Ritu kaur
2010-03-15 13:44                           ` Ian Campbell
2010-03-15 13:46                             ` Ritu kaur
2010-03-16  2:04                               ` Ritu kaur
2010-03-16  7:37                                 ` Ian Campbell
2010-03-16 15:23                                   ` Pasi Kärkkäinen
2010-03-16 23:25                                     ` Ritu kaur
2010-03-17 18:44                                       ` Ritu kaur
2010-03-18  9:17                                         ` Ian Campbell
2010-03-18 13:43                                           ` Ritu kaur
2010-03-18 14:11                                             ` Ian Campbell
2010-03-18 14:23                                               ` Ritu kaur
2010-03-18 14:27                                                 ` Ian Campbell
2010-03-18 14:32                                                   ` Ian Campbell
2010-03-18 14:39                                               ` Konrad Rzeszutek Wilk
2010-03-18 15:28                                                 ` Ritu kaur
2010-03-18 16:26                                                   ` Konrad Rzeszutek Wilk
2010-03-19 15:27                                                     ` Ritu kaur
2010-03-21  1:50                                                       ` Ritu kaur
2010-03-21 17:22                                                         ` Ritu kaur
2010-03-21 18:41                                                           ` Pasi Kärkkäinen
2010-03-21 21:21                                                             ` Ritu kaur
2010-03-22  8:58                                                               ` Pasi Kärkkäinen
2010-03-22 21:02                                                                 ` Ritu kaur
2010-03-22 21:09                                                                   ` Pasi Kärkkäinen
2010-03-23 20:21                                                                     ` Ritu kaur
2010-03-26 19:11                                                                       ` Ritu kaur
2010-03-27 18:28                                                                         ` Ritu kaur
2010-03-27 18:43                                                                           ` Pasi Kärkkäinen
2010-03-28  1:32                                                                             ` Ritu kaur
2010-03-28  3:21                                                                               ` Ritu kaur
2010-03-28 11:34                                                                                 ` Pasi Kärkkäinen
2010-03-28 11:55                                                                                   ` Pasi Kärkkäinen
2010-03-31  0:28                                                                                     ` Ritu kaur
2010-03-31  1:07                                                                                       ` Ritu kaur
2010-03-31  6:30                                                                                         ` Pasi Kärkkäinen
2010-03-31 13:15                                                                                           ` Ritu kaur
2010-03-31 13:42                                                                                             ` Konrad Rzeszutek Wilk
2010-03-31 13:55                                                                                               ` Ritu kaur
2010-03-31 14:39                                                                                                 ` Pasi Kärkkäinen
2010-03-31 21:10                                                                                                   ` Ritu kaur
2010-04-01 12:48                                                                                                     ` Ritu kaur
2010-04-05 14:10                                                                                                       ` Ritu kaur
2010-04-05 17:00                                                                                                         ` Konrad Rzeszutek Wilk
2010-04-06  4:00                                                                                                           ` Ritu kaur
2010-04-06  6:03                                                                                                             ` Pasi Kärkkäinen
2010-04-06 13:31                                                                                                               ` Ritu kaur
2010-04-09 15:53                                                                                                                 ` Ritu kaur
2010-04-11 17:11                                                                                                                   ` Ritu kaur
2010-04-12 14:04                                                                                                                     ` Konrad Rzeszutek Wilk
2010-04-12 22:14                                                                                                                       ` Ritu kaur
2010-04-13  8:34                                                                                                                         ` Ian Campbell
2010-04-13 22:06                                                                                                                           ` Ritu kaur
2010-04-14  8:48                                                                                                                             ` Ian Campbell
2010-03-28 11:33                                                                               ` Pasi Kärkkäinen
2010-03-31 23:23                                   ` Ritu kaur

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=29b32d341003141329v3c6a73c0y8030cf3c6736634c@mail.gmail.com \
    --to=ritu.kaur.us@gmail.com \
    --cc=linux@eikelenboom.it \
    --cc=xen-devel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.