Re: [PATCH v2 11/13] block/export: convert vhost-user-blk server to block export API

2020-10-08 Thread Stefan Hajnoczi
On Fri, Oct 02, 2020 at 07:20:48AM +0200, Markus Armbruster wrote: > Stefan Hajnoczi writes: > > On Wed, Sep 30, 2020 at 04:33:18PM +0200, Markus Armbruster wrote: > >> Stefan Hajnoczi writes: > >> > On Wed, Sep 30, 2020 at 07:28:58AM +0200, Markus Armbruster wrote: > >> >> Stefan Hajnoczi

Re: [PATCH v2 11/13] block/export: convert vhost-user-blk server to block export API

2020-10-01 Thread Markus Armbruster
Stefan Hajnoczi writes: > On Wed, Sep 30, 2020 at 04:33:18PM +0200, Markus Armbruster wrote: >> Stefan Hajnoczi writes: >> >> > On Wed, Sep 30, 2020 at 07:28:58AM +0200, Markus Armbruster wrote: >> >> Stefan Hajnoczi writes: >> >> >> >> > Use the new QAPI block exports API instead of

Re: [PATCH v2 11/13] block/export: convert vhost-user-blk server to block export API

2020-10-01 Thread Stefan Hajnoczi
On Wed, Sep 30, 2020 at 04:33:18PM +0200, Markus Armbruster wrote: > Stefan Hajnoczi writes: > > > On Wed, Sep 30, 2020 at 07:28:58AM +0200, Markus Armbruster wrote: > >> Stefan Hajnoczi writes: > >> > >> > Use the new QAPI block exports API instead of defining our own QOM > >> > objects. > >>

Re: [PATCH v2 11/13] block/export: convert vhost-user-blk server to block export API

2020-09-30 Thread Markus Armbruster
Stefan Hajnoczi writes: > On Wed, Sep 30, 2020 at 07:28:58AM +0200, Markus Armbruster wrote: >> Stefan Hajnoczi writes: >> >> > Use the new QAPI block exports API instead of defining our own QOM >> > objects. >> > >> > This is a large change because the lifecycle of VuBlockDev needs to >> >

Re: [PATCH v2 11/13] block/export: convert vhost-user-blk server to block export API

2020-09-30 Thread Stefan Hajnoczi
On Wed, Sep 30, 2020 at 07:28:58AM +0200, Markus Armbruster wrote: > Stefan Hajnoczi writes: > > > Use the new QAPI block exports API instead of defining our own QOM > > objects. > > > > This is a large change because the lifecycle of VuBlockDev needs to > > follow BlockExportDriver. QOM

Re: [PATCH v2 11/13] block/export: convert vhost-user-blk server to block export API

2020-09-29 Thread Markus Armbruster
Stefan Hajnoczi writes: > Use the new QAPI block exports API instead of defining our own QOM > objects. > > This is a large change because the lifecycle of VuBlockDev needs to > follow BlockExportDriver. QOM properties are replaced by QAPI options > objects. > > VuBlockDev is renamed VuBlkExport