Re: [PATCH v8 4/7] qapi: add x-blockdev-replace command

2023-10-18 Thread Markus Armbruster
Vladimir Sementsov-Ogievskiy writes: > On 18.10.23 13:45, Markus Armbruster wrote: >> Vladimir Sementsov-Ogievskiy writes: >> >>> Add a command that can replace bs in following BdrvChild structures: >>> >>> - qdev blk root child >>> - block-export blk root child >>> - any child of

Re: [PATCH v8 4/7] qapi: add x-blockdev-replace command

2023-10-18 Thread Vladimir Sementsov-Ogievskiy
On 18.10.23 13:45, Markus Armbruster wrote: Vladimir Sementsov-Ogievskiy writes: Add a command that can replace bs in following BdrvChild structures: - qdev blk root child - block-export blk root child - any child of BlockDriverState selected by child-name Signed-off-by: Vladimir

Re: [PATCH v8 4/7] qapi: add x-blockdev-replace command

2023-10-18 Thread Markus Armbruster
Vladimir Sementsov-Ogievskiy writes: > Add a command that can replace bs in following BdrvChild structures: > > - qdev blk root child > - block-export blk root child > - any child of BlockDriverState selected by child-name > > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- [...] > diff

[PATCH v8 4/7] qapi: add x-blockdev-replace command

2023-10-17 Thread Vladimir Sementsov-Ogievskiy
Add a command that can replace bs in following BdrvChild structures: - qdev blk root child - block-export blk root child - any child of BlockDriverState selected by child-name Signed-off-by: Vladimir Sementsov-Ogievskiy --- blockdev.c | 56