From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BdWIV-0006Ly-Gm for qemu-devel@nongnu.org; Thu, 24 Jun 2004 11:37:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BdWIR-0006Lj-Sl for qemu-devel@nongnu.org; Thu, 24 Jun 2004 11:37:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BdWIR-0006Lg-Qo for qemu-devel@nongnu.org; Thu, 24 Jun 2004 11:37:51 -0400 Received: from [141.209.20.6] (helo=ob1.cmich.edu) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BdWGh-0002iz-Vo for qemu-devel@nongnu.org; Thu, 24 Jun 2004 11:36:04 -0400 Received: from mail.cps.cmich.edu (cps3.cps.cmich.edu [141.209.168.43]) by ob1.cmich.edu (8.12.10/8.12.10) with ESMTP id i5OFUXXo025762 for ; Thu, 24 Jun 2004 11:30:33 -0400 Received: from pali.cps.cmich.edu (pali.cps.cmich.edu [141.209.169.81]) by mail.cps.cmich.edu (Postfix) with ESMTP id C0A502828 for ; Thu, 24 Jun 2004 11:36:01 -0400 (EDT) Date: Thu, 24 Jun 2004 11:37:24 -0400 (EDT) From: Ishwar Rattan Subject: Re: [Qemu-devel] Question about user mode emulation In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Thu, 24 Jun 2004, Laurent DESNOGUES wrote: > Just as a note, I finally did not find the answer to my question. What was the question? > > If I understand correctly, user mode emulation relies completely > on the guest OS for memory allocation, and does not use any kind > of memory mapping. Am I right? That is correct, as most emulated systems have to be at the mercy of hosting OS fro access to hardware resources. > > If so, that means I can't use Qemu as is for my project... What is your project? -ishwar