From: Paolo Bonzini <pbonzini@redhat.com>
To: Peter Xu <peterx@redhat.com>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v3 0/4] memory: Fix up coalesced_io_del not working for KVM
Date: Wed, 21 Aug 2019 10:14:56 +0200 [thread overview]
Message-ID: <701cecb0-0cc6-47eb-6ca6-1c66e94fb57d@redhat.com> (raw)
In-Reply-To: <20190820141328.10009-1-peterx@redhat.com>
Looks great, thanks!
I'm even squashing together 1/3/4 since it's actually quite readable and
the intermediate states aren't really bisectable.
Paolo
On 20/08/19 16:13, Peter Xu wrote:
> v3:
> - dropping patch 1 because I'm going to drop the has_coalesced_ranges
> variable later...
> - moving previous patch 2 as patch 1 because I think it's definitely
> solving a standalone issue of KVM, and also it'll introduce a helper
> function that will be used in follow up patches.
> - added new patches
> - patch 3: a cleanup and prepares for the next
> - patch 4: fixes another issue when add/clear coalescing ranges that
> Paolo pointed out
>
> v2:
> - simply migrate has_coalesced_range in patch 1, while I added
> comments in the code because that can be a bit unobvious [Paolo]
>
> v1 is here:
>
> https://lists.gnu.org/archive/html/qemu-devel/2019-08/msg03293.html
>
> Peter Xu (4):
> memory: Split zones when do coalesced_io_del()
> memory: Remove has_coalesced_range counter
> memory: Refactor memory_region_clear_coalescing
> memory: Fix up memory_region_{add|del}_coalescing
>
> memory.c | 99 +++++++++++++++++++++++++++++---------------------------
> 1 file changed, 52 insertions(+), 47 deletions(-)
>
prev parent reply other threads:[~2019-08-21 8:16 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-20 14:13 [Qemu-devel] [PATCH v3 0/4] memory: Fix up coalesced_io_del not working for KVM Peter Xu
2019-08-20 14:13 ` [Qemu-devel] [PATCH v3 1/4] memory: Split zones when do coalesced_io_del() Peter Xu
2019-08-20 14:13 ` [Qemu-devel] [PATCH v3 2/4] memory: Remove has_coalesced_range counter Peter Xu
2019-08-20 14:13 ` [Qemu-devel] [PATCH v3 3/4] memory: Refactor memory_region_clear_coalescing Peter Xu
2019-08-20 14:13 ` [Qemu-devel] [PATCH v3 4/4] memory: Fix up memory_region_{add|del}_coalescing Peter Xu
2019-08-21 8:14 ` Paolo Bonzini [this message]
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=701cecb0-0cc6-47eb-6ca6-1c66e94fb57d@redhat.com \
--to=pbonzini@redhat.com \
--cc=peterx@redhat.com \
--cc=qemu-devel@nongnu.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).