From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55450) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZGAV-0005XH-SV for qemu-devel@nongnu.org; Mon, 15 Aug 2016 07:35:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bZGAS-0007MI-Nh for qemu-devel@nongnu.org; Mon, 15 Aug 2016 07:34:59 -0400 Received: from gate.crashing.org ([63.228.1.57]:57102) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZGAS-0007Jw-Cq for qemu-devel@nongnu.org; Mon, 15 Aug 2016 07:34:56 -0400 Message-ID: <1471260884.12231.100.camel@kernel.crashing.org> From: Benjamin Herrenschmidt Date: Mon, 15 Aug 2016 21:34:44 +1000 In-Reply-To: References: <1471089120.12231.48.camel@kernel.crashing.org> <1471215342.12231.73.camel@kernel.crashing.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] monitor: Add an "xlate" command for translating a virtual address List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On Mon, 2016-08-15 at 11:02 +0100, Peter Maydell wrote: > > Some of these attributes are determined before the MMU > (eg "user", "requester ID"), and some of them are (for > a particular CPU architecture) determined by the MMU > from the translation tables ("secure"). From the point of > view of the CPU as a whole (or other transaction master) > they're all outputs, though. So you suggest I just print out all the fields as the output of translate along with the translated address ? Cheers, Ben.