Displaying 20 results from an estimated 200 matches similar to: "RE: [PATCH]Allow different config file for xenlinux on samearch"
2006 May 09
0
[PATCH] build: make linux download more flexible
Hi,
Here is an updated version of this patch for xen-unstable.hg 9960.
Please consider it for inclusion.
--
Horms http://www.vergenet.net/~horms/
build: make linux download more flexible
* Allow LINUX_REPO to specify the URL of the repository for the linux kernel,
- Defaults is: http://www.kernel.org/pub/linux/kernel/
* Allow LINUX_REPO to be
2009 Jan 23
4
How to build xen 3.3.1 and linux-2.6.27-xen.hg from source?
Hello List,
how do i build xen 3.3.1 and linux-2.6.27-xen.hg from source?
Here is what i tried:
----------------------------------------
cd /usr/src
hg clone http://xenbits.xensource.com/ext/linux-2.6.27-xen.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
2007 May 29
1
Is is possible to use the latest changeset and old linux kernel?
Hi,
I tried to use the latest changeset of xen-unstable with an old linux
kernel (2.6.16.33), because some of my codes are developed based on that
Linux version. It seems that 2.6.18 changes quite a bit interfaces from
2.6.16.33.
I set the "LINUX_VER = 2.6.16.33" in the file
"buildconfigs/mk.linux-2.6-xen". When I did "make world", the xen
builder did
2005 Jan 26
1
Compiling xenlinux 2.4.29 with grsec.. help needed
Hi list!
I''m trying to run 2.4.29-xenU with grsec. Jacob Gorm Hansen said couple of
weeks ago, that grsec should work with xen when pax is disabled..
Well, to get the kernel compiling there''s some source hacking that needs to
be done.. I''ll describe what I did and what error I got:
I downloaded xen-2.0-testing-src.tgz and extracted it. I edited the toplevel
Makefile
2006 Aug 29
0
Daily Xen-HVM Build Testing: cs11278
changeset: 11278:8273f730371b
tag: tip
user: Ian Campbell <ian.campbell@xensource.com>
date: Tue Aug 29 06:23:11 2006 +0100
summary: Fix definition of LINUX_VER so that doesn''t pickup LINUX_VER3
Hardware: x460
******************** x86_32(no PAE): ***************************
* dom0: SLES10 GM
* dom0 boots fine
* xend starts without problem
--- Linux
2007 Apr 29
3
Building Modules Against Xen Sources
I''m currently trying to build modules against the kernels created
with Xen 3.0.5rc4.
This used to not be such a problem, as Xen created a kernel directory
and the built in it. Plain Jane, nothing fancy.
I''ve noticed that somewhere since I did this (which was as recent as
3.0.4-1) the kernel build now does things a bit different.
Apparently there is some sort of
2005 Dec 07
5
[PATCH] Arch-neutral balloon driver
Attached patch makes the balloon driver arch-neutral
(compiles on ia64... look ma, no #ifdef''s!). Please apply
to xen-unstable.
One change should be eyeballed, line 257 in balloon.c, because
phys_to_machine_mapping[pfn] is not identical to pfn_to_mfn
(different by sign bit, should be OK?)
Signed-off by: Dan Magenheimer <dan.magenheimer@hp.com>
diff -r 0255f48b757f
2007 Dec 13
0
Re: [Xen-changelog] [linux-2.6.18-xen] xen: make gntdev code configurable
Hi,
Looks like this patch broke automated builds due to a lack of a matching
line in the defconfigs. Below is a patch that makes this a module for
xen and xen0, unconfigured for xenU. That might not be the best thing
here however.
Thanks
kurt
Signed-off-by: Kurt Hackel <kurt.hackel@oracle.com>
=====================================================
diff -r cd744c5ec950
2008 Feb 07
0
XenLinux/IA64 domU forward port
Hi.
I forward ported XenLinux/IA64 domU portion and put it at
http://people.valinux.co.jp/~yamahata/xen-ia64/20080207/xen_ia64-20080207.patch
This patch is for 551e4fb2465b87de9d4aa1669b27d624435443bb of
git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
It boots as domU and disk/network work.
This patch is for those who are interested in XenLinux/IA64 upstream
merge activity. Many
2005 Aug 26
0
[PATCH] Implementing "late pin, early unpin" for x86_64 xenlinux
The patched attached enables x86_64 xenlinux with "late pin, early
unpin", which is already implemented for x86_32. Since we now only pin
the root rather than any of the other levels, the overall performance
became better especially with workloads that require heavy memory
management operations.
On 8-way x86_64 xenlinux (dom0) the kernel build was improved by about
10% (using make
2006 Apr 29
0
RE: [PATCH 2/2] balloon driver: don''t useapply_to_page_range for xenLinux/ia64
>From: Keir Fraser
>Sent: 2006年4月28日 21:57
>On 28 Apr 2006, at 10:14, Isaku Yamahata wrote:
>
>> Unfortunately no.
>> Roughly init_mm is only used to map vmalloc area on Linux/ia64.
>> init_mm of Linux/ia64 doesn''t map the area of [PAGE_OFFSET, ...].
>> Traversing init_mm with a virtual address of the area
>> gives a zero-filled pte entry.
2010 May 19
1
Re: Re: Xen-4 PVUSB kernel bug / Xenlinux 2.6.32
On Fri, May 14, 2010 at 09:10:57PM +0200, Peter Klar wrote:
> As the bug seems to be related to the SLAB allocator, the dump says ''kernel
> BUG at mm/slub.c:2969!'', I also recompiled the kernel using the SLAB instead
> of SLUB allocator, but this does not make any difference, the behaviour is
> the same (beside the dump then reports a bug within slab.c instead of
2010 May 19
1
Re: Re: Xen-4 PVUSB kernel bug / Xenlinux 2.6.32
On Fri, May 14, 2010 at 09:10:57PM +0200, Peter Klar wrote:
> As the bug seems to be related to the SLAB allocator, the dump says ''kernel
> BUG at mm/slub.c:2969!'', I also recompiled the kernel using the SLAB instead
> of SLUB allocator, but this does not make any difference, the behaviour is
> the same (beside the dump then reports a bug within slab.c instead of
2005 Aug 18
1
RE: [PATCH] supporting non-NX/XD capable processors onx86_64 xenlinux
I have always needed the rm_nx_xd patch to boot Xen / Dom0 on the ES7000
x86_64 but the system boots without any issues on plain vanilla Linux
2.6.
> -----Original Message-----
> From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel-
> bounces@lists.xensource.com] On Behalf Of Keir Fraser
> Sent: Thursday, August 18, 2005 4:49 AM
> To: Nakajima, Jun
> Cc: Jerone Young;
2005 May 13
0
RE: RE: [Xen-ia64-devel] Paravirtualized xenlinux/ia64available
BTW, the xenlinux-2.6.11.bk''s version is:
ChangeSet@1.2085, 2005-05-12 11:10:24-06:00, djm@kirby.fc.hp.com
More work on hyperprivops
Signed-off-by: Dan Magenheimer <dan.magenheimer@hp.com>
Thanks,
Kevin
>-----Original Message-----
>From: xen-devel-bounces@lists.xensource.com
>[mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Tian, Kevin
>Sent: Friday,
2005 May 13
0
RE: [Xen-ia64-devel] Paravirtualized xenlinux/ia64 available
Yes, like real Linux/ia64, it is not possible to run the
same Xenlinux bits both on ski and on real hardware.
A different configuration and build is required. The
config difference is the same as it was with the
privified xenlinux... I think you did that successfully
before (with privified xenlinux) so give that config
file a try and if it doesn''t work, let me know.
BTW, I think I know
2008 Sep 11
0
[PATCH] [UPDATE] stubdom: compile stubdom with qemu-remote
I am updating this patch to use the tools/ioemu-dir symlink as qemu
source directory in case CONFIG_QEMU != ioemu.
Before we were trying to figure out where is the actual qemu source dir
again.
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
---
diff -r f5e72cbfbb17 stubdom/Makefile
--- a/stubdom/Makefile Wed Sep 10 11:26:16 2008 +0100
+++ b/stubdom/Makefile Thu Sep
2009 Jan 04
1
How to compile Kernel with pciback.hide
Hi,
next step,
# dmesg | grep pciback
Bootdata ok (command line is root=/dev/sda2 ro console=tty0
pciback.hide=(0000:02:05.0)(0000:02:06.0)(0000:02:07.0)(0000:02:08.0)(0000:02:09.0)
)
Kernel command line: root=/dev/sda2 ro console=tty0
pciback.hide=(0000:02:05.0)(0000:02:06.0)(0000:02:07.0)(0000:02:08.0)(0000:02:09.0)
Unknown boot option
2006 Jul 28
6
[PATCH] ia64 buildconfig update
Hi Keir,
This patch updates the ia64 buildconfigs, enabling pcifront for all
kernels and pciback for -xen and -xen0. Thanks,
Alex
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
---
diff -r 4833dc75ce4d buildconfigs/linux-defconfig_xen0_ia64
--- a/buildconfigs/linux-defconfig_xen0_ia64 Fri Jul 28 17:52:57 2006 +0100
+++ b/buildconfigs/linux-defconfig_xen0_ia64 Fri Jul 28
2006 Aug 02
2
[PATCH 1/6] scsifront/back drivers'' common Makefile and header
# HG changeset patch
# User fujita.tomonori@lab.ntt.co.jp
# Node ID 7111077b493ea53ef055ce38098f8af67f87d749
# Parent ed8d345449c176cb5fe0ccff4299da782eb63c08
SCSI frontend and backend drivers'' common Makefile and header
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
diff -r ed8d345449c1 -r 7111077b493e buildconfigs/linux-defconfig_xen0_x86_32
---