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

Vladimir Sementsov-Ogievskiy posted 5 patches 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230421115327.907104-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 v8 0/5] block: refactor blockdev transactions
Posted by Vladimir Sementsov-Ogievskiy 1 year ago
Hi all!

v8: resend, fix my emails

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

Let's 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