[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/2] Deprecate implicit filters
From: |
Vladimir Sementsov-Ogievskiy |
Subject: |
[Qemu-devel] [PATCH 0/2] Deprecate implicit filters |
Date: |
Wed, 14 Aug 2019 13:07:33 +0300 |
Hi all!
Max's series to fix some problems around filters consists of 42 patches.
I'm sure that we didn't find all bugs around filters, and that filters
would be a constant source of bugs in future, as during developing new
feature nobody will consider all possible cases of dealing with filters
(OK, somebody will, but it's hard).
So, I'm thinking about starting some deprecations which will help us to
simplify all the picture at least in not far future. So, I'd really want
to deprecate implicit filters, ->file child based filters (move all
filters to use backing child), filename based interfaces (use node-names).
Most simple thing is implicit filters, so let's start from them.
drive-mirror don't support filter-node-name, so I propose to deprecate
it at all, together with drive-backup, instead of adding support of
filter-node-name, what do you think?
Vladimir Sementsov-Ogievskiy (2):
qapi: deprecate drive-mirror and drive-backup
qapi: deprecate implicit filters
qemu-deprecated.texi | 11 +++++++++++
qapi/block-core.json | 10 ++++++++--
qapi/transaction.json | 2 +-
include/block/block_int.h | 10 +++++++++-
blockdev.c | 20 ++++++++++++++++++++
5 files changed, 49 insertions(+), 4 deletions(-)
--
2.18.0
- [Qemu-devel] [PATCH 0/2] Deprecate implicit filters,
Vladimir Sementsov-Ogievskiy <=
- [Qemu-devel] [PATCH 2/2] qapi: deprecate implicit filters, Vladimir Sementsov-Ogievskiy, 2019/08/14
- Re: [Qemu-devel] [PATCH 2/2] qapi: deprecate implicit filters, John Snow, 2019/08/14
- Re: [Qemu-devel] [Qemu-block] [PATCH 2/2] qapi: deprecate implicit filters, Maxim Levitsky, 2019/08/14
- Re: [Qemu-devel] [PATCH 2/2] qapi: deprecate implicit filters, Kevin Wolf, 2019/08/15
- Re: [Qemu-devel] [libvirt] [PATCH 2/2] qapi: deprecate implicit filters, Peter Krempa, 2019/08/15
- Re: [Qemu-devel] [libvirt] [PATCH 2/2] qapi: deprecate implicit filters, Markus Armbruster, 2019/08/15
- Re: [Qemu-devel] [libvirt] [PATCH 2/2] qapi: deprecate implicit filters, Christophe de Dinechin, 2019/08/29
- Re: [Qemu-devel] [libvirt] [PATCH 2/2] qapi: deprecate implicit filters, John Snow, 2019/08/29
- Re: [Qemu-devel] [libvirt] [PATCH 2/2] qapi: deprecate implicit filters, Christophe de Dinechin, 2019/08/30
- Re: [Qemu-devel] [libvirt] [PATCH 2/2] qapi: deprecate implicit filters, John Snow, 2019/08/30