]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
block: intoduce reqlist
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Thu, 3 Mar 2022 19:43:39 +0000 (20:43 +0100)
committerHanna Reitz <hreitz@redhat.com>
Mon, 7 Mar 2022 08:33:30 +0000 (09:33 +0100)
commitd088e6a48aa437b2bf706a5f6cc4967f0eceba64
tree884d04e53015646ced417434575b69c760ac95ee
parent177541e671b439c358f816f8d8b98031a7e93540
block: intoduce reqlist

Split intersecting-requests functionality out of block-copy to be
reused in copy-before-write filter.

Note: while being here, fix tiny typo in MAINTAINERS.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Hanna Reitz <hreitz@redhat.com>
Message-Id: <20220303194349.2304213-7-vsementsov@virtuozzo.com>
Signed-off-by: Hanna Reitz <hreitz@redhat.com>
MAINTAINERS
block/block-copy.c
block/meson.build
block/reqlist.c [new file with mode: 0644]
include/block/reqlist.h [new file with mode: 0644]