diff options
| author | Sean Wei <me@sean.taipei> | 2025-06-16 11:47:30 -0400 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2025-07-02 18:26:27 +0200 |
| commit | 1d6045148f90c7427648b73dd97d37c4a1ad7418 (patch) | |
| tree | cc5ce86312e9087a4a6be653df4d01632e9d765f | |
| parent | 7698afc42b5af9e55f12ab2236618e38e5a1c23f (diff) | |
| download | focaccia-qemu-1d6045148f90c7427648b73dd97d37c4a1ad7418.tar.gz focaccia-qemu-1d6045148f90c7427648b73dd97d37c4a1ad7418.zip | |
MAINTAINERS: update docs file extensions (.txt -> .rst)
The documentation tree has been converted to reStructuredText, but two entries in MAINTAINERS still point to the removed *.txt files. This prevents scripts/get_maintainer.pl from matching the documents. Update those entries to *.rst so the maintainer script works again. Related commits: 8472cc5dbe6 (Sep 2023): docs/specs/vmw_pvscsi-spec: Convert to rST 8e72ceee5cd (Jun 2022): Rename docs/specs/fw_cfg.txt to .rst Signed-off-by: Sean Wei <me@sean.taipei> Message-ID: <20250616.qemu.relocated.01@sean.taipei> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
| -rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7128e0bc98..749799b0f8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2541,7 +2541,7 @@ F: hw/net/net_tx_pkt* Vmware M: Dmitry Fleytman <dmitry.fleytman@gmail.com> S: Maintained -F: docs/specs/vmw_pvscsi-spec.txt +F: docs/specs/vmw_pvscsi-spec.rst F: hw/display/vmware_vga.c F: hw/net/vmxnet* F: hw/scsi/vmw_pvscsi* @@ -2746,7 +2746,7 @@ Firmware configuration (fw_cfg) M: Philippe Mathieu-Daudé <philmd@linaro.org> R: Gerd Hoffmann <kraxel@redhat.com> S: Supported -F: docs/specs/fw_cfg.txt +F: docs/specs/fw_cfg.rst F: hw/nvram/fw_cfg*.c F: stubs/fw_cfg.c F: include/hw/nvram/fw_cfg.h |