diff options
| author | Stefano Garzarella <sgarzare@redhat.com> | 2025-02-11 15:42:57 +0100 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2025-02-21 07:18:42 -0500 |
| commit | 590de17b829d2ccd8067f19c71a53e31bec7bf00 (patch) | |
| tree | a760a060f402724c49086eaa39c75e0113e28d6d | |
| parent | 83cb18ac4500f3a14067b19408705068647cb0c5 (diff) | |
| download | focaccia-qemu-590de17b829d2ccd8067f19c71a53e31bec7bf00.tar.gz focaccia-qemu-590de17b829d2ccd8067f19c71a53e31bec7bf00.zip | |
MAINTAINERS: add more files to `vhost`
While sending a patch for backends/cryptodev-vhost.c I noticed that Michael wasn`t in CC so I took a look at the files listed under `vhost` and tried to fix it increasing the coverage by adding new files. Signed-off-by: Stefano Garzarella <sgarzare@redhat.com> Message-Id: <20250211144259.117910-1-sgarzare@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
| -rw-r--r-- | MAINTAINERS | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 013a57d5bf..2d07d72933 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2212,12 +2212,16 @@ M: Michael S. Tsirkin <mst@redhat.com> R: Stefano Garzarella <sgarzare@redhat.com> S: Supported F: hw/*/*vhost* -F: docs/interop/vhost-user.json -F: docs/interop/vhost-user.rst +F: docs/interop/vhost-user* +F: docs/system/devices/vhost-user* F: contrib/vhost-user-*/ -F: backends/vhost-user.c +F: backends/*vhost* F: include/system/vhost-user-backend.h +F: include/hw/virtio/vhost* +F: include/*/vhost* F: subprojects/libvhost-user/ +F: block/export/vhost-user* +F: util/vhost-user-server.c vhost-shadow-virtqueue R: Eugenio Pérez <eperezma@redhat.com> |