[PATCH v7 0/5] block: refactor blockdev transactions

Vladimir Sementsov-Ogievskiy posted 5 patches 1 year, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230221155051.746312-1-vsementsov@yandex-team.ru
Maintainers: Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>
There is a newer version of this series
blockdev.c | 612 ++++++++++++++++++++++-------------------------------
1 file changed, 255 insertions(+), 357 deletions(-)
[PATCH v7 0/5] block: refactor blockdev transactions
Posted by Vladimir Sementsov-Ogievskiy 1 year, 2 months ago
Hi all!

v7: fixed my email, sorry for the noise.

That's a next portion of old good
"[PATCH v5 00/45] Transactional block-graph modifying API", rebased to
master.

Now, refactor QMP transactions implementation into new (relatively)
transaction API.

Vladimir Sementsov-Ogievskiy (5):
  blockdev: refactor transaction to use Transaction API
  blockdev: transactions: rename some things
  blockdev: qmp_transaction: refactor loop to classic for
  blockdev: transaction: refactor handling transaction properties
  blockdev: qmp_transaction: drop extra generic layer

 blockdev.c | 612 ++++++++++++++++++++++-------------------------------
 1 file changed, 255 insertions(+), 357 deletions(-)

-- 
2.34.1
Re: [PATCH v7 0/5] block: refactor blockdev transactions
Posted by Vladimir Sementsov-Ogievskiy 1 year, 2 months ago
On 21.02.23 18:50, Vladimir Sementsov-Ogievskiy wrote:
> Hi all!
> 
> v7: fixed my email, sorry for the noise.

Ohh. fixed in s-o-b, but not in "Author: ". :). Will fix on next version to avoid one more extra resend. Please don't merge with wrong emails.

> 
> That's a next portion of old good
> "[PATCH v5 00/45] Transactional block-graph modifying API", rebased to
> master.
> 
> Now, refactor QMP transactions implementation into new (relatively)
> transaction API.
> 
> Vladimir Sementsov-Ogievskiy (5):
>    blockdev: refactor transaction to use Transaction API
>    blockdev: transactions: rename some things
>    blockdev: qmp_transaction: refactor loop to classic for
>    blockdev: transaction: refactor handling transaction properties
>    blockdev: qmp_transaction: drop extra generic layer
> 
>   blockdev.c | 612 ++++++++++++++++++++++-------------------------------
>   1 file changed, 255 insertions(+), 357 deletions(-)
> 

-- 
Best regards,
Vladimir