diff options
author | Xie Yongji | 2022-05-23 10:46:06 +0200 |
---|---|---|
committer | Kevin Wolf | 2022-06-24 17:07:06 +0200 |
commit | 5c368029703da5f16dd2bbc4308c4486e74c1aa3 (patch) | |
tree | 694819ff849e8086a10b1ccc5cb5d38594f46992 /MAINTAINERS | |
parent | block/export: Fix incorrect length passed to vu_queue_push() (diff) | |
download | qemu-5c368029703da5f16dd2bbc4308c4486e74c1aa3.tar.gz qemu-5c368029703da5f16dd2bbc4308c4486e74c1aa3.tar.xz qemu-5c368029703da5f16dd2bbc4308c4486e74c1aa3.zip |
block/export: Abstract out the logic of virtio-blk I/O process
Abstract the common logic of virtio-blk I/O process to a function
named virtio_blk_process_req(). It's needed for the following commit.
Signed-off-by: Xie Yongji <xieyongji@bytedance.com>
Message-Id: <20220523084611.91-4-xieyongji@bytedance.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index aaa649a50d..51e9ff2dd2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3580,6 +3580,8 @@ M: Coiby Xu <Coiby.Xu@gmail.com> S: Maintained F: block/export/vhost-user-blk-server.c F: block/export/vhost-user-blk-server.h +F: block/export/virtio-blk-handler.c +F: block/export/virtio-blk-handler.h F: include/qemu/vhost-user-server.h F: tests/qtest/libqos/vhost-user-blk.c F: tests/qtest/libqos/vhost-user-blk.h |