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] Xen + other stuff?

To: <xen-devel@xxxxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-devel] Xen + other stuff?
From: "Barry Silverman" <barry@xxxxxxxxx>
Date: Thu, 13 Nov 2003 16:26:37 -0500
Delivery-date: Thu, 13 Nov 2003 21:25:24 +0000
Envelope-to: steven.hand@xxxxxxxxxxxx
Importance: Normal
In-reply-to: <BEF57484-161C-11D8-B08B-000A9576014E@xxxxxxxxx>
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
Is this a hugh think to support in
1) the hypervisor?
2) domain 0 control functions?

Does the hyper visor support PAE today?

If the hypervisor did, then even if the domain 0 didn't support PAE, (and
but the non-0 guest domain did), shouldn't domain 0 be able to construct and
initialize the necessary page mappings on behalf of the guest, and then
allow the hypervisor to actually stuff them into the hardware?

-----Original Message-----
From: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
[mailto:xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx]On Behalf Of Bin Ren
Sent: Thursday, November 13, 2003 4:03 PM
To: Devel Xen
Subject: Re: [Xen-devel] Xen + other stuff?


On 13 Nov 2003, at 20:26, Keir Fraser wrote:

> With CONFIG_HIGHMEM, Linux no longer needs a permanent mapping for
> every page it owns. Pages in high memory can be temporarily mapped in
> (just as the domain builder does in user space). We'll port this
> config option real soon now, and that will mean that every Xenolinux
> instance could be allocated anything up to 4GB.
>
>  -- Keir


To add, currently there are two modes of High Memory support:

(1)4G: It uses 2 level page table entry + dynamic mapping so that
each (Xeno)Linux instance can use anything up to 4G of physical
memory.

(2)64G: It uses 3 level PAE page table entry + dynamic mapping
so that each (Xeno)Linux instance can use anything up to 64G
of physical memory.


-- Bin



-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel



-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

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