Message ID | 20221005004154.83502-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 593D2C433F5 for <kvm@archiver.kernel.org>; Wed, 5 Oct 2022 00:43:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229634AbiJEAnp (ORCPT <rfc822;kvm@archiver.kernel.org>); Tue, 4 Oct 2022 20:43:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36580 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229613AbiJEAnm (ORCPT <rfc822;kvm@vger.kernel.org>); Tue, 4 Oct 2022 20:43:42 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9605A5EDF1 for <kvm@vger.kernel.org>; Tue, 4 Oct 2022 17:43:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1664930620; 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=e2vO/HZgtB5CiMditasb5l4Z5VG/S1wRmLc+HGljeRM=; b=FWC3rmYKBo/f54GnxOpj3IK6NA6XcBeFwT7WUAXtycaTQw10ymhHE96goT+6pctQK8OWh0 KsuzxEnAdYWQ5sVfwfScCW4+TtXy2pGsrv+YJUQFnu+MeeB9KEum30xkgj9+/kDlCCwpBb XnRhI1x+RjxfwnQ1DCl0MZD/CJtbYX0= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-631-GD8dWRP4NOyG_JNcIYwqvQ-1; Tue, 04 Oct 2022 20:43:37 -0400 X-MC-Unique: GD8dWRP4NOyG_JNcIYwqvQ-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 74A9B811E67; Wed, 5 Oct 2022 00:43:14 +0000 (UTC) Received: from gshan.redhat.com (vpn2-54-56.bne.redhat.com [10.64.54.56]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C47A917583; Wed, 5 Oct 2022 00:42:51 +0000 (UTC) From: Gavin Shan <gshan@redhat.com> To: kvmarm@lists.linux.dev Cc: kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org, peterx@redhat.com, catalin.marinas@arm.com, bgardon@google.com, shuah@kernel.org, andrew.jones@linux.dev, will@kernel.org, dmatlack@google.com, pbonzini@redhat.com, zhenyzha@redhat.com, james.morse@arm.com, suzuki.poulose@arm.com, alexandru.elisei@arm.com, oliver.upton@linux.dev, seanjc@google.com, shan.gavin@gmail.com Subject: [PATCH v5 0/7] KVM: arm64: Enable ring-based dirty memory tracking Date: Wed, 5 Oct 2022 08:41:47 +0800 Message-Id: <20221005004154.83502-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
|