Re: [PULL 41/56] block/copy-before-write: make public block driver

2021-09-20 Thread Vladimir Sementsov-Ogievskiy
20.09.2021 12:41, Kevin Wolf wrote: Am 01.09.2021 um 17:16 hat Hanna Reitz geschrieben: From: Vladimir Sementsov-Ogievskiy Finally, copy-before-write gets own .bdrv_open and .bdrv_close handlers, block_init() call and becomes available through bdrv_open(). To achieve this: - cbw_init gets

Re: [PULL 41/56] block/copy-before-write: make public block driver

2021-09-20 Thread Kevin Wolf
Am 01.09.2021 um 17:16 hat Hanna Reitz geschrieben: > From: Vladimir Sementsov-Ogievskiy > > Finally, copy-before-write gets own .bdrv_open and .bdrv_close > handlers, block_init() call and becomes available through bdrv_open(). > > To achieve this: > > - cbw_init gets unused flags argument

[PULL 41/56] block/copy-before-write: make public block driver

2021-09-01 Thread Hanna Reitz
From: Vladimir Sementsov-Ogievskiy Finally, copy-before-write gets own .bdrv_open and .bdrv_close handlers, block_init() call and becomes available through bdrv_open(). To achieve this: - cbw_init gets unused flags argument and becomes cbw_open - block_copy_state_free() call moved to new