From: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
To: qemu-block@nongnu.org
Cc: fam@euphon.net, kwolf@redhat.com, vsementsov@virtuozzo.com,
quintela@redhat.com, armbru@redhat.com, qemu-devel@nongnu.org,
stefanha@redhat.com, den@openvz.org, mreitz@redhat.com,
jsnow@redhat.com, dgilbert@redhat.com
Subject: [Qemu-devel] [PATCH 0/4] bitmaps: some refactoring
Date: Mon, 16 Sep 2019 17:19:07 +0300 [thread overview]
Message-ID: <20190916141911.5255-1-vsementsov@virtuozzo.com> (raw)
Hi all!
Here I suggest some refactoring patches for bitmaps.
Vladimir Sementsov-Ogievskiy (4):
block/dirty-bitmap: drop meta
block/dirty-bitmap: add bs link
block/dirty-bitmap: drop BdrvDirtyBitmap.mutex
block/dirty-bitmap: refactor bdrv_dirty_bitmap_next
include/block/dirty-bitmap.h | 28 +++---
block.c | 4 +-
block/backup.c | 14 ++-
block/dirty-bitmap.c | 165 ++++++++++++---------------------
block/mirror.c | 4 +-
block/qcow2-bitmap.c | 14 +--
blockdev.c | 6 +-
migration/block-dirty-bitmap.c | 11 +--
migration/block.c | 4 +-
9 files changed, 95 insertions(+), 155 deletions(-)
--
2.21.0
next reply other threads:[~2019-09-16 14:34 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-16 14:19 Vladimir Sementsov-Ogievskiy [this message]
2019-09-16 14:19 ` [Qemu-devel] [PATCH 1/4] block/dirty-bitmap: drop meta Vladimir Sementsov-Ogievskiy
2019-09-16 17:53 ` John Snow
2019-09-16 14:19 ` [Qemu-devel] [PATCH 2/4] block/dirty-bitmap: add bs link Vladimir Sementsov-Ogievskiy
2019-09-18 23:04 ` John Snow
2019-09-16 14:19 ` [Qemu-devel] [PATCH 3/4] block/dirty-bitmap: drop BdrvDirtyBitmap.mutex Vladimir Sementsov-Ogievskiy
2019-09-26 18:40 ` John Snow
2019-09-16 14:19 ` [Qemu-devel] [PATCH 4/4] block/dirty-bitmap: refactor bdrv_dirty_bitmap_next Vladimir Sementsov-Ogievskiy
2019-09-26 18:54 ` John Snow
2019-09-26 19:28 ` Eric Blake
2019-09-26 21:44 ` John Snow
2019-09-27 7:17 ` Vladimir Sementsov-Ogievskiy
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=20190916141911.5255-1-vsementsov@virtuozzo.com \
--to=vsementsov@virtuozzo.com \
--cc=armbru@redhat.com \
--cc=den@openvz.org \
--cc=dgilbert@redhat.com \
--cc=fam@euphon.net \
--cc=jsnow@redhat.com \
--cc=kwolf@redhat.com \
--cc=mreitz@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=quintela@redhat.com \
--cc=stefanha@redhat.com \
/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).