qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/3] qmp: Add "blockdev-backup"


From: Fam Zheng
Subject: [Qemu-devel] [PATCH 0/3] qmp: Add "blockdev-backup"
Date: Thu, 11 Sep 2014 13:04:59 +0800

The existing drive-backup command accepts a target file path, but that
interface provides little flexibility on the properties of target block device,
compared to what is possible with "blockdev-add", "drive_add" or "-drive".

This is also a building block to allow image fleecing (creating a point in time
snapshot and export with nbd-server-add).

(For symmetry, blockdev-mirror will be added in a separate series.)

Fam

Fam Zheng (3):
  qmp: Add command 'blockdev-backup'
  block: Add blockdev-backup to transaction
  qemu-iotests: Test blockdev-backup in 055

 block/backup.c             |  26 +++++
 blockdev.c                 |  95 ++++++++++++++++
 qapi-schema.json           |   3 +
 qapi/block-core.json       |  50 ++++++++
 qmp-commands.hx            |  44 +++++++
 tests/qemu-iotests/055     | 277 ++++++++++++++++++++++++++++++++++++++-------
 tests/qemu-iotests/055.out |   4 +-
 7 files changed, 454 insertions(+), 45 deletions(-)

-- 
1.9.3




reply via email to

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