From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gEDd7-0000VA-Kr for qemu-devel@nongnu.org; Sun, 21 Oct 2018 09:18:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gEDd4-0000cP-Fr for qemu-devel@nongnu.org; Sun, 21 Oct 2018 09:18:53 -0400 Received: from mail-wr1-x435.google.com ([2a00:1450:4864:20::435]:38309) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gEDd4-0000c9-9U for qemu-devel@nongnu.org; Sun, 21 Oct 2018 09:18:50 -0400 Received: by mail-wr1-x435.google.com with SMTP id d10-v6so2413812wrs.5 for ; Sun, 21 Oct 2018 06:18:50 -0700 (PDT) References: <20181019010625.25294-1-cota@braap.org> <20181019010625.25294-29-cota@braap.org> From: Richard Henderson Message-ID: <8cbbc149-2048-2b90-2211-2b31ce124073@linaro.org> Date: Sun, 21 Oct 2018 14:18:46 +0100 MIME-Version: 1.0 In-Reply-To: <20181019010625.25294-29-cota@braap.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [RFC v3 28/56] openrisc: use cpu_reset_interrupt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Emilio G. Cota" , qemu-devel@nongnu.org Cc: Paolo Bonzini , Stafford Horne On 10/19/18 2:05 AM, Emilio G. Cota wrote: > From: Paolo Bonzini > > Cc: Stafford Horne > Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: Paolo Bonzini > Signed-off-by: Emilio G. Cota > --- > target/openrisc/sys_helper.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Richard Henderson r~