From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36644) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gG3aP-0007Fp-ME for qemu-devel@nongnu.org; Fri, 26 Oct 2018 10:59:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gG3aM-0005tW-40 for qemu-devel@nongnu.org; Fri, 26 Oct 2018 10:59:41 -0400 Received: from mail-wm1-x334.google.com ([2a00:1450:4864:20::334]:53801) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gG3aK-0005sO-2T for qemu-devel@nongnu.org; Fri, 26 Oct 2018 10:59:36 -0400 Received: by mail-wm1-x334.google.com with SMTP id l26-v6so1818889wmh.3 for ; Fri, 26 Oct 2018 07:59:35 -0700 (PDT) References: <20181025144644.15464-1-cota@braap.org> <20181025144644.15464-11-cota@braap.org> From: Richard Henderson Message-ID: <54a163f1-8060-61aa-5af1-1c5e5041f3b4@linaro.org> Date: Fri, 26 Oct 2018 15:59:32 +0100 MIME-Version: 1.0 In-Reply-To: <20181025144644.15464-11-cota@braap.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC v4 11/71] m68k: convert to helper_cpu_halted_set List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Emilio G. Cota" , qemu-devel@nongnu.org Cc: Paolo Bonzini , Laurent Vivier On 10/25/18 3:45 PM, Emilio G. Cota wrote: > Cc: Laurent Vivier > Signed-off-by: Emilio G. Cota > --- > target/m68k/translate.c | 9 ++++----- > 1 file changed, 4 insertions(+), 5 deletions(-) Reviewed-by: Richard Henderson r~