From: Sean Christopherson <seanjc@google.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org,
David Stevens <stevensd@chromium.org>
Subject: Re: [PATCH] KVM: cleanup allocation of rmaps and page tracking data
Date: Mon, 18 Oct 2021 18:13:58 +0000 [thread overview]
Message-ID: <YW25ZiTE1N6xS4FN@google.com> (raw)
In-Reply-To: <20211018175333.582417-1-pbonzini@redhat.com>
On Mon, Oct 18, 2021, Paolo Bonzini wrote:
> From: David Stevens <stevensd@chromium.org>
>
> Unify the flags for rmaps and page tracking data, using a
> single flag in struct kvm_arch and a single loop to go
> over all the address spaces and memslots. This avoids
> code duplication between alloc_all_memslots_rmaps and
> kvm_page_track_enable_mmu_write_tracking.
>
> Signed-off-by: David Stevens <stevensd@chromium.org>
> [This patch is the delta between David's v2 and v3, with conflicts
> fixed and my own commit message. - Paolo]
> Co-developed-by: Sean Christopherson <seanjc@google.com>
Checkpatch will complain about a lack of
Signed-off-by: Sean Christopherson <seanjc@google.com>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
...
> + bool shadow_root_alloced;
Maybe "allocated" instead of "alloced"?
next prev parent reply other threads:[~2021-10-18 18:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-18 17:53 [PATCH] KVM: cleanup allocation of rmaps and page tracking data Paolo Bonzini
2021-10-18 18:13 ` Sean Christopherson [this message]
2021-10-18 18:58 ` Paolo Bonzini
2021-10-19 19:28 ` Maxim Levitsky
2021-10-20 9:21 ` Paolo Bonzini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YW25ZiTE1N6xS4FN@google.com \
--to=seanjc@google.com \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pbonzini@redhat.com \
--cc=stevensd@chromium.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.