Message ID | 20221108041039.111145-1-gshan@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <kvm-owner@kernel.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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9F171C4332F for <kvm@archiver.kernel.org>; Tue, 8 Nov 2022 04:13:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232350AbiKHENT (ORCPT <rfc822;kvm@archiver.kernel.org>); Mon, 7 Nov 2022 23:13:19 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43462 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232060AbiKHENR (ORCPT <rfc822;kvm@vger.kernel.org>); Mon, 7 Nov 2022 23:13:17 -0500 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3564525CD for <kvm@vger.kernel.org>; Mon, 7 Nov 2022 20:12:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1667880739; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=kWJeZzY3IwymxOSE8eyqhQVbBJ/OMii7d4/5NMTkL1I=; b=TK/cmz4JwNC9lY49b4TDrb1CViuKGhmtXqmqC7L7Jw7w7EKpmzOsnJoJIyi0z3X6WHO9Dw w5C60v12XX/Mf75qAu0SaHGu/h1LE6H+LvMTs/Qv9SlCtaqwvXKHMttGhLT+jXjyjeII3t UNZADbBjVuCNzoD1nHjc3sLtORtlvlo= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-582-4Qrpd2qIMzWBW-ymKzh8ew-1; Mon, 07 Nov 2022 23:12:16 -0500 X-MC-Unique: 4Qrpd2qIMzWBW-ymKzh8ew-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 989363C01DF0; Tue, 8 Nov 2022 04:12:15 +0000 (UTC) Received: from gshan.redhat.com (vpn2-54-78.bne.redhat.com [10.64.54.78]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 0F89D35429; Tue, 8 Nov 2022 04:12:08 +0000 (UTC) From: Gavin Shan <gshan@redhat.com> To: kvmarm@lists.linux.dev Cc: kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org, shuah@kernel.org, catalin.marinas@arm.com, andrew.jones@linux.dev, ajones@ventanamicro.com, bgardon@google.com, dmatlack@google.com, will@kernel.org, suzuki.poulose@arm.com, alexandru.elisei@arm.com, pbonzini@redhat.com, maz@kernel.org, peterx@redhat.com, oliver.upton@linux.dev, seanjc@google.com, zhenyzha@redhat.com, shan.gavin@gmail.com Subject: [PATCH v9 0/7] KVM: arm64: Enable ring-based dirty memory tracking Date: Tue, 8 Nov 2022 12:10:32 +0800 Message-Id: <20221108041039.111145-1-gshan@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.5 Precedence: bulk List-ID: <kvm.vger.kernel.org> X-Mailing-List: kvm@vger.kernel.org |
Series |
KVM: arm64: Enable ring-based dirty memory tracking
|
expand
|