From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 23534CA9EC3 for ; Tue, 29 Oct 2019 07:21:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 02F9E20663 for ; Tue, 29 Oct 2019 07:21:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728826AbfJ2HUe (ORCPT ); Tue, 29 Oct 2019 03:20:34 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:60300 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728032AbfJ2HUc (ORCPT ); Tue, 29 Oct 2019 03:20:32 -0400 Received: from DGGEMS414-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 369BCB063877C594D3FB; Tue, 29 Oct 2019 15:20:22 +0800 (CST) Received: from DESKTOP-8RFUVS3.china.huawei.com (10.173.222.27) by DGGEMS414-HUB.china.huawei.com (10.3.19.214) with Microsoft SMTP Server id 14.3.439.0; Tue, 29 Oct 2019 15:20:15 +0800 From: Zenghui Yu To: , , , , CC: , , , , Zenghui Yu Subject: [PATCH 0/3] KVM: arm/arm64: vgic: Some cleanups and fixes Date: Tue, 29 Oct 2019 15:19:16 +0800 Message-ID: <20191029071919.177-1-yuzenghui@huawei.com> X-Mailer: git-send-email 2.23.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [10.173.222.27] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi KVM/ARM maintainers, This series contains three cleanups (fixes) I've collected when looking through the vgic code. Please consider taking them if you're happy with them. Thanks! Zenghui Yu (3): KVM: arm/arm64: vgic: Remove the declaration of kvm_send_userspace_msi() KVM: arm/arm64: vgic: Fix some comments typo KVM: arm/arm64: vgic: Don't rely on the wrong pending table include/kvm/arm_vgic.h | 4 +--- virt/kvm/arm/vgic/vgic-v3.c | 8 ++++---- virt/kvm/arm/vgic/vgic-v4.c | 2 +- 3 files changed, 6 insertions(+), 8 deletions(-) -- 2.19.1