diff options
author | Thomas Huth <thuth@redhat.com> | 2023-10-27 08:08:08 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2023-11-07 11:47:33 +0100 |
commit | 853c014bf9565998a245e2b3e70998eef745ac24 (patch) | |
tree | 4a297c740ffc79d1de189c71f3554a6f85f237e3 | |
parent | 8aba939e77daca10eac99d9d467f65ba7df5ab3e (diff) | |
download | qemu-853c014bf9565998a245e2b3e70998eef745ac24.zip qemu-853c014bf9565998a245e2b3e70998eef745ac24.tar.gz qemu-853c014bf9565998a245e2b3e70998eef745ac24.tar.bz2 |
MAINTAINERS: Add the virtio-gpu documentation to the corresponding section
Add virtio-gpu.rst to the corresponding section in MAINTAINERS, so that
the maintainers gets CC:-ed on corresponding patches.
Message-ID: <20231027060808.242442-1-thuth@redhat.com>
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 59b92ee..2058296 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2483,6 +2483,7 @@ S: Odd Fixes F: hw/display/virtio-gpu* F: hw/display/virtio-vga.* F: include/hw/virtio/virtio-gpu.h +F: docs/system/devices/virtio-gpu.rst vhost-user-blk M: Raphael Norwitz <raphael.norwitz@nutanix.com> |