search for: mkbuildtree

Displaying 11 results from an estimated 11 matches for "mkbuildtree".

Did you mean: buildtree
2005 Aug 08
0
[PATCH] put xenstore headers in linux-public
...gt; @@ -39,6 +38,7 @@ #include <linux/fcntl.h> #include <linux/kthread.h> #include <asm-xen/xenbus.h> +#include <asm-xen/linux-public/xenstored.h> #include "xenbus_comms.h" #define streq(a, b) (strcmp((a), (b)) == 0) diff -r 0229efe8ffe4 linux-2.6-xen-sparse/mkbuildtree --- a/linux-2.6-xen-sparse/mkbuildtree Mon Aug 8 18:43:57 2005 +++ b/linux-2.6-xen-sparse/mkbuildtree Mon Aug 8 15:15:06 2005 @@ -74,6 +74,25 @@ ) } +# relative_lnfiles <target_dir> <target_files> +# Creates a tree of symlinks in the current working directory that mirror +# <...
2004 Feb 08
2
xeno-1.2.bk compilation question?
The system is Mandrake-9.1 Linux wih gcc-3.2.2. I am trying to compile xenolinux-2.4.24 (with vanilla sources from ftp.kernel.org for linux-2.4.24). The steps of mkbuildtree ARCH=xeno make menuconfig ARCH=xeno make dep produce no errors, but ARCH=xeno make bzImage results in following error messages. Any pointers will be appreciated. -ishwar --- gcc -D__KERNEL__ -I/local1/xxen/xeno-1.2.bk/xenolinux-2.4.24/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-s...
2004 Dec 28
6
Kernel 2.6.10, reiser4, kernel 2.4.27 cpu load, and mailing list reply-to
Hi, Some questions here : 1. Is there a way to compile kernel 2.6.10 or 2.6.9-mm1 with xen 2.0? I tried both (with mkbuildtree from linux-2.6.9-xen-sparse), and both failed (on different places). My primary goal is to use reiser4 on both xen-0 and xen-U kernel, so I''m more interested in -mm kernel. 2. If I use kernel 2.4.27 (xen-U), top doesn''t show correct cpu usage percentage (idle %, nice %, and s...
2006 May 20
2
FATAL: Could not open ''System.map''
Hello all, I downloaded the linux-2.6.16.16.tar.bz2 (www.kernel.org) and xen-3.0.2-src.tgz. I tried on Debian: # tar -xvzf xen-3.0.2-src.tgz # tar -xvjf linux-2.6.16.16.tar.bz2 # cd xen-3.0.2-2 # mkbuildtree ../../linux-2.6.16.16 # cd ../../linux-2.6.16.16 # make menuconfig (I made a basic configuration) # make-kpkg --append-to-version=-686-xen --revision=1.0 -us -uc kernel_image However near of the compilation end, I received the messages: ---------------------------------------------------------...
2006 Mar 06
2
Problem compiling a custom kernel for xen-3.0
...d a NFS root filesystem). So I am trying to compile a custom kernel. So I have downloaded linux source 2.6.12. I am doing the next steps (found at http://www.howtoforge.com/perfect_xen_setup_debian_ubuntu_p3): 1. cp -al linux-2.6.12 linux-2.6.12-xen0 2. cd xen-3.0.1/linux-2.6.11-xen-sparse/ 3. ./mkbuildtree ../../linux-2.6.12-xen0/ 4. cd ../.. 5. echo "-xen0" > linux-2.6.12-xen0/localversion-xen 6. diff -Naur linux-2.6.12 linux-2.6.12-xen0 > archive/linux-2.6.12-xen0.patch 7. cd linux-2.6.12 8. patch -p1 < ../archive/linux-2.6.12-xen0.patch 9. cd ../ 10. mkdir install 11. cd linux-...
2007 Nov 06
2
Equivalent of XenBus for fully-virtualized Xen
Hello, http://wiki.xensource.com/xenwiki/XenBusDriver?highlight=%28xenbus%29 says that "XenBus provides a bus abstraction for paravirtualized drivers to communicate between domains. In practice, the bus is used for configuration negotiation, leaving most data transfer to be done via page flipping." What is the equivalent mechanism for fully-virtualized drivers in Xen (HVM running
2007 Sep 20
12
ANNOUNCE: Xen 3.1.1 First Release Candidate
Folks, The patch queue for 3.1.1 has been pushed into http://xenbits.xensource.com/xen-3.1-testing.hg, and tagged as -rc1. Please try it out and let us know of any problems (patches gladly accepted!). -- Keir PS. The patch queue (xen-3.1-testing.pq.hg) is no longer being used. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2006 Oct 18
21
[PATCH][RESEND] PV drivers for HVM guests
I am enclosing the patch I have been working on. I have tested this on sles9 (2.6.5) and RHEL 4 (2.6.9). The patch applies cleanly on ChangeSet 11635. This patch was cleaned up based on Ian''s and DOI''s work. Signed-off-by: K. Y. Srinivasan (ksrinivasan@novell.com) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2005 May 14
10
Cross-Domain Networking Problems
xm list reveals the following information... Name Id Mem(MB) CPU State Time(s) Console Domain-0 0 315 0 r---- 2058.1 Domain-1 11 342 0 -b--- 5.2 9611 Domain-2 12 342 0 -b--- 3.9 9612 Xen seems to be working beautifully but I have not yet figured out how to get Domain-0 to ping both Domain-1 and Domain-2,
2006 Jul 18
33
Paravirtualised drivers for fully virtualised domains
...tinue in parallel. To build, apply the three patches to a clean checkout of xen-unstable and then build Xen, dom0, and the tools in the usual way. To build the drivers themselves, you first need to build a native kernel for the guest, and then go cd xen-unstable.hg/unmodified-drivers/linux-2.6 ./mkbuildtree make -C /usr/src/linux-2.6.16 M=$PWD modules where /usr/src/linux-2.6.16 is the path to the area where you built the guest kernel. This should be a native kernel, and not a xenolinux one. You should end up with four modules. xen-evtchn.ko should be loaded first, followed by xenbus.ko, and then...
2007 Mar 28
2
[PATCH 2/3] User-space grant table device - main driver
A character device for accessing (in user-space) pages that have been granted by other domains. Signed-off-by: Derek Murray <Derek.Murray@cl.cam.ac.uk> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel