QMP: Add support for Archipelago
authorChrysostomos Nanakos <cnanakos@grnet.gr>
Wed, 30 Jul 2014 17:59:09 +0000 (20:59 +0300)
committerKevin Wolf <kwolf@redhat.com>
Fri, 15 Aug 2014 13:07:14 +0000 (15:07 +0200)
commitb1de5f439d46d690518e067faa429d4cd131ada5
tree27a015b342923c47531c7b36c713f27ca62207af
parent76d3d83a377aea9d3117a56de707df489c801b1a
QMP: Add support for Archipelago

Introduce new enum BlockdevOptionsArchipelago.

@volume:              #Name of the Archipelago volume image

@mport:               #'mport' is the port number on which mapperd is
                      listening. This is optional and if not specified,
                      QEMU will make Archipelago to use the default port.

@vport:               #'vport' is the port number on which vlmcd is
                      listening. This is optional and if not specified,
                      QEMU will make Archipelago to use the default port.

@segment:             #optional The name of the shared memory segment
                      Archipelago stack is using. This is optional
                      and if not specified, QEMU will make Archipelago
                      use the default value, 'archipelago'.

Signed-off-by: Chrysostomos Nanakos <cnanakos@grnet.gr>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
qapi/block-core.json