[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-block] [PATCH v21 00/30] qcow2: persistent dirty bitmaps
From: |
Max Reitz |
Subject: |
Re: [Qemu-block] [PATCH v21 00/30] qcow2: persistent dirty bitmaps |
Date: |
Mon, 26 Jun 2017 17:29:45 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 |
On 2017-06-13 16:03, Vladimir Sementsov-Ogievskiy wrote:
> Hi all!
>
> There is a new update of qcow2-bitmap series - v21.
>
> web:
> https://src.openvz.org/users/vsementsov/repos/qemu/browse?at=qcow2-bitmap-v21
> git: https://src.openvz.org/scm/~vsementsov/qemu.git (tag qcow2-bitmap-v21)
Unfortunately, several conflicts with Paolo's "Block layer thread
safety, part 1" series (from June 5th, applied only on June 20th due to
some OS X build failures) -- mostly because it adds a mutex for
accessing dirty bitmaps -- prevent me from applying this series.
There are some other conflicts as well (like qcow2.txt being moved to
docs/interop), but I would have been fine with fixing them myself -- but
the bitmap lock thing affects at least half of this series and often in
a non-trivial way, too (I didn't feel comfortable to quickly make the
decision whether some bitmap accessing function should use locks or not).
Max
signature.asc
Description: OpenPGP digital signature
- [Qemu-block] [PATCH v21 15/30] block/dirty-bitmap: add autoload field to BdrvDirtyBitmap, (continued)
- [Qemu-block] [PATCH v21 15/30] block/dirty-bitmap: add autoload field to BdrvDirtyBitmap, Vladimir Sementsov-Ogievskiy, 2017/06/13
- [Qemu-block] [PATCH v21 20/30] qcow2: store bitmaps on reopening image as read-only, Vladimir Sementsov-Ogievskiy, 2017/06/13
- [Qemu-block] [PATCH v21 02/30] specs/qcow2: do not use wording 'bitmap header', Vladimir Sementsov-Ogievskiy, 2017/06/13
- [Qemu-block] [PATCH v21 10/30] block/dirty-bitmap: add readonly field to BdrvDirtyBitmap, Vladimir Sementsov-Ogievskiy, 2017/06/13
- [Qemu-block] [PATCH v21 19/30] qcow2: add persistent dirty bitmaps support, Vladimir Sementsov-Ogievskiy, 2017/06/13
- Re: [Qemu-block] [Qemu-devel] [PATCH v21 00/30] qcow2: persistent dirty bitmaps, no-reply, 2017/06/13
- Re: [Qemu-block] [PATCH v21 00/30] qcow2: persistent dirty bitmaps, Max Reitz, 2017/06/14
- Re: [Qemu-block] [PATCH v21 00/30] qcow2: persistent dirty bitmaps,
Max Reitz <=