Is linux-2.6-xen.hg still too bleeding edge to actually build successfully? It has been failing for me with the following message: LD arch/i386/lib/built-in.o CC arch/i386/lib/bitops.o AS arch/i386/lib/checksum.o CC arch/i386/lib/delay.o AS arch/i386/lib/getuser.o CC arch/i386/lib/memcpy.o AS arch/i386/lib/putuser.o CC arch/i386/lib/strstr.o CC arch/i386/lib/usercopy.o AR arch/i386/lib/lib.a GEN .version CHK include/linux/compile.h UPD include/linux/compile.h CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 drivers/built-in.o: In function `get_new_vector'':msi.c:(.text+0x8d82): undefined reference to `interrupt'' :msi.c:(.text+0x8d8e): undefined reference to `set_intr_gate'' This is after I do a make menuconfig, select XEN subarch and privileged domain (I also have to disable a RIO character driver to get beyond an early build failure.) I''m using linux-2.6-xen.hg ''cos I want 2.6.14, and the standard xen-unstable tree no longer builds successfully against a debian 2.6.12 source tree. I haven''t tried grabbing 2.6.12 vanilla to see if that fixes things. Tim:> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On Wed, Nov 23, 2005 at 02:40:27PM -0500, Tim Durack wrote:> Is linux-2.6-xen.hg still too bleeding edge to actually build successfully?it should build for what we support.> drivers/built-in.o: In function `get_new_vector'':msi.c:(.text+0x8d82): > undefined reference to `interrupt'' > :msi.c:(.text+0x8d8e): undefined reference to `set_intr_gate'' > > This is after I do a make menuconfig, select XEN subarch and privileged > domain (I also have to disable a RIO character driver to get beyond an early > build failure.)you need to desactivate PCI_MSI. Currently Xen doesn''t support MSI see: http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=49 I''ll make sure that we cannot select it for now on. which RIO character driver are you trying to build and what is the build failure ? Cheers, -- Vincent Hanquez _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On 11/23/05, Vincent Hanquez <vincent.hanquez@cl.cam.ac.uk> wrote:> > On Wed, Nov 23, 2005 at 02:40:27PM -0500, Tim Durack wrote: > > Is linux-2.6-xen.hg still too bleeding edge to actually build > successfully? > > it should build for what we support. > > > drivers/built-in.o: In function `get_new_vector'':msi.c:(.text+0x8d82): > > undefined reference to `interrupt'' > > :msi.c:(.text+0x8d8e): undefined reference to `set_intr_gate'' > > > > This is after I do a make menuconfig, select XEN subarch and privileged > > domain (I also have to disable a RIO character driver to get beyond an > early > > build failure.) > > you need to desactivate PCI_MSI. Currently Xen doesn''t support MSI > see: http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=49 > > I''ll make sure that we cannot select it for now on.I''ll try deselecting that. which RIO character driver are you trying to build and what is the> build failure ?I''m not trying to build it, the build failed if I didn''t disable it. I think it was the only character device with the name Rio in it. I''ll check tonight. Thanks for your help. Tim:> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
> > > > you need to desactivate PCI_MSI. Currently Xen doesn''t support MSI > > see: http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=49 > > > > I''ll make sure that we cannot select it for now on. > >This fixed the build for me. It would be great if the default config was for a privileged domain, and included -xen as the version extension. USB no longer works, but I can live without that for now. Tim:> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Hmm. Recent linux-2.6-xen.hg no longer boots as Dom0. The reboot happens so quick I don''t get to see any debug output. Any ideas what I can try? On 11/24/05, Tim Durack <tdurack@gmail.com> wrote:> > > > > you need to desactivate PCI_MSI. Currently Xen doesn''t support MSI > > > see: http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=49 > > > > > > I''ll make sure that we cannot select it for now on. > > > > > This fixed the build for me. > > It would be great if the default config was for a privileged domain, and > included -xen as the version extension. > > USB no longer works, but I can live without that for now. > > Tim:> > >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Aha! linux-2.6-xen is working again. Thanks to whoever fixed it. Even my connexant/linuxant winmodem is working. Remarkable. Who says Xen isn''t ready for the desktop? Now I just need cpufreq scaling and for the laptop to actually poweroff when told to... Tim:> _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Sorry if I mislead you - 2.6.14 Dom0 boots, but won''t boot for guests, due to the lack of PTY devices as you mentioned. (I was still booting 2.6.12.6 guests without realising because I hadn''t modified my guest config files.) Tim:> On 12/8/05, Paul Dorman <paul.dorman@solnetsolutions.co.nz> wrote:> > Hi Tim, > > could you let me know the build process for this branch? I''ve built and > it works for dom0, but domu machines don''t have any PTY devices for > terminals. When I turn on Xen-compatible in Subarchitecture Type most of > the device drivers are removed, including PTY character devices. > > Thanks in advance, > Paul > > On Thu, 2005-12-08 at 14:13 -0500, Tim Durack wrote: > > Aha! linux-2.6-xen is working again. Thanks to whoever fixed it. > > > > Even my connexant/linuxant winmodem is working. Remarkable. Who says > > Xen isn''t ready for the desktop? > > Now I just need cpufreq scaling and for the laptop to actually > > poweroff when told to... > > > > Tim:> > > _______________________________________________ > > Xen-devel mailing list > > Xen-devel@lists.xensource.com > > http://lists.xensource.com/xen-devel > > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.2 (GNU/Linux) > > iD8DBQBDmLbHB8Id2hG6URURAkSVAKCWm+hx9/LKdHqfg1m3EvvnJiem7ACfcCH0 > blPoXE5Ga5jnVu04T+S5jIc> =g71V > -----END PGP SIGNATURE----- > > >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel