From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boris Derzhavets Subject: Build vmlinuz-2.6.29-rc5-tip Date: Tue, 17 Feb 2009 03:58:45 -0800 (PST) Message-ID: <647346.59661.qm@web56101.mail.re3.yahoo.com> References: <1234864748.30137.131.camel@zakaz.uk.xensource.com> Reply-To: bderzhavets@yahoo.com Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1969513547==" Return-path: In-Reply-To: <1234864748.30137.131.camel@zakaz.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Campbell Cc: Jeremy Fitzhardinge , "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org --===============1969513547== Content-Type: multipart/alternative; boundary="0-1995629401-1234871925=:59661" --0-1995629401-1234871925=:59661 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable It works fine. Thank you once again =A0 root@ServerXen331:/usr/src# mkdir linux.trees.git || exit -1 root@ServerXen331:/usr/src# cd linux.trees.git root@ServerXen331:/usr/src/linux.trees.git# git init Initialized empty Git repository in /usr/src/linux.trees.git/.git/ root@ServerXen331:/usr/src/linux.trees.git# git remote add linus git://git.= kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git root@ServerXen331:/usr/src/linux.trees.git# git remote add tip git://git.ke= rnel.org/pub/scm/linux/kernel/git/jeremy/xen.git root@ServerXen331:/usr/src/linux.trees.git# git remote update Updating linus warning: no common commits remote: Counting objects: 1068144, done. remote: Compressing objects: 100% (178196/178196), done. remote: Total 1068144 (delta 890175), reused 1062206 (delta 885050) Receiving objects: 100% (1068144/1068144), 258.76 MiB | 26 KiB/s, done. Resolving deltas: 100% (890175/890175), done. . . . . . . . . . .=20 Updating tip remote: Counting objects: 19569, done. remote: Compressing objects: 100% (7482/7482), done. remote: Total 18172 (delta 14981), reused 12843 (delta 10122) Receiving objects: 100% (18172/18172), 3.54 MiB | 107 KiB/s, done. Resolving deltas: 100% (14981/14981), completed with 1157 local objects. >>From git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen * [new branch] acpi/map -> tip/acpi/map * [new branch] mainline/mm -> tip/mainline/mm * [new branch] mainline/net -> tip/mainline/net * [new branch] master -> tip/master * [new branch] push/xen/dom0/core -> tip/push/xen/dom0/core * [new branch] tip/fixups -> tip/tip/fixups * [new branch] x86/apic -> tip/x86/apic * [new branch] x86/cpa -> tip/x86/cpa * [new branch] x86/unify -> tip/x86/unify * [new branch] x86/unify-base -> tip/x86/unify-base * [new branch] x86/unify-irq -> tip/x86/unify-irq * [new branch] x86/unify-irq-base -> tip/x86/unify-irq-base * [new branch] x86/unify-kmemcheck -> tip/x86/unify-kmemcheck * [new branch] x86/unify-kmemcheck-base -> tip/x86/unify-kmemcheck-base * [new branch] x86/untangle -> tip/x86/untangle * [new branch] x86/untangle2 -> tip/x86/untangle2 * [new branch] xen/core -> tip/xen/core * [new branch] xen/dev-evtchn -> tip/xen/dev-evtchn * [new branch] xen/dom0/apic -> tip/xen/dom0/apic * [new branch] xen/dom0/backend/blkback -> tip/xen/dom0/backend/blkback * [new branch] xen/dom0/backend/core -> tip/xen/dom0/backend/core * [new branch] xen/dom0/backend/netback -> tip/xen/dom0/backend/netback * [new branch] xen/dom0/core -> tip/xen/dom0/core * [new branch] xen/dom0/hackery -> tip/xen/dom0/hackery * [new branch] xen/dom0/mtrr -> tip/xen/dom0/mtrr * [new branch] xen/dom0/pci -> tip/xen/dom0/pci * [new branch] xen/dom0/swiotlb -> tip/xen/dom0/swiotlb * [new branch] xen/dom0/xenfs -> tip/xen/dom0/xenfs * [new branch] xen/frontend/blkfront -> tip/xen/frontend/blkfront * [new branch] xen/fs -> tip/xen/fs * [new branch] xen/hg-queue-import -> tip/xen/hg-queue-import * [new branch] xen/irq -> tip/xen/irq * [new branch] xen/master -> tip/xen/master * [new branch] xen/pvhvm -> tip/xen/pvhvm * [new branch] xen/xenbus -> tip/xen/xenbus . . . . . . root@ServerXen331:/usr/src/linux.trees.git# git checkout -b xen-latest=A0 t= ip/xen/dom0/hackery warning: You appear to be on a branch yet to be born. warning: Forcing checkout of tip/master. Checking out files: 100% (26687/26687), done. Branch tip-latest set up to track remote branch refs/remotes/tip/master. Switched to a new branch "xen-latest" =A0 make menuconfig # Activate Xen Dom0 support make make modules_install install =A0 Already loaded under Xen-Unstable and tested via Solaris Nevada 106 PV DomU installation. =0A=0A=0A --0-1995629401-1234871925=:59661 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
It works fine.
Thank you once again
 
root@ServerXen331:/usr/src# mkdir linux.trees.git || exit -1
root@S= erverXen331:/usr/src# cd linux.trees.git
root@ServerXen331:/usr/src/linu= x.trees.git# git init
Initialized empty Git repository in /usr/src/linux= .trees.git/.git/
root@ServerXen331:/usr/src/linux.trees.git# git remote = add linus git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.= git
root@ServerXen331:/usr/src/linux.trees.git# git remote add tip git:/= /git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
root@ServerXen33= 1:/usr/src/linux.trees.git# git remote update
Updating linus
warning:= no common commits
remote: Counting objects: 1068144, done.
remote: C= ompressing objects: 100% (178196/178196), done.
remote: Total 1068144 (d= elta 890175), reused 1062206 (delta 885050)
Receiving objects: 100% (106= 8144/1068144), 258.76 MiB | 26 KiB/s, done.
Resolving deltas: 100% (8901= 75/890175), done.

. . . . . . . . . .


Updating tip
remote: Counting objects: 19569, done.
remote: Compressing objec= ts: 100% (7482/7482), done.
remote: Total 18172 (delta 14981), reused 12= 843 (delta 10122)
Receiving objects: 100% (18172/18172), 3.54 MiB | 107 = KiB/s, done.
Resolving deltas: 100% (14981/14981), completed with 1157 l= ocal objects.
From git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/= xen
* [new branch] acpi/map -> tip/acpi/map
* [new branch] mainlin= e/mm -> tip/mainline/mm
* [new branch] mainline/net -> tip/mainlin= e/net
* [new branch] master -> tip/master
* [new branch] push/xen/= dom0/core -> tip/push/xen/dom0/core
* [new branch] tip/fixups -> t= ip/tip/fixups
* [new branch] x86/apic -> tip/x86/apic
* [new branc= h] x86/cpa -> tip/x86/cpa
* [new branch] x86/unify -> tip/x86/unif= y
* [new branch] x86/unify-base -> tip/x86/unify-base
* [new branc= h] x86/unify-irq -> tip/x86/unify-irq
* [new branch] x86/unify-irq-base -> tip/x86/unify-irq-base
* [new branch] x86/unif= y-kmemcheck -> tip/x86/unify-kmemcheck
* [new branch] x86/unify-kmemc= heck-base -> tip/x86/unify-kmemcheck-base
* [new branch] x86/untangle= -> tip/x86/untangle
* [new branch] x86/untangle2 -> tip/x86/untan= gle2
* [new branch] xen/core -> tip/xen/core
* [new branch] xen/de= v-evtchn -> tip/xen/dev-evtchn
* [new branch] xen/dom0/apic -> tip= /xen/dom0/apic
* [new branch] xen/dom0/backend/blkback -> tip/xen/dom= 0/backend/blkback
* [new branch] xen/dom0/backend/core -> tip/xen/dom= 0/backend/core
* [new branch] xen/dom0/backend/netback -> tip/xen/dom= 0/backend/netback
* [new branch] xen/dom0/core -> tip/xen/dom0/core* [new branch] xen/dom0/hackery -> tip/xen/dom0/hackery
* [new bran= ch] xen/dom0/mtrr -> tip/xen/dom0/mtrr
* [new branch] xen/dom0/pci -&= gt; tip/xen/dom0/pci
* [new branch] xen/dom0/swiotlb -> tip/xen/dom0/swiotlb
* [new branch] xen/dom0/xenfs -> tip/xen/dom0/x= enfs
* [new branch] xen/frontend/blkfront -> tip/xen/frontend/blkfron= t
* [new branch] xen/fs -> tip/xen/fs
* [new branch] xen/hg-queue-= import -> tip/xen/hg-queue-import
* [new branch] xen/irq -> tip/xe= n/irq
* [new branch] xen/master -> tip/xen/master
* [new branch] x= en/pvhvm -> tip/xen/pvhvm
* [new branch] xen/xenbus -> tip/xen/xen= bus
. . . . . .

root@ServerXen331:/usr/src/linux.trees.git# git checkout -b xen-la= test  tip/xen/dom0/hackery
warning: You appear to be on a branch yet to be born.
warning: Forc= ing checkout of tip/master.
Checking out files: 100% (26687/26687), done= .
Branch tip-latest set up to track remote branch refs/remotes/tip/maste= r.
Switched to a new branch "xen-latest"
 
make menuconfig # Activate Xen Dom0 support
make
make modules_install install
 
Already loaded under Xen-Unstable and tested via Solaris Nevada 106
PV DomU installation.


=0A=0A= --0-1995629401-1234871925=:59661-- --===============1969513547== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --===============1969513547==--