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: 10638831 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 5495713AD for ; Fri, 12 Oct 2018 16:13:34 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3B4EA1FFD9 for ; Fri, 12 Oct 2018 16:13:34 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2F2E72AFF4; Fri, 12 Oct 2018 16:13:34 +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=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6D1701FFD9 for ; Fri, 12 Oct 2018 16:13:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729064AbeJLXqj (ORCPT ); Fri, 12 Oct 2018 19:46:39 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:56342 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729052AbeJLXqj (ORCPT ); Fri, 12 Oct 2018 19:46:39 -0400 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: , , , , , , , , , CC: 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 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.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(-)