[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 5/8] block: Add QMP support for streaming to an
From: |
Eric Blake |
Subject: |
Re: [Qemu-devel] [PATCH 5/8] block: Add QMP support for streaming to an intermediate layer |
Date: |
Wed, 22 Apr 2015 14:10:40 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 |
On 04/16/2015 09:12 AM, Alberto Garcia wrote:
> This patch makes the 'device' paramater of the 'block-stream' command
s/paramater/parameter/
> accept a node name as well as a device name.
>
> In addition to that, operation blockers will be checked in all
> intermediate nodes between the top and the base node.
>
> Since qmp_block_stream() now uses the error from bdrv_lookup_bs() and
> no longer returns DeviceNotFound, iotest 030 is updated to expect
> GenericError instead.
>
> Signed-off-by: Alberto Garcia <address@hidden>
> ---
> blockdev.c | 20 ++++++++++----------
> qapi/block-core.json | 10 +++++++---
> tests/qemu-iotests/030 | 2 +-
> 3 files changed, 18 insertions(+), 14 deletions(-)
>
Reviewed-by: Eric Blake <address@hidden>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- [Qemu-devel] [PATCH v4 0/8] Support streaming to an intermediate layer, Alberto Garcia, 2015/04/16
- [Qemu-devel] [PATCH 8/8] qemu-iotests: test streaming to an intermediate layer, Alberto Garcia, 2015/04/16
- [Qemu-devel] [PATCH 6/8] docs: Document how to stream to an intermediate layer, Alberto Garcia, 2015/04/16
- [Qemu-devel] [PATCH 5/8] block: Add QMP support for streaming to an intermediate layer, Alberto Garcia, 2015/04/16
- [Qemu-devel] [PATCH 2/8] block: allow block jobs in any arbitrary node, Alberto Garcia, 2015/04/16
- [Qemu-devel] [PATCH 1/8] block: keep a list of block jobs, Alberto Garcia, 2015/04/16
- [Qemu-devel] [PATCH 3/8] block: never cancel a streaming job without running stream_complete(), Alberto Garcia, 2015/04/16
- [Qemu-devel] [PATCH 4/8] block: Support streaming to an intermediate layer, Alberto Garcia, 2015/04/16
- [Qemu-devel] [PATCH 7/8] qemu-iotests: fix test_stream_partial(), Alberto Garcia, 2015/04/16