From patchwork Fri Oct 12 16:12:47 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dongjiu Geng X-Patchwork-Id: 10638837 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 D5883112B for ; Fri, 12 Oct 2018 16:13:52 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C30272C166 for ; Fri, 12 Oct 2018 16:13:52 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B71EF2C18F; Fri, 12 Oct 2018 16:13:52 +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 57B652C166 for ; Fri, 12 Oct 2018 16:13:52 +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=4dsHXVy/ITUkjYLsDOprNBIjJwg3mMzL3QnMrZ1F4Wg=; b=TBFW8YeV4bgqzP X63qvoyB/FEvot95D2Rg5roQOSMGNgHSOx6pFKbnxqqWKykzfTdIi5LpMZlhkqBC4MvuihyV/ztRP EkqRMqW5lweREYMUcnCkFqKfswuULhmMAtzaCeAH3PRWryzOwkyneMUKD4dWnzCPxip4HB1RKlcY/ xTTB6UIC2d7u37z8kSAWdhIw/tquRHaSfxmXD6R8i+7o02matlFiw0FkZQx8KURHO+BP0GDA3+AEc CuzufMwFXPPVWU+jFjWF4u7sZ2H/VCGJ/lfj3644QaqxSfGTJe8Kh7PgssTa+ZenTNGPesIw7zors nN145PKH4RYs/FepQnPg==; 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 1gB04K-0003gY-Dg; Fri, 12 Oct 2018 16:13:40 +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 1gB04F-0003en-Na for linux-arm-kernel@lists.infradead.org; Fri, 12 Oct 2018 16:13:37 +0000 Received: from DGGEMS408-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id E1B85C3AB3231; Sat, 13 Oct 2018 00:13:18 +0800 (CST) Received: from SHA150392835-N.china.huawei.com (10.45.49.222) by DGGEMS408-HUB.china.huawei.com (10.3.19.208) with Microsoft SMTP Server id 14.3.399.0; Sat, 13 Oct 2018 00:13:12 +0800 From: Dongjiu Geng To: , , , , , , , , , Subject: [PATCH v4 0/2] rename function name and enable 32bit vcpu events Date: Sat, 13 Oct 2018 00:12:47 +0800 Message-ID: <20181012161249.9236-1-gengdongjiu@huawei.com> X-Mailer: git-send-email 2.11.0.windows.1 MIME-Version: 1.0 X-Originating-IP: [10.45.49.222] X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20181012_091336_003128_49D407A3 X-CRM114-Status: UNSURE ( 6.27 ) 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 readable; Enable the 32 bit vcpu events support. Change since v3: 1. Address James's comments to update the patch commit messages Change since v2: 1. Address Suzuki's comments to update the patch commit messages change since v1: 1. Update patch commit messages. Dongjiu Geng (2): arm/arm64: KVM: rename function kvm_arch_dev_ioctl_check_extension() arm/arm64: KVM: enable 32 bits kvm vcpu events support 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(-)