Message ID | 20220314213226.362217-1-v.sementsov-og@mail.ru (mailing list archive) |
---|---|
Headers | show |
Series | qapi: nbd-export: select bitmap by node/name pair | expand |
On Tue, Mar 15, 2022 at 12:45:04AM +0300, Vladimir Sementsov-Ogievskiy wrote: > 15.03.2022 00:32, Vladimir Sementsov-Ogievskiy wrote: > > From: Vladimir Sementsov-Ogievskiy <v.sementsov-og@ya.ru> > > > > Hi all! > > > > Here is small improvement for bitmap exporting interface. > > > > v2: Sorry for the noise, me trying to find a email service, that don't > > consider sending patch series by git-send-email as as spam :/ > > Aha, and @mail.ru works a lot better. So, that's a candidate for v2 of my "[PATCH] MAINTAINERS: change Vladimir's email address". > > This series itself is OK for reviewing, but email in s-o-b mark may change in v3. Vladimir, do I have your permission to alter your S-o-b marks from @ya.ru to @mail.ru (since we have established that you have sent mail from both addresses, but selected @mail.ru in MAINTAINERS)? That's the only thing that's preventing me from queuing this series as-is.
From: Vladimir Sementsov-Ogievskiy <v.sementsov-og@ya.ru> Hi all! Here is small improvement for bitmap exporting interface. v2: Sorry for the noise, me trying to find a email service, that don't consider sending patch series by git-send-email as as spam :/ Vladimir Sementsov-Ogievskiy (3): qapi: rename BlockDirtyBitmapMergeSource to BlockDirtyBitmapOrStr qapi: nbd-export: allow select bitmaps by node/name pair iotests/223: check new possibility of exporting bitmaps by node/name block/monitor/bitmap-qmp-cmds.c | 6 +-- blockdev-nbd.c | 8 +++- include/block/block_int-global-state.h | 2 +- nbd/server.c | 63 +++++++++++++++++--------- qapi/block-core.json | 6 +-- qapi/block-export.json | 5 +- qemu-img.c | 8 ++-- qemu-nbd.c | 11 ++++- tests/qemu-iotests/223 | 16 +++++++ tests/qemu-iotests/223.out | 47 ++++++++++++++++++- 10 files changed, 133 insertions(+), 39 deletions(-)