From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53412) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xh3Bp-00063Z-A4 for qemu-devel@nongnu.org; Wed, 22 Oct 2014 17:11:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xh3Bg-0001vQ-3U for qemu-devel@nongnu.org; Wed, 22 Oct 2014 17:11:29 -0400 Received: from mail-qc0-x235.google.com ([2607:f8b0:400d:c01::235]:62447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xh3Bf-0001vG-VY for qemu-devel@nongnu.org; Wed, 22 Oct 2014 17:11:20 -0400 Received: by mail-qc0-f181.google.com with SMTP id r5so3413702qcx.40 for ; Wed, 22 Oct 2014 14:11:19 -0700 (PDT) Received: from [192.168.239.6] (lawn-gw.rutgers.edu. [128.6.168.245]) by mx.google.com with ESMTPSA id u44sm14540348qgu.38.2014.10.22.14.11.18 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 22 Oct 2014 14:11:18 -0700 (PDT) From: Shiva Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-Id: <9755FF3C-F08A-43F6-B5A6-F5522DBDBADB@gmail.com> Date: Wed, 22 Oct 2014 17:11:19 -0400 Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1990.1\)) Subject: [Qemu-devel] Qemu Memory Management Files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hello=20 I am new to qemu. I installed the qemu from source and would like to = know how the memory management in qemu is performed? (the flow). What = are the files involved? My aim is to have a encrypted region created when the qemu starts up the = guest. So, for sure I need to change the existing MMU. I don=E2=80=99t = completely get the flow of code. My host machine is x86_64 and my target-list is also x86_softmmu. (qemu = version 2.0.2). Kindly let me know any insights.=20=