xen-devel
[Xen-devel] Re: [patch 05/26] Xen-paravirt_ops: paravirt_ops: hooks to s
To: |
Ingo Molnar <mingo@xxxxxxx> |
Subject: |
[Xen-devel] Re: [patch 05/26] Xen-paravirt_ops: paravirt_ops: hooks to set up initial pagetable |
From: |
Jeremy Fitzhardinge <jeremy@xxxxxxxx> |
Date: |
Tue, 27 Feb 2007 10:53:08 -0800 |
Cc: |
Zachary Amsden <zach@xxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx, virtualization@xxxxxxxxxxxxxx, Rusty Russell <rusty@xxxxxxxxxxxxxxx>, linux-kernel@xxxxxxxxxxxxxxx, William Lee Irwin III <wli@xxxxxxxxxxxxxx>, Chris Wright <chrisw@xxxxxxxxxxxx>, Andi Kleen <ak@xxxxxx>, Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> |
Delivery-date: |
Tue, 27 Feb 2007 10:52:21 -0800 |
Envelope-to: |
www-data@xxxxxxxxxxxxxxxxxx |
In-reply-to: |
<20070227100942.GB10827@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: |
<20070227081337.434798469@xxxxxxxx> <20070227081630.650554241@xxxxxxxx> <20070227100942.GB10827@xxxxxxx> |
Sender: |
xen-devel-bounces@xxxxxxxxxxxxxxxxxxx |
User-agent: |
Thunderbird 1.5.0.9 (X11/20070212) |
Ingo Molnar wrote:
> * Jeremy Fitzhardinge <jeremy@xxxxxxxx> wrote:
>
>
>> ===================================================================
>> --- a/include/asm-i386/pgtable.h
>> +++ b/include/asm-i386/pgtable.h
>> @@ -15,7 +15,10 @@
>> #include <asm/processor.h>
>> #include <asm/fixmap.h>
>> #include <linux/threads.h>
>> +
>> +#ifdef CONFIG_PARAVIRT /* guarded to prevent cyclic dependency
>> */
>> #include <asm/paravirt.h>
>> +#endif
>>
>
> avoid the cyclic dependency to begin with?
I'll try again, but as you know, the headers in this area are a hairy
tangle.
J
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] Re: [patch 09/26] Xen-paravirt_ops: remove HAVE_ARCH_MM_LIFETIME, define no-op architecture implementations, (continued)
- [Xen-devel] Re: [patch 09/26] Xen-paravirt_ops: remove HAVE_ARCH_MM_LIFETIME, define no-op architecture implementations, James Bottomley
- [Xen-devel] Re: [patch 09/26] Xen-paravirt_ops: remove HAVE_ARCH_MM_LIFETIME, define no-op architecture implementations, Jeremy Fitzhardinge
- [Xen-devel] Re: [patch 09/26] Xen-paravirt_ops: remove HAVE_ARCH_MM_LIFETIME, define no-op architecture implementations, James Bottomley
- [Xen-devel] Re: [patch 09/26] Xen-paravirt_ops: remove HAVE_ARCH_MM_LIFETIME, define no-op architecture implementations, Jeremy Fitzhardinge
- [Xen-devel] Re: [patch 09/26] Xen-paravirt_ops: remove HAVE_ARCH_MM_LIFETIME, define no-op architecture implementations, James Bottomley
- [Xen-devel] Re: [patch 09/26] Xen-paravirt_ops: remove HAVE_ARCH_MM_LIFETIME, define no-op architecture implementations, Jeremy Fitzhardinge
- [Xen-devel] Re: [patch 09/26] Xen-paravirt_ops: remove HAVE_ARCH_MM_LIFETIME, define no-op architecture implementations, James Bottomley
[Xen-devel] [patch 11/26] Xen-paravirt_ops: Use patch site IDs computed from offset in paravirt_ops structure, Jeremy Fitzhardinge
[Xen-devel] [patch 05/26] Xen-paravirt_ops: paravirt_ops: hooks to set up initial pagetable, Jeremy Fitzhardinge
[Xen-devel] [patch 21/26] Xen-paravirt_ops: Use the hvc console infrastructure for Xen console, Jeremy Fitzhardinge
[Xen-devel] [patch 14/26] Xen-paravirt_ops: add common patching machinery, Jeremy Fitzhardinge
[Xen-devel] [patch 13/26] Xen-paravirt_ops: Consistently wrap paravirt ops callsites to make them patchable, Jeremy Fitzhardinge
[Xen-devel] [patch 22/26] Xen-paravirt_ops: Add early printk support via hvc console, Jeremy Fitzhardinge
[Xen-devel] [patch 23/26] Xen-paravirt_ops: Add Xen grant table support, Jeremy Fitzhardinge
[Xen-devel] [patch 25/26] Xen-paravirt_ops: Add Xen virtual block device driver., Jeremy Fitzhardinge
[Xen-devel] [patch 26/26] Xen-paravirt_ops: Add the Xen virtual network device driver., Jeremy Fitzhardinge
[Xen-devel] [patch 24/26] Xen-paravirt_ops: Add the Xenbus sysfs and virtual device hotplug driver., Jeremy Fitzhardinge
[Xen-devel] [patch 19/26] Xen-paravirt_ops: Add Xen interface header files, Jeremy Fitzhardinge
[Xen-devel] [patch 20/26] Xen-paravirt_ops: Core Xen implementation, Jeremy Fitzhardinge
|
|
|