[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-block] [PATCH v3 35/44] commit: Add filter-node-name to block-
From: |
Max Reitz |
Subject: |
Re: [Qemu-block] [PATCH v3 35/44] commit: Add filter-node-name to block-commit |
Date: |
Tue, 28 Feb 2017 16:56:33 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 |
On 28.02.2017 13:54, Kevin Wolf wrote:
> Management tools need to be able to know about every node in the graph
> and need a way to address them. Changing the graph structure was okay
> because libvirt doesn't really manage the node level yet, but future
> libvirt versions need to deal with both new and old version of qemu.
>
> This new option to blockdev-commit allows the client to set a node-name
> for the automatically inserted filter driver, and at the same time
> serves as a witness for a future libvirt that this version of qemu does
> automatically insert a filter driver.
>
> Signed-off-by: Kevin Wolf <address@hidden>
> ---
> block/commit.c | 5 +++--
> block/mirror.c | 3 ++-
> block/replication.c | 2 +-
> blockdev.c | 10 +++++++---
> include/block/block_int.h | 13 ++++++++++---
> qapi/block-core.json | 8 +++++++-
> qemu-img.c | 4 ++--
> 7 files changed, 32 insertions(+), 13 deletions(-)
Reviewed-by: Max Reitz <address@hidden>
signature.asc
Description: OpenPGP digital signature
- [Qemu-block] [PATCH v3 28/44] block: Fix pending requests check in bdrv_append(), (continued)
- [Qemu-block] [PATCH v3 28/44] block: Fix pending requests check in bdrv_append(), Kevin Wolf, 2017/02/28
- [Qemu-block] [PATCH v3 29/44] block: BdrvChildRole.attach/detach() callbacks, Kevin Wolf, 2017/02/28
- [Qemu-block] [PATCH v3 30/44] block: Allow backing file links in change_parent_backing_link(), Kevin Wolf, 2017/02/28
- [Qemu-block] [PATCH v3 31/44] blockjob: Factor out block_job_remove_all_bdrv(), Kevin Wolf, 2017/02/28
- [Qemu-block] [PATCH v3 33/44] stream: Use real permissions in streaming block job, Kevin Wolf, 2017/02/28
- [Qemu-block] [PATCH v3 32/44] mirror: Use real permissions in mirror/active commit block job, Kevin Wolf, 2017/02/28
- [Qemu-block] [PATCH v3 34/44] mirror: Add filter-node-name to blockdev-mirror, Kevin Wolf, 2017/02/28
- [Qemu-block] [PATCH v3 35/44] commit: Add filter-node-name to block-commit, Kevin Wolf, 2017/02/28
- Re: [Qemu-block] [PATCH v3 35/44] commit: Add filter-node-name to block-commit,
Max Reitz <=
- [Qemu-block] [PATCH v3 36/44] hmp: Request permissions in qemu-io, Kevin Wolf, 2017/02/28
- [Qemu-block] [PATCH v3 37/44] migration/block: Use real permissions, Kevin Wolf, 2017/02/28
- [Qemu-block] [PATCH v3 38/44] nbd/server: Use real permissions for NBD exports, Kevin Wolf, 2017/02/28
- [Qemu-block] [PATCH v3 39/44] tests: Remove FIXME comments, Kevin Wolf, 2017/02/28
- [Qemu-block] [PATCH v3 40/44] block: Pass BdrvChild to bdrv_aligned_preadv/pwritev and copy-on-read, Kevin Wolf, 2017/02/28
- [Qemu-block] [PATCH v3 41/44] block: Assertions for write permissions, Kevin Wolf, 2017/02/28
- [Qemu-block] [PATCH v3 42/44] block: Assertions for resize permission, Kevin Wolf, 2017/02/28