Re: [Qemu-devel] [PATCH v8 1/5] block: Support Archipelago as a QEMU block backend

2014-08-05 Thread Kevin Wolf
Am 05.08.2014 um 10:20 hat Stefan Hajnoczi geschrieben: > On Mon, Aug 04, 2014 at 05:35:32PM +0300, Chrysostomos Nanakos wrote: > > VM Image on Archipelago volume is specified like this: > > > > file.driver=archipelago,file.volume=[,file.mport=[, > > file.vport=][,file.segment=]] > > > > 'archipe

Re: [Qemu-devel] [PATCH v8 1/5] block: Support Archipelago as a QEMU block backend

2014-08-05 Thread Stefan Hajnoczi
On Mon, Aug 04, 2014 at 05:35:32PM +0300, Chrysostomos Nanakos wrote: > VM Image on Archipelago volume is specified like this: > > file.driver=archipelago,file.volume=[,file.mport=[, > file.vport=][,file.segment=]] > > 'archipelago' is the protocol. > > 'mport' is the port number on which mapper

[Qemu-devel] [PATCH v8 1/5] block: Support Archipelago as a QEMU block backend

2014-08-04 Thread Chrysostomos Nanakos
VM Image on Archipelago volume is specified like this: file.driver=archipelago,file.volume=[,file.mport=[, file.vport=][,file.segment=]] 'archipelago' is the protocol. 'mport' is the port number on which mapperd is listening. This is optional and if not specified, QEMU will make Archipelago to u