Re: [PATCH v4 4/6] block: Support multiple reopening with x-blockdev-reopen

2021-05-06 Thread Vladimir Sementsov-Ogievskiy
05.05.2021 19:18, Kevin Wolf wrote: And then, bdrv_reopen_multiple() is called with no aio context acquired, and no drained section.. And it shoud be refactored to properly operate with acquiring and realeasing the contexts and drained sections when needed... The drained section shouldn't be a

Re: [PATCH v4 4/6] block: Support multiple reopening with x-blockdev-reopen

2021-05-05 Thread Kevin Wolf
Am 18.03.2021 um 15:45 hat Vladimir Sementsov-Ogievskiy geschrieben: > 17.03.2021 20:15, Alberto Garcia wrote: > > Signed-off-by: Alberto Garcia > > --- > > qapi/block-core.json | 18 + > > blockdev.c | 78 +++--- > >

Re: [PATCH v4 4/6] block: Support multiple reopening with x-blockdev-reopen

2021-03-18 Thread Vladimir Sementsov-Ogievskiy
17.03.2021 20:15, Alberto Garcia wrote: Signed-off-by: Alberto Garcia --- qapi/block-core.json | 18 + blockdev.c | 78 +++--- tests/qemu-iotests/155 | 9 +++-- tests/qemu-iotests/165 | 4 +- tests/qemu-iotests/245

[PATCH v4 4/6] block: Support multiple reopening with x-blockdev-reopen

2021-03-17 Thread Alberto Garcia
Signed-off-by: Alberto Garcia --- qapi/block-core.json | 18 + blockdev.c | 78 +++--- tests/qemu-iotests/155 | 9 +++-- tests/qemu-iotests/165 | 4 +- tests/qemu-iotests/245 | 27 +++-- tests/qemu-iotests/248