From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ecPMT-0002ok-22 for qemu-devel@nongnu.org; Fri, 19 Jan 2018 00:37:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ecPMP-0002cB-WE for qemu-devel@nongnu.org; Fri, 19 Jan 2018 00:37:09 -0500 Received: from mail-pf0-x244.google.com ([2607:f8b0:400e:c00::244]:38753) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ecPMP-0002by-Pc for qemu-devel@nongnu.org; Fri, 19 Jan 2018 00:37:05 -0500 Received: by mail-pf0-x244.google.com with SMTP id k19so598674pfj.5 for ; Thu, 18 Jan 2018 21:37:05 -0800 (PST) References: <20180118193846.24953-1-laurent@vivier.eu> <20180118193846.24953-6-laurent@vivier.eu> From: Richard Henderson Message-ID: <1b3c41ca-ab80-c25b-84b6-de016fbe5322@linaro.org> Date: Thu, 18 Jan 2018 21:37:01 -0800 MIME-Version: 1.0 In-Reply-To: <20180118193846.24953-6-laurent@vivier.eu> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 5/7] target/m68k: add moves List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Vivier , qemu-devel@nongnu.org Cc: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , Thomas Huth On 01/18/2018 11:38 AM, Laurent Vivier wrote: > and introduce SFC and DFC control registers. > > Signed-off-by: Laurent Vivier > --- > v4: remove QEMU_SFC and QEMU_DFC > use directly tb->flags > v2: copy bit 2 of SFC and DFC to tb->flags to > inline memory access in moves decoder. Reviewed-by: Richard Henderson r~