Received: by 2002:a05:7412:3210:b0:e2:908c:2ebd with SMTP id eu16csp138874rdb; Thu, 31 Aug 2023 05:33:18 -0700 (PDT) X-Google-Smtp-Source: AGHT+IFtbpvq+b9oaLoru773Ks0r87lKJuk3n7WAhRlQdvvIAaaR2rcMyAsG2uU/pk2I9PFu7XTS X-Received: by 2002:a17:907:2c62:b0:9a5:c9a4:ba18 with SMTP id ib2-20020a1709072c6200b009a5c9a4ba18mr3572922ejc.46.1693485198455; Thu, 31 Aug 2023 05:33:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1693485198; cv=none; d=google.com; s=arc-20160816; b=JJKox6avvBMzOkiKP4LS4hqZ2ce9jIZB5HQrT5gzk3nI8nLyVm9NlPzs22s3jbnMx9 qCUbmFC+xVQuNx94AYBjG1RYJMj3o7/MG5+SdPSS1zXYctVtKoBV1RChxqYVuiz37yYa MDXBbkFEE4matnP6rBu0s7kBG1MmuwLPS9Kun6V+LcGpKHtEJaBSTfJJwiFihod5tFzG Z43fhbtXs/0emnw37Siyczc9ClvYv67ZME9oygzCTZEMOIkfg9JXLhwWYyhiwaQppx9x 2anmMmCpYGIqVgzzdN9p44itWocYMsIZMXz7GAT9qlwRTdxiuHsQcYZfa6vUnn9HOaYp h6Eg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=YR6oMRucCHft1Qgi26mumQwdsMX1HhZIFD/+6LTQP1M=; fh=ejoaVAUUbBXsA/6jM/beuI9xCYtV2osdR9SpI7hjY84=; b=Ywm3Z+kyUxiaZT4hOS4bHj6hTCvJcK0+VuIL9jAqljtJOJSabDux+tGwVFceD0zTkt dcTif9gaoXH3CAngZ3kwwSDCPex5GDpNjPFPQWRSk8ErI4dCnHZflpsBtsOMRhnP7dqU 0jcUFLYUHQqEtkmBqNeYG7aEylrYFTju/Oty4CenUUwRgxq6Pdtt5fKe1xBMhfTRT3oY ye9df1POd7XfK5EMOuz7oS/SOtd3a/Hi5IAaqbyI0/EbgK4SlAoGFWBbqG/yw69HKs37 tZ7skpMu5dwvdyWsibeKThfaVBiMazZgJrKQPTudbbgVmCARzoOBSEkZx3GLQMJKunc1 bGow== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id sd7-20020a170906ce2700b0099b49483268si920278ejb.301.2023.08.31.05.32.49; Thu, 31 Aug 2023 05:33:18 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240748AbjHaIcF (ORCPT + 99 others); Thu, 31 Aug 2023 04:32:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32830 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345099AbjHaIb0 (ORCPT ); Thu, 31 Aug 2023 04:31:26 -0400 Received: from mail.loongson.cn (mail.loongson.cn [114.242.206.163]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 7777410CB; Thu, 31 Aug 2023 01:30:43 -0700 (PDT) Received: from loongson.cn (unknown [10.2.5.185]) by gateway (Coremail) with SMTP id _____8AxTeutT_BkuV4dAA--.54667S3; Thu, 31 Aug 2023 16:30:37 +0800 (CST) Received: from localhost.localdomain (unknown [10.2.5.185]) by localhost.localdomain (Coremail) with SMTP id AQAAf8Ax3c6gT_BkOPVnAA--.55892S24; Thu, 31 Aug 2023 16:30:36 +0800 (CST) From: Tianrui Zhao To: linux-kernel@vger.kernel.org, kvm@vger.kernel.org Cc: Paolo Bonzini , Huacai Chen , WANG Xuerui , Greg Kroah-Hartman , loongarch@lists.linux.dev, Jens Axboe , Mark Brown , Alex Deucher , Oliver Upton , maobibo@loongson.cn, Xi Ruoyao , zhaotianrui@loongson.cn Subject: [PATCH v20 22/30] LoongArch: KVM: Implement handle idle exception Date: Thu, 31 Aug 2023 16:30:12 +0800 Message-Id: <20230831083020.2187109-23-zhaotianrui@loongson.cn> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230831083020.2187109-1-zhaotianrui@loongson.cn> References: <20230831083020.2187109-1-zhaotianrui@loongson.cn> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-CM-TRANSID: AQAAf8Ax3c6gT_BkOPVnAA--.55892S24 X-CM-SenderInfo: p2kd03xldq233l6o00pqjv00gofq/ X-Coremail-Antispam: 1Uk129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7KY7 ZEXasCq-sGcSsGvfJ3UbIjqfuFe4nvWSU5nxnvy29KBjDU0xBIdaVrnUUvcSsGvfC2Kfnx nUUI43ZEXa7xR_UUUUUUUUU== X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_BLOCKED,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Implement kvm handle LoongArch vcpu idle exception, using kvm_vcpu_block to emulate it. Reviewed-by: Bibo Mao Signed-off-by: Tianrui Zhao --- arch/loongarch/kvm/exit.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/arch/loongarch/kvm/exit.c b/arch/loongarch/kvm/exit.c index 32edd915eb..30748238c7 100644 --- a/arch/loongarch/kvm/exit.c +++ b/arch/loongarch/kvm/exit.c @@ -188,3 +188,23 @@ int _kvm_complete_iocsr_read(struct kvm_vcpu *vcpu, struct kvm_run *run) return er; } + +int _kvm_emu_idle(struct kvm_vcpu *vcpu) +{ + ++vcpu->stat.idle_exits; + trace_kvm_exit_idle(vcpu, KVM_TRACE_EXIT_IDLE); + + if (!kvm_arch_vcpu_runnable(vcpu)) { + /* + * Switch to the software timer before halt-polling/blocking as + * the guest's timer may be a break event for the vCPU, and the + * hypervisor timer runs only when the CPU is in guest mode. + * Switch before halt-polling so that KVM recognizes an expired + * timer before blocking. + */ + kvm_save_timer(vcpu); + kvm_vcpu_block(vcpu); + } + + return EMULATE_DONE; +} -- 2.27.0