|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Re: [PATCH 8 of 13] Add a bootparameter to reserve high
To: |
Andi Kleen <ak@xxxxxxx> |
Subject: |
Re: [Xen-devel] Re: [PATCH 8 of 13] Add a bootparameter to reserve high linear address space for hypervisors |
From: |
Rusty Russell <rusty@xxxxxxxxxxxxxxx> |
Date: |
Wed, 02 Aug 2006 15:20:57 +1000 |
Cc: |
Andrew Morton <akpm@xxxxxxxx>, Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>, Ian Pratt <ian.pratt@xxxxxxxxxxxxx>, Linux Kernel <linux-kernel@xxxxxxxxxxxxxxx>, Chris Wright <chrisw@xxxxxxxxxxxx>, virtualization@xxxxxxxxxxxxxx, "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>, Christoph Lameter <clameter@xxxxxxx> |
Delivery-date: |
Tue, 01 Aug 2006 22:21:29 -0700 |
Envelope-to: |
www-data@xxxxxxxxxxxxxxxxxx |
In-reply-to: |
<200608020636.58133.ak@xxxxxxx> |
List-help: |
<mailto:xen-devel-request@lists.xensource.com?subject=help> |
List-id: |
Xen developer discussion <xen-devel.lists.xensource.com> |
List-post: |
<mailto:xen-devel@lists.xensource.com> |
List-subscribe: |
<http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe> |
List-unsubscribe: |
<http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe> |
References: |
<0adfc39039c79e4f4121.1154462446@ezr> <200608020621.22827.ak@xxxxxxx> <1154493226.2570.50.camel@xxxxxxxxxxxxxxxxxxxxx> <200608020636.58133.ak@xxxxxxx> |
Sender: |
xen-devel-bounces@xxxxxxxxxxxxxxxxxxx |
On Wed, 2006-08-02 at 06:36 +0200, Andi Kleen wrote:
> Please just make a proper patch - either add a call to it to all setup_archs,
> or add a call to before setup_arch in init/main.c. While such ifdefs
> for specific architecture hacks are more popular lately it doesn't mean they
> are a good idea.
It's been around for two years, but if you fix x86_64 to use
early_param(), and I'll patch the other setup_archs to call
parse_early_param and remove the init/main.c call 8)
> I hope there aren't any existing architectures that use it in the middle
> of setup_arch or rely on it being after setup_arch.
setup_arch is responsible for grabbing the command line, so that has to
happen first. Even on x86, functions later in setup_arch rely on
cmdline parsing having happened. So for the moment setup_arch has to
call parse_early_param.
Maybe one day we can create a new "char *arch_get_cmdline()", implement
that everywhere, then call it and parse_early_param from core code. But
baby steps...
Rusty.
--
Help! Save Australia from the worst of the DMCA: http://linux.org.au/law
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- Re: [Xen-devel] Re: [PATCH 12 of 13] Pass the mm struct into the pgd_free code so the mm is available here, (continued)
- [Xen-devel] [PATCH 3 of 13] Implement always-locked bit ops, for memory shared with an SMP hypervisor, Jeremy Fitzhardinge
- [Xen-devel] [PATCH 8 of 13] Add a bootparameter to reserve high linear address space for hypervisors, Jeremy Fitzhardinge
- [Xen-devel] Re: [PATCH 8 of 13] Add a bootparameter to reserve high linear address space for hypervisors, Andi Kleen
- [Xen-devel] Re: [PATCH 8 of 13] Add a bootparameter to reserve high linear address space for hypervisors, Rusty Russell
- [Xen-devel] Re: [PATCH 8 of 13] Add a bootparameter to reserve high linear address space for hypervisors, Andi Kleen
- Re: [Xen-devel] Re: [PATCH 8 of 13] Add a bootparameter to reserve high linear address space for hypervisors, Rusty Russell
- Re: [Xen-devel] Re: [PATCH 8 of 13] Add a bootparameter to reserve high linear address space for hypervisors, Andi Kleen
- Re: [Xen-devel] Re: [PATCH 8 of 13] Add a bootparameter to reserve high linear address space for hypervisors, Rusty Russell
- Re: [Xen-devel] Re: [PATCH 8 of 13] Add a bootparameter to reserve high linear address space for hypervisors, Andi Kleen
- Re: [Xen-devel] Re: [PATCH 8 of 13] Add a bootparameter to reserve high linear address space for hypervisors,
Rusty Russell <=
- Re: [Xen-devel] Re: [PATCH 8 of 13] Add a bootparameter to reserve high linear address space for hypervisors, Andi Kleen
- [Xen-devel] [PATCH 1/2] Allow early_param and identical __setup to exist, Rusty Russell
- [Xen-devel] [PATCH 2/2] Replace i386 open-coded cmdline parsing with early_param/parse_early_param, Rusty Russell
- [Xen-devel] Re: [PATCH 2/2] Replace i386 open-coded cmdline parsing with early_param/parse_early_param, Andi Kleen
[Xen-devel] [PATCH 7 of 13] Make __FIXADDR_TOP variable to allow it to make space for a hypervisor, Jeremy Fitzhardinge
[Xen-devel] [PATCH 6 of 13] Roll all the cpuid asm into one __cpuid call, Jeremy Fitzhardinge
[Xen-devel] Re: [PATCH 0 of 13] Basic infrastructure patches for a paravirtualized kernel, Andi Kleen
|
|
|
|
|