qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v7 0/3] Quorum maintainance operations


From: Benoît Canet
Subject: [Qemu-devel] [PATCH v7 0/3] Quorum maintainance operations
Date: Mon, 9 Jun 2014 22:45:58 +0200

in v7:
        rebase on latest Stefan's block branch
        Revert to extending drive-mirror by adding two parameters [Stefan]

Benoît Canet (3):
  quorum: Add the rewrite-corrupted parameter to quorum.
  block: Add node-name and to-replace-node-name arguments to
    drive-mirror
  qemu-iotests: Add TestRepairQuorum to 041 to test drive-mirror
    node-name mode.

 block.c                    |  27 +++++++
 block/mirror.c             |  62 +++++++++++---
 block/quorum.c             |  97 ++++++++++++++++++++--
 blockdev.c                 |  51 +++++++++++-
 hmp.c                      |   1 +
 include/block/block.h      |   5 ++
 include/block/block_int.h  |   4 +-
 qapi/block-core.json       |  14 +++-
 qmp-commands.hx            |   5 ++
 tests/qemu-iotests/041     | 196 ++++++++++++++++++++++++++++++++++++++++++++-
 tests/qemu-iotests/041.out |   4 +-
 tests/qemu-iotests/081     |  15 +++-
 tests/qemu-iotests/081.out |  10 +++
 13 files changed, 460 insertions(+), 31 deletions(-)

-- 
1.9.1




reply via email to

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