[PATCH v6 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/20230221154617.745341-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 v6 0/5] block: refactor blockdev transactions
Posted by Vladimir Sementsov-Ogievskiy 1 year, 2 months ago
Hi all!

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