summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorStefan Hajnoczi2020-09-24 17:15:48 +0200
committerStefan Hajnoczi2020-10-23 14:42:16 +0200
commit80a06cc52bcf7a9771407306991a816834c04941 (patch)
tree113511c4b74c4bab4a86dd84b49ce68636c67074 /MAINTAINERS
parentblock/export: convert vhost-user-blk server to block export API (diff)
downloadqemu-80a06cc52bcf7a9771407306991a816834c04941.tar.gz
qemu-80a06cc52bcf7a9771407306991a816834c04941.tar.xz
qemu-80a06cc52bcf7a9771407306991a816834c04941.zip
util/vhost-user-server: move header to include/
Headers used by other subsystems are located in include/. Also add the vhost-user-server and vhost-user-blk-server headers to MAINTAINERS. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Message-id: 20200924151549.913737-13-stefanha@redhat.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS4
1 files changed, 3 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 2789952a30..ef6f5c7399 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3073,8 +3073,10 @@ Vhost-user block device backend server
M: Coiby Xu <Coiby.Xu@gmail.com>
S: Maintained
F: block/export/vhost-user-blk-server.c
-F: util/vhost-user-server.c
+F: block/export/vhost-user-blk-server.h
+F: include/qemu/vhost-user-server.h
F: tests/qtest/libqos/vhost-user-blk.c
+F: util/vhost-user-server.c
Replication
M: Wen Congyang <wencongyang2@huawei.com>