qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v6 2/4] qmp: Add command 'blockdev-backup'


From: Max Reitz
Subject: Re: [Qemu-devel] [PATCH v6 2/4] qmp: Add command 'blockdev-backup'
Date: Thu, 18 Dec 2014 16:02:45 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

On 2014-12-18 at 11:37, Fam Zheng wrote:
Similar to drive-backup, but this command uses a device id as target
instead of creating/opening an image file.

Also add blocker on target bs, since the target is also a named device
now.

Add check and report error for bs == target which became possible but is
an illegal case with introduction of blockdev-backup.

Signed-off-by: Fam Zheng <address@hidden>
---
  block/backup.c       | 28 +++++++++++++++++++++++++++
  blockdev.c           | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++
  qapi/block-core.json | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++
  qmp-commands.hx      | 42 ++++++++++++++++++++++++++++++++++++++++
  4 files changed, 178 insertions(+)

Reviewed-by: Max Reitz <address@hidden>



reply via email to

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