search for: xen_x86_64

Displaying 9 results from an estimated 9 matches for "xen_x86_64".

2009 Jan 23
4
How to build xen 3.3.1 and linux-2.6.27-xen.hg from source?
....hg cd /usr/src/xen-3.3.1 Then i changed LINUX_VER from 2.6.18 to 2.6.27 in buildconfigs/mk.linux-2.6-xen. The files mk.linux-2.6-xen0 and mk.linux-2.6-xenU seem to be obsolete. After doing a "make world" i get: . . . make[4]: Leaving directory `/usr/src/xen-3.3.1/build-linux-2.6.27-xen_x86_64'' select-linux-arch: x86 make[4]: Entering directory `/usr/src/xen-3.3.1/build-linux-2.6.27-xen_x86_64'' make -C /usr/src/linux-2.6.27-xen.hg O=/usr/src/xen-3.3.1/build-linux-2.6.27-xen_x86_64/. modules_install INSTALL arch/x86/kernel/test_nx.ko INSTALL drivers/scsi/scsi_wait_...
2007 Jan 20
5
[PATCH] Fix linux compilation on x86-64
This patch fixes Linux 2.6.18 compilation on x86-64 and also works on i386. Signed-off-by: Stefan Berger <stefanb@us.ibm.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 Aug 22
0
compilation error on x86_64
...nload I type: make linux-xen-build CONFIGMENU=menuconfig and choose my hardware. Next make dist and after a little time I have error list bellow: make -C /mnt/miejsce/share/download/xen-hg/xen-unstable.hg/linux-2.6.18-xen.hg O=/mnt/miejsce/share/download/xen-hg/xen-unstable.hg/build-linux-2.6.18-xen_x86_64 vmlinuz Using /mnt/miejsce/share/download/xen-hg/xen-unstable.hg/linux-2.6.18-xen.hg as source for kernel GEN /mnt/miejsce/share/download/xen-hg/xen-unstable.hg/build-linux-2.6.18-xen_x86_64/Makefile CHK include/linux/version.h CHK include/linux/utsrelease.h CHK include/linux/compile.h CC lib/s...
2005 Jun 01
1
compil error on x86_64, when IA32_EMULATION [=y]
using the xen-unstable from laste night Symbol: IA32_EMULATION [=y] │ Prompt: IA32 Emulation │ Defined at arch/xen/x86_64/Kconfig:409 │ Depends on: XEN_X86_64 │ Location: │ -> X86_64 processor configuration │ -> Executable file formats / Emulations Compil error: CC arch/xen/x86_64/kernel/time.o LD arch/xen/x86_64/kernel/built-in.o CC arch/xen/x86_64/kernel/head64.o CC arch/xen/x86_64/kernel/init_task.o...
2008 Oct 09
4
Problems at installing Xen 3.3.0
...install Xen 3.3.0 from source code. but I failed in doing that in the following steps 1. download xen from http://bits.xensource.com/oss-xen/release/3.3.0/xen-3.3.0.tar.gz 2. # tar -zxf xen-3.3.0;cd xen-3.3.0 3. # make world ......succeed 4. # cp /boot/config-2.6.18-53.el5 build-linux-2.6.18-xen_x86_64/.config 5. # make linux-2.6-xen-config CONFIGMODE=menuconfig (or xconfig) # make linux-2.6-xen-build # make linux-2.6-xen-install 6. # depmod 2.6.18.8-xen # mkinitrd -v -f --with=aacraid --with=sd_mod --with=scsi_mod --builtin=ata_piix initrd-2.6.18.8-xen.img 2.6.18.8-xen # cp initr...
2007 Oct 20
1
Xen Compilation error :2.6.18-5-amd64
---------------------------------everything seems to be ok above this --------------------------------------------- make[3]: Leaving directory `/home/onkar/sources/xen-3.1.0-src/build- linux-2.6.18-xen_x86_64'' make[2]: Leaving directory `/home/onkar/sources/xen-3.1.0-src'' make[1]: Leaving directory `/home/onkar/sources/xen-3.1.0-src'' make -C tools install make[1]: Entering directory `/home/onkar/sources/xen-3.1.0-src/tools'' make -C check make[2]: Entering directory `/...
2011 Mar 02
0
task_struct in xen
...ntained by the operating system. In linux it is usually present in linux/sched.h and it contains information such as process address space, process''s state etc. for a particular process. I went through the xen 3.4.3 source code and found a relevant structure in xen-3.4.3/build-linux-2.6.18-xen_x86_64/include/asm-x86_64/asm-offsets.h called #define tsk_pid 308 /* offsetof(struct task_struct, pid) # */ Can some one please tell me if this is the correct structure to access the struct task_struct by passing the pid of a process. Also it would be great if someone could redirect me to some exa...
2008 Oct 08
7
How to debug Xen and Dom0 driver?
hi, I am wondering if anybody is doing Xen or Dom0 debugging with gdb here. If yes, could you show me the procedure of doing that? Thanks, Neo -- I would remember that if researchers were not ambitious probably today we haven''t the technology we are using! _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2007 Jun 12
1
Compile error on Xen-305-rc1 on x86_64
...edback ... I tried building a debug kernel with spinlock related debug info. The tree was pulled when the Xen-305 first rc was announced (and has not been updated since) make -C /root/src/mercurial/xen-3.0.5-testing.hg/linux-2.6.18-xen O=/root/src/mercurial/xen-3.0.5-testing.hg/build-linux-2.6.18-xen_x86_64 vmlinuz Using /root/src/mercurial/xen-3.0.5-testing.hg/linux-2.6.18-xen as source for kernel GEN /root/src/mercurial/xen-3.0.5-testing.hg/build-linux-2.6.18-xen_x86_64/Makefile CHK include/linux/version.h CHK include/linux/utsrelease.h CC init/main.o CHK include/linux/c...