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] make-kpkg (Debian based tool) does not build xen patched

To: Mike Viau <viaum@xxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] make-kpkg (Debian based tool) does not build xen patched kernel‏
From: Richie <listmail@xxxxxxxxxxxx>
Date: Wed, 15 Sep 2010 00:15:55 -0400
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 14 Sep 2010 21:17:18 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4C904523.3010902@xxxxxxxxxxxx>
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: <BAY148-w789DAFB1E2AF8AC8582FEEF780@xxxxxxx>, <2434-4c902300-9-4f88e180@22441740> <BAY148-w46CC8D083A2AC7C7B355FCEF790@xxxxxxx> <4C904523.3010902@xxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.23 (X11/20090817)
P.S. It looks like Win32 Thunderbird mail client has added windows line endings upon attaching it to the previous email. Trying again from another box.

listmail wrote:
I don't see your exact errors but if our make-kpkg build issues are the same then I am pretty sure my makefile hack still works on 2.6.34 + andrew's patches. Check out attached file; you would apply it with 'patch -p0 < makefile.hack' while inside the kernel source directory.

On 9/14/2010 9:55 PM, Mike Viau wrote:
> On Date: Wed, 15 Sep 2010 02:35:08 +0100 <mark@xxxxxxxxxxxxxxxxxx> wrote:
>
> Apologies for slightly O/T on this, as I can't provide any help.
>
> I would like to ask why you don't want to use pvops squeeze kernel? is it missing something you need? (hardware in kernel >2.6.32?)
>

I need usbback support for pvusb so that I pass (back and forth) usb devices. I have already tried the pvops squeeze kernel for this.

Also I understand performance is better with the Xenlinux Dom0 kernels, although the pvops one has come a long way in terms of performance :)



_______________________________________________
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

--- arch/x86/Makefile.orig      2010-05-02 12:24:38.000000000 -0400
+++ arch/x86/Makefile   2010-05-02 12:27:01.000000000 -0400
@@ -155,18 +155,19 @@
 LDFLAGS_vmlinux := -e startup_64
 endif
 
-# Default kernel to build
-all: vmlinuz
+endif
+## Default kernel to build
+#all: vmlinuz
 
-# KBUILD_IMAGE specifies the target image being built
-KBUILD_IMAGE := $(boot)/vmlinuz
+## KBUILD_IMAGE specifies the target image being built
+#KBUILD_IMAGE := $(boot)/vmlinuz
 
-vmlinuz: vmlinux
-       $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE)
-       $(Q)mkdir -p $(objtree)/arch/$(UTS_MACHINE)/boot
-       $(Q)ln -fsn ../../x86/boot/$@ $(objtree)/arch/$(UTS_MACHINE)/boot/$@
-else
-# Default kernel to build
+#vmlinuz: vmlinux
+#      $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE)
+#      $(Q)mkdir -p $(objtree)/arch/$(UTS_MACHINE)/boot
+#      $(Q)ln -fsn ../../x86/boot/$@ $(objtree)/arch/$(UTS_MACHINE)/boot/$@
+#else
+## Default kernel to build
 all: bzImage
 
 # KBUILD_IMAGE specify target image being built
@@ -176,7 +177,7 @@
        $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE)
        $(Q)mkdir -p $(objtree)/arch/$(UTS_MACHINE)/boot
        $(Q)ln -fsn ../../x86/boot/bzImage 
$(objtree)/arch/$(UTS_MACHINE)/boot/$@
-endif
+#endif
 
 $(BOOT_TARGETS): vmlinux
        $(Q)$(MAKE) $(build)=$(boot) $@
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users