[Qemu-devel] [PATCH 0/2] introduce pinned blk

Vladimir Sementsov-Ogievskiy posted 2 patches 5 years ago
Test checkpatch passed
Test asan passed
Test docker-clang@ubuntu passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190419174832.146377-1-vsementsov@virtuozzo.com
Maintainers: John Snow <jsnow@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Max Reitz <mreitz@redhat.com>
There is a newer version of this series
include/block/block_int.h      |  6 ++++++
include/sysemu/block-backend.h |  1 +
block.c                        |  2 +-
block/block-backend.c          | 23 ++++++++++++++++++++++-
block/mirror.c                 |  6 +-----
blockjob.c                     |  2 +-
6 files changed, 32 insertions(+), 8 deletions(-)
[Qemu-devel] [PATCH 0/2] introduce pinned blk
Posted by Vladimir Sementsov-Ogievskiy 5 years ago
Hi all.

Here is a proposal of replacing workaround in mirror, when
we have to move filter node back to block-job blk after
bdrv_replace_node.

Vladimir Sementsov-Ogievskiy (2):
  block: introduce pinned blk
  blockjob: use blk_new_pinned in block_job_create

 include/block/block_int.h      |  6 ++++++
 include/sysemu/block-backend.h |  1 +
 block.c                        |  2 +-
 block/block-backend.c          | 23 ++++++++++++++++++++++-
 block/mirror.c                 |  6 +-----
 blockjob.c                     |  2 +-
 6 files changed, 32 insertions(+), 8 deletions(-)

-- 
2.18.0