Skip to content
  • Chrysostomos Nanakos's avatar
    QMP: Add support for Archipelago · b1de5f43
    Chrysostomos Nanakos authored
    
    
    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: default avatarChrysostomos Nanakos <cnanakos@grnet.gr>
    Signed-off-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
    b1de5f43