From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34909) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZMSG-0006Om-R5 for qemu-devel@nongnu.org; Fri, 16 Nov 2012 08:59:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TZMSD-0005i7-Oa for qemu-devel@nongnu.org; Fri, 16 Nov 2012 08:59:36 -0500 Date: Fri, 16 Nov 2012 14:59:30 +0100 From: Stefan Hajnoczi Message-ID: <20121116135930.GE31927@stefanha-thinkpad.redhat.com> References: <20121116022947.GA50435@cs.nctu.edu.tw> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20121116022947.GA50435@cs.nctu.edu.tw> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] target-mips: Add comments on POOL32Axf encoding List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?utf-8?B?6Zmz6Z+L5Lu7IChXZWktUmVuIENoZW4p?= Cc: qemu-trivial@nongnu.org, Jia Liu , qemu-devel@nongnu.org, "Johnson, Eric" On Fri, Nov 16, 2012 at 10:29:47AM +0800, 陳韋任 (Wei-Ren Chen) wrote: > Current QEMU MIPS POOL32AXF encoding comes from microMIPS32 > and microMIPS32 DSP. Add comment here to help reading. > > Please review, thanks. > > Regards, > chenwj > > Signed-off-by: Chen Wei-Ren > --- > target-mips/translate.c | 17 +++++++++++++++++ > 1 files changed, 17 insertions(+), 0 deletions(-) Please send this through Aurelien. Perhaps there's more to discuss about how the various MIPS instruction sets should be organized in QEMU. Stefan