From patchwork Thu Oct 25 14:46:22 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Emilio Cota X-Patchwork-Id: 989158 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=nongnu.org (client-ip=2001:4830:134:3::11; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=braap.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=braap.org header.i=@braap.org header.b="gIc0zD2+"; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=messagingengine.com header.i=@messagingengine.com header.b="dnaoSli0"; dkim-atps=neutral Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42grbY3pXGz9sCW for ; Fri, 26 Oct 2018 02:27:37 +1100 (AEDT) Received: from localhost ([::1]:55169 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFhXr-0007OQ-3N for incoming@patchwork.ozlabs.org; Thu, 25 Oct 2018 11:27:35 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59786) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFh5L-0003Zd-C3 for qemu-devel@nongnu.org; Thu, 25 Oct 2018 10:58:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gFgvI-0008Gc-FO for qemu-devel@nongnu.org; Thu, 25 Oct 2018 10:47:45 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:42045) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gFgvI-00087J-60 for qemu-devel@nongnu.org; Thu, 25 Oct 2018 10:47:44 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 011E522199; Thu, 25 Oct 2018 10:46:58 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Thu, 25 Oct 2018 10:46:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=braap.org; h= from:to:cc:subject:date:message-id:in-reply-to:references; s= mesmtp; bh=QLmBkfrJdrPPLT6SX7A70hEMHpfEZpEvP0aXPz2JdBM=; b=gIc0z D2+23cubru1li62J6knUho9AcHGZocHWYDgS+3FqCUT1wss6hxwLpFPss+UeX2hn 7vZ6o+CTxOSkYIcTVUl2xgf2rKVEeVTFRG0HHtWbCHPPRwpV+G3yAUsfpqPbNJgk hEzO6135YftZmvR7uzfjlmXNVpNwdrYKEmJd9k= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:message-id :references:subject:to:x-me-proxy:x-me-proxy:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=QLmBkfrJdrPPLT6SX7A70hEMHpfEZ pEvP0aXPz2JdBM=; b=dnaoSli0HXHSg7l/6i8JTtllQTcQvHSuP0fwfrb+oHTZ2 LBcMVY1VKDkBAaW2FDs2Dqm5Z1h2y3hVLh9ogziW2+mtwe4BwOzpcJl+IVeN/hQC lm5JXRSf9ITGllJ+zht+5+vj+TzKx118IsAcSH/FC0r0Mec2ZRCd/2+6EFwVPLWH dGHOkQfBJCsh16yoi5O7b4KDh/3fr+rK80DBpIrmQyUzAiGC3M0BOlawD0N+DHH4 yILkuvzRVk3Bs71Yl/lbWw3CS5XVkD3aHFeYh2rI6Vw6nK5ut1jjFs2UcyQ49XbZ bNMdauoh6RJKivLrM2AjHhYlFXHnB0/CZ+b8w0E1A== X-ME-Sender: X-ME-Proxy: Received: from localhost (flamenco.cs.columbia.edu [128.59.20.216]) by mail.messagingengine.com (Postfix) with ESMTPA id 47715E455F; Thu, 25 Oct 2018 10:46:57 -0400 (EDT) From: "Emilio G. Cota" To: qemu-devel@nongnu.org Date: Thu, 25 Oct 2018 10:46:22 -0400 Message-Id: <20181025144644.15464-49-cota@braap.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20181025144644.15464-1-cota@braap.org> References: <20181025144644.15464-1-cota@braap.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.111.4.27 Subject: [Qemu-devel] [RFC v4 49/71] nios: convert to cpu_interrupt_request X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Marek Vasut , Paolo Bonzini , Chris Wulff , Richard Henderson Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" Cc: Chris Wulff Cc: Marek Vasut Reviewed-by: Richard Henderson Signed-off-by: Emilio G. Cota Reviewed-by: Alex Bennée Reviewed-by: Alex Bennée --- target/nios2/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/nios2/cpu.c b/target/nios2/cpu.c index fbfaa2ce26..49a75414d3 100644 --- a/target/nios2/cpu.c +++ b/target/nios2/cpu.c @@ -36,7 +36,7 @@ static void nios2_cpu_set_pc(CPUState *cs, vaddr value) static bool nios2_cpu_has_work(CPUState *cs) { - return cs->interrupt_request & (CPU_INTERRUPT_HARD | CPU_INTERRUPT_NMI); + return cpu_interrupt_request(cs) & (CPU_INTERRUPT_HARD | CPU_INTERRUPT_NMI); } /* CPUClass::reset() */