qemu-devel
[Top][All Lists]
Advanced

[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: Max Reitz
Subject: Re: [Qemu-devel] [PATCH 5/8] block: Add QMP support for streaming to an intermediate layer
Date: Wed, 22 Apr 2015 19:26:09 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

On 16.04.2015 17:12, Alberto Garcia wrote:
This patch makes the 'device' paramater of the 'block-stream' command
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: Max Reitz <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]