WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [RFC Patch] Support for making an E820 PCI hole in tools

To: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
Subject: Re: [Xen-devel] [RFC Patch] Support for making an E820 PCI hole in toolstack (xl + xm)
From: Keir Fraser <keir@xxxxxxx>
Date: Mon, 15 Nov 2010 17:48:55 +0000
Cc: Jeremy Fitzhardinge <jeremy@xxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx, bruce.edge@xxxxxxxxx, gianni.tedesco@xxxxxxxxxx, stefano.stabellini@xxxxxxxxxxxxx
Delivery-date: Mon, 15 Nov 2010 09:51:25 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:user-agent:date :subject:from:to:cc:message-id:thread-topic:thread-index:in-reply-to :mime-version:content-type:content-transfer-encoding; bh=hyvWL2+bi9vqCgtFaHqyKCpuUkDCqWod4VS9NqNAsTs=; b=k92knRUKX1gPUGqTkJ1BcijdexPb46NnzYS8TIMNfR52g+guSYcXnmEWbMYyAPlqB6 9DqJfezbsM3zYR0u/Ev5Zy0WWO5G9CVSnB05WFrQS+sAxX24XqzSpoZkAXK3W/Eb3NOa 8KDe3um50cW4IZywbVQ7tgvC3HLv21+fm9TLE=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:user-agent:date:subject:from:to:cc:message-id:thread-topic :thread-index:in-reply-to:mime-version:content-type :content-transfer-encoding; b=odF+3wi5p9bdwYXTBb1aIVcrMi2N/mor1XewderMe91JwLJxXh+klY5aaXJKguApnw HDi02BjrFSkZ/srwI/48KWdiSY40lcbRv/a1XZ9ZyR6onfnFtI6hUaDs6n++lJuxfC3/ 8hygE01YZC9RNSXMfB3YT5mDNyGPnt/6bZyos=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20101115170302.GA7414@xxxxxxxxxxxx>
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/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcuE7V86auliGVURokaVaLawSoHLzQ==
Thread-topic: [Xen-devel] [RFC Patch] Support for making an E820 PCI hole in toolstack (xl + xm)
User-agent: Microsoft-Entourage/12.27.0.100910
On 15/11/2010 17:03, "Konrad Rzeszutek Wilk" <konrad.wilk@xxxxxxxxxx> wrote:

> On Sat, Nov 13, 2010 at 07:40:30AM +0000, Keir Fraser wrote:
>> Why doesn't the guest punch its own hole, by relocating RAM above 4GB?
> 
> 
>  1). Did not work for me - I am not sure why but I had the hardest time do
>      hypervisor_populate_physmap - it would just hang the guest.

For a PV guest you don't need to do any alloc/free/move memory hypercalls.
You rewrite your own p2m to relocate mfns where you want them in pfn space.
Then some hypercalls just to update the m2p array to match.

>  2). It is much simple to parse the E820 in the Linux kernel than actually
>      creating new E820 entries in the kernel (hypercall), making a bunch of
>      hypervisor calls that unmap, then remap the space, filling out the P2M
>      with INVALID_MFN, and doing all of that before the "real" Linux kernel
>      actually starts (all would have to be done in xen_start_kernel).
>      I have a sinking feeling tha the upstream community would not like it
>      this that much.

Well it is all quite Xen specific, so I'm surprised.

>> That's what all HVM guests do (in hvmloader).
> 
>   3). Which is also part of the Xen tool-stack.
> 
> 
> Keir, I think you posted it at some point - was there a standard 'indent'
> incantention for the tools/libxc StyleGuide (which is similar to to the xen/*
> one) - I can't find it in my mail archive...

I think someone else worked one out, but I don't have it to hand I'm afraid.

 -- Keir



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>