From patchwork Mon Sep 24 13:29:58 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dongjiu Geng X-Patchwork-Id: 10612483 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id F057F161F for ; Mon, 24 Sep 2018 13:33:51 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DDBAD294EE for ; Mon, 24 Sep 2018 13:33:51 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D19FC29C4B; Mon, 24 Sep 2018 13:33:51 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 700E7294EE for ; Mon, 24 Sep 2018 13:33:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=05aBHMfKcZlAWIhHDxYmbAg63iNptyZ6wXu/G2rX4j4=; b=WBobgX7ZVm5sqm JYepqXGp7xqnlgljStoLiZp2pjHaOTJFRGGlu2kffichZIWOR4WtdXMSgPgNe5y7VaAj8hrCr0U2t IGtl2BuqWvRZaJH8KY8mcSszjsf1sOiN9PnUv7KIxY+IlKCo52gpdiSuWgL2J/qcn6k1UUmXckFBf ShTazGuDrbL6xuQ9cuH7mj0ku/5+npgWOoxSe+hOFpK6swjpLELBzCqn27xJ11GvfTOZ04YvCMJrE Y3co0rR4AwpUI/IxB+ZPGZRE0QgTXParcRLGF34HSzqYeJP9gUnvtePPJkBrBhNglU9P8EtX5NMOD Zaid1UlkQXlwO5y0TEUQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1g4Qzb-0004ii-FB; Mon, 24 Sep 2018 13:33:39 +0000 Received: from szxga07-in.huawei.com ([45.249.212.35] helo=huawei.com) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1g4Qxj-0004BA-5i for linux-arm-kernel@lists.infradead.org; Mon, 24 Sep 2018 13:31:46 +0000 Received: from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id DC692317B7F57; Mon, 24 Sep 2018 21:31:00 +0800 (CST) Received: from SHA150392835-N.china.huawei.com (10.45.48.175) by DGGEMS410-HUB.china.huawei.com (10.3.19.210) with Microsoft SMTP Server id 14.3.399.0; Mon, 24 Sep 2018 21:30:55 +0800 From: Dongjiu Geng To: , , , , , , , , , , Subject: [PATCH 0/2] rename function name and enable 32bit vcpu events Date: Mon, 24 Sep 2018 21:29:58 +0800 Message-ID: <20180924133000.10244-1-gengdongjiu@huawei.com> X-Mailer: git-send-email 2.11.0.windows.1 MIME-Version: 1.0 X-Originating-IP: [10.45.48.175] X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180924_063143_449984_D8DC262B X-CRM114-Status: UNSURE ( 5.71 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: gengdongjiu@huawei.com Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Rename the kvm_arch_dev_ioctl_check_extension() to kvm_arch_vm_ioctl_check_extension, because the name is not reasonable; Enable the 32 bit vcpu events support. Dongjiu Geng (2): arm/arm64: KVM: rename function kvm_arch_dev_ioctl_check_extension() arm/arm64: KVM: share the check for vcpu events capability arch/arm/include/asm/kvm_host.h | 2 +- arch/arm64/include/asm/kvm_host.h | 2 +- arch/arm64/kvm/reset.c | 5 ++--- virt/kvm/arm/arm.c | 3 ++- 4 files changed, 6 insertions(+), 6 deletions(-)