From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: Enable virtual memory for Mini-os on ARM Date: Mon, 23 Dec 2013 12:07:38 +0000 Message-ID: <52B8278A.3060804@citrix.com> References: <20131223103852.GC5594@type.youpi.perso.aquilenet.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20131223103852.GC5594@type.youpi.perso.aquilenet.fr> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Samuel Thibault , "karim.allah.ahmed@gmail.com" , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 23/12/2013 10:38, Samuel Thibault wrote: > karim.allah.ahmed@gmail.com, le Mon 23 Dec 2013 10:23:01 +0000, a =E9crit= : >> Why do I need to create pagetables and fill them for mini-os ? > I don't know the virtual memory of ARM, but on x86 we definitely need a > pagetable because very often we need to map/unmap things, like granted > mfns, i/o areas, foreign pages, etc. > > Samuel More importantly, an x86 PV guest *cannot* run in non-paging mode. This, I believe, is different to ARM, where an ARM guest is rather more like x86 HVM guests, which have a full processor to play with. ~Andrew > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel