Message ID | 20210104081613.100-1-lushenming@huawei.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=LXHu=GH=lists.infradead.org=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@kernel.org> 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=-17.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=unavailable 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 8E758C433E0 for <linux-arm-kernel@archiver.kernel.org>; Mon, 4 Jan 2021 08:18:37 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3893520784 for <linux-arm-kernel@archiver.kernel.org>; Mon, 4 Jan 2021 08:18:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3893520784 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=huawei.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.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=GUwuAZZSBtErK4IJWGi+DDLk1gxvpj3v0KoNQnYDS1s=; b=VDeRkbXxI19xWuFJtHzyGecS32 NViJUBHdum/P0PkTvwNB+SXztw+7rOkH46gv8m97jLlb8PweYu5zNPIq71Ok1pL68C66iWAbYcytw OQWg7H2CJRGzRiegE7wPD7vv3AlR43eijiI8dh2gHF27lqqxhci/BhKlSrzVRJJBeoZEP3gOUgZGq +J5EFWGLa0D3yaFv7golKnR+gB8SoW34HCWnxt7jQpewz0tBJYRtxCQkvGVNXRTAGn+79Nf5K1AYs xdzpn6eaulkLvF/DWUDyGJl66AMRLlJ87FnP0mVdA5rC4120cakb79XfjU97UpWnpoy14xyg+DnBi 9FQqiYiA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kwL3D-0007nG-Qd; Mon, 04 Jan 2021 08:17:15 +0000 Received: from szxga05-in.huawei.com ([45.249.212.191]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kwL37-0007jV-Je for linux-arm-kernel@lists.infradead.org; Mon, 04 Jan 2021 08:17:11 +0000 Received: from DGGEMS403-HUB.china.huawei.com (unknown [172.30.72.58]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4D8T341WJnzMF83; Mon, 4 Jan 2021 16:15:44 +0800 (CST) Received: from DESKTOP-7FEPK9S.china.huawei.com (10.174.184.196) by DGGEMS403-HUB.china.huawei.com (10.3.19.203) with Microsoft SMTP Server id 14.3.498.0; Mon, 4 Jan 2021 16:16:45 +0800 From: Shenming Lu <lushenming@huawei.com> To: Marc Zyngier <maz@kernel.org>, Eric Auger <eric.auger@redhat.com>, "Will Deacon" <will@kernel.org>, <linux-arm-kernel@lists.infradead.org>, <kvmarm@lists.cs.columbia.edu>, <kvm@vger.kernel.org>, <linux-kernel@vger.kernel.org> Subject: [RFC PATCH v2 0/4] KVM: arm64: Add VLPI migration support on GICv4.1 Date: Mon, 4 Jan 2021 16:16:09 +0800 Message-ID: <20210104081613.100-1-lushenming@huawei.com> X-Mailer: git-send-email 2.27.0.windows.1 MIME-Version: 1.0 X-Originating-IP: [10.174.184.196] X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210104_031709_968967_E2EFEA85 X-CRM114-Status: GOOD ( 11.74 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>, Cornelia Huck <cohuck@redhat.com>, lushenming@huawei.com, Alex Williamson <alex.williamson@redhat.com>, yuzenghui@huawei.com, wanghaibin.wang@huawei.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series |
KVM: arm64: Add VLPI migration support on GICv4.1
|
expand
|