From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fzhxN-0000iK-5I for qemu-devel@nongnu.org; Tue, 11 Sep 2018 08:39:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fzhqX-00053r-Es for qemu-devel@nongnu.org; Tue, 11 Sep 2018 08:32:49 -0400 Received: from smtp-fw-9102.amazon.com ([207.171.184.29]:46758) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1fzhqX-0004tf-6C for qemu-devel@nongnu.org; Tue, 11 Sep 2018 08:32:45 -0400 From: "Janeczek, Craig" Date: Tue, 11 Sep 2018 12:27:28 +0000 Message-ID: References: <20180830193019.20104-1-jancraig@amazon.com> In-Reply-To: Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v4 0/9] Add limited MXU instruction support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aleksandar Markovic , "qemu-devel@nongnu.org" Cc: "aurelien@aurel32.net" I plan on getting back to this development effort next week. -----Original Message----- From: Aleksandar Markovic =20 Sent: Wednesday, September 5, 2018 9:36 AM To: Janeczek, Craig ; qemu-devel@nongnu.org Cc: aurelien@aurel32.net Subject: Re: [PATCH v4 0/9] Add limited MXU instruction support > From: Craig Janeczek > Sent: Thursday, August 30, 2018 9:30 PM > > Subject: [PATCH v4 0/9] Add limited MXU instruction support > This patch set begins to add MXU instruction support for mips emulation. Hi, Craig, I mentioned some time ago that we planned to revamp translate.c. Related to= that, I would like to tweak your whole series (this will be most of the ti= me moving code from place to place, and basically leaving your code intact,= just reorganized differently; I'll try to collect most of the MXU code in = a separate file). To be efficient (avoid long explanation and email threads= ), I would like to do it just after you submit v5 - I would then submit v6,= and you would continue working on such modified series, creating v7 by you= rself etc., if needed. In relation to that, when do you plan to submit v5? Thanks, Aleksandar