From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49447) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z81r0-0002Z0-UW for qemu-devel@nongnu.org; Thu, 25 Jun 2015 03:45:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z81qt-0006Af-NL for qemu-devel@nongnu.org; Thu, 25 Jun 2015 03:45:46 -0400 Received: from mout.kundenserver.de ([212.227.126.131]:58097) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z81qt-0006AS-DS for qemu-devel@nongnu.org; Thu, 25 Jun 2015 03:45:39 -0400 Message-ID: <558BB19F.9080906@vivier.eu> Date: Thu, 25 Jun 2015 09:45:35 +0200 From: Laurent Vivier MIME-Version: 1.0 References: <1435100422-30667-1-git-send-email-laurent@vivier.eu> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH] m68k: is_mem is useless List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers Le 24/06/2015 21:19, Peter Maydell a écrit : > On 24 June 2015 at 00:00, Laurent Vivier wrote: >> Remove is_mem as it is never tested anymore since: >> >> commit bfa50bc2638d877cf2900712b7503be22e8811cb >> Author: aliguori >> Date: Tue Nov 18 20:26:41 2008 +0000 >> >> Remove premature memop TB terminations (Jan Kiszka) >> >> Signed-off-by: Laurent Vivier > > How would you like to handle getting these cleanup patches into master? > If you want to collect up the ones which have got review and send > a pull request with them (sometime next week, maybe), I'm happy to > apply it. Thank you. I will. > (NB: given release cycle, that applies for the moment to the > ones like this which are relatively simple. We should probably > wait until after 2.4 to start trying to get more significant > changes to target-m68k upstream.) No problem. These patches are waiting for years, they can wait some weeks... Laurent