From nobody Fri May 17 04:59:55 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=shingroup.cn Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1693213559305724.5230613632611; Mon, 28 Aug 2023 02:05:59 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qaYBh-0003qi-FX; Mon, 28 Aug 2023 05:05:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qaYBf-0003qP-BK; Mon, 28 Aug 2023 05:05:31 -0400 Received: from smtpbgjp3.qq.com ([54.92.39.34]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qaYBZ-0003BW-3l; Mon, 28 Aug 2023 05:05:31 -0400 Received: from localhost.localdomain ( [183.208.204.163]) by bizesmtp.qq.com (ESMTP) with id ; Mon, 28 Aug 2023 17:02:25 +0800 (CST) X-QQ-mid: bizesmtp66t1693213353th7fza7u X-QQ-SSF: 01400000000000605000000A0000000 X-QQ-FEAT: 3M0okmaRx3hjm/Pvg6z471VONwKYmSzK/4ItTNmamkI4KQiM4SViesqiGvEOc qUheNY/AKfEJgm6Q5W2UqoknE3/e9DK3tgWMfba8vhPgrXLW2uAUaB50g8Af8yv+Gy9nrZ4 bBannfimC2HEhPG/MdB8nXTYjrUMDb59wc8Inpz8hULWkO7nJYcCpWPCIcDOIxD3++w82KL PPzkK8Z+zyG3BWyCh4VPam6mCD4WRGBz5fXqF73VqplvXlRGvWIf7tcmThMRELxTrWeqPDS PzTzlNXB7vDURKvLAerngj9K7B8qZTLzTfJ1FO/QWWoRmHaT9nxbdfXLxfWan814oTPvOZ4 6G1tT3z52jrfompwYK/5fLyG4y8fICxPlTelR9E9Ajyxrtm6OF8HF61fidUP+Wbk7fpLtrU kMyxrYX9RYI= X-QQ-GoodBg: 2 X-BIZMAIL-ID: 5862431564400919348 From: jianchunfu To: danielhb413@gmail.com, clg@kaod.org, david@gibson.dropbear.id.au, groug@kaod.org, npiggin@gmail.com, pbonzini@redhat.com, gautam@linux.ibm.com Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, jianchunfu Subject: [RESEND PATCH] target/ppc: Fix the order of kvm_enable judgment about kvmppc_set_interrupt() Date: Mon, 28 Aug 2023 17:01:37 +0800 Message-Id: <20230828090137.254407-1-chunfu.jian@shingroup.cn> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20230721073734.219027-1-chunfu.jian@shingroup.cn> References: <20230721073734.219027-1-chunfu.jian@shingroup.cn> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:shingroup.cn:qybglogicsvrgz:qybglogicsvrgz5a-1 Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=54.92.39.34; envelope-from=chunfu.jian@shingroup.cn; helo=smtpbgjp3.qq.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZM-MESSAGEID: 1693213567375100002 Content-Type: text/plain; charset="utf-8" It's unnecessary for non-KVM accelerators(TCG, for example), to call this function, so change the order of kvm_enable() judgment. The static inline function that returns -1 directly does not work in TCG's situation. Signed-off-by: jianchunfu --- hw/ppc/ppc.c | 8 ++++++-- target/ppc/kvm.c | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/hw/ppc/ppc.c b/hw/ppc/ppc.c index 0e0a3d93c3..3e96b24487 100644 --- a/hw/ppc/ppc.c +++ b/hw/ppc/ppc.c @@ -58,7 +58,9 @@ void ppc_set_irq(PowerPCCPU *cpu, int irq, int level) =20 if (old_pending !=3D env->pending_interrupts) { ppc_maybe_interrupt(env); - kvmppc_set_interrupt(cpu, irq, level); + if (kvm_enabled()) { + kvmppc_set_interrupt(cpu, irq, level); + } } =20 trace_ppc_irq_set_exit(env, irq, level, env->pending_interrupts, @@ -1465,5 +1467,7 @@ void ppc_irq_reset(PowerPCCPU *cpu) CPUPPCState *env =3D &cpu->env; =20 env->irq_input_state =3D 0; - kvmppc_set_interrupt(cpu, PPC_INTERRUPT_EXT, 0); + if (kvm_enabled()) { + kvmppc_set_interrupt(cpu, PPC_INTERRUPT_EXT, 0); + } } diff --git a/target/ppc/kvm.c b/target/ppc/kvm.c index a8a935e267..11a1fbc244 100644 --- a/target/ppc/kvm.c +++ b/target/ppc/kvm.c @@ -1315,7 +1315,7 @@ int kvmppc_set_interrupt(PowerPCCPU *cpu, int irq, in= t level) return 0; } =20 - if (!kvm_enabled() || !cap_interrupt_unset) { + if (!cap_interrupt_unset) { return 0; } =20 --=20 2.27.0