Message ID | 20250205132222.55816-1-shameerali.kolothum.thodi@huawei.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 714B1C02192 for <linux-arm-kernel@archiver.kernel.org>; Wed, 5 Feb 2025 14:31:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:MIME-Version:Message-ID:Date:Subject:CC: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=Yq6cgK+Swgzv8l3Z2AtXXTcJ2/5Z5wvAk/D4NWCRZZ0=; b=WSNpkT73a6WAQEvNS5JoOg4/eS hvGP/bEr4vAyI+mrO7hv2X3Pxb3BI3frxagXfceFzlJbxtMpcPzMKRQWVGOB3Ae3UTvx14g/YMTuD Y4ci8iUvUqI2LJYsu4bCViVE02hJAKnMdO0jHa5gcFEObaeluRDR0oLD+zeN14WPRNhXbhDgnsLeh bJYZ4aa6wdU6MR1Awco6Nj/jVPy9838uuyM6pv/3VeG4XndpEtHv55MvWnxYuV1tcNfKVXW48H4Ps Kcrpz8nZFbc64QEk97OVQhzyffMIZee7xQONktolFHErDUWdcI2NKbbg/ssHm4CzJscBGm47mjcJg pW3hx8aQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tfgQo-00000003Y0W-0ybY; Wed, 05 Feb 2025 14:31:10 +0000 Received: from frasgout.his.huawei.com ([185.176.79.56]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tffMm-00000003Nzi-1ddt for linux-arm-kernel@lists.infradead.org; Wed, 05 Feb 2025 13:22:58 +0000 Received: from mail.maildlp.com (unknown [172.18.186.216]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4Yp17F03nwz6FBS3; Wed, 5 Feb 2025 21:20:09 +0800 (CST) Received: from frapeml500008.china.huawei.com (unknown [7.182.85.71]) by mail.maildlp.com (Postfix) with ESMTPS id 637F8140516; Wed, 5 Feb 2025 21:22:47 +0800 (CST) Received: from A2303104131.china.huawei.com (10.203.177.241) by frapeml500008.china.huawei.com (7.182.85.71) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Wed, 5 Feb 2025 14:22:39 +0100 From: Shameer Kolothum <shameerali.kolothum.thodi@huawei.com> To: <kvmarm@lists.linux.dev>, <maz@kernel.org>, <oliver.upton@linux.dev> CC: <catalin.marinas@arm.com>, <will@kernel.org>, <mark.rutland@arm.com>, <cohuck@redhat.com>, <eric.auger@redhat.com>, <sebott@redhat.com>, <yuzenghui@huawei.com>, <wangzhou1@hisilicon.com>, <jiangkunkun@huawei.com>, <jonathan.cameron@huawei.com>, <anthony.jebson@huawei.com>, <linux-arm-kernel@lists.infradead.org>, <linuxarm@huawei.com> Subject: [PATCH v6 0/4] KVM: arm64: Errata management for VM Live migration Date: Wed, 5 Feb 2025 13:22:18 +0000 Message-ID: <20250205132222.55816-1-shameerali.kolothum.thodi@huawei.com> X-Mailer: git-send-email 2.12.0.windows.1 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.203.177.241] X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To frapeml500008.china.huawei.com (7.182.85.71) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250205_052256_719691_9E4B4D2E X-CRM114-Status: GOOD ( 12.27 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 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> 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: Errata management for VM Live migration
|
expand
|