diff options
author | Thomas Huth <thuth@redhat.com> | 2023-11-07 11:27:38 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2023-12-20 10:29:23 +0100 |
commit | 6c4937245d90c0d2f8cedd2b25c2c17b8659c46a (patch) | |
tree | 6c79098fb025b50f57c6f96e94a2190c50f07f21 | |
parent | 2b10a6760ee6d00dd404975549d51e079a26605c (diff) | |
download | qemu-6c4937245d90c0d2f8cedd2b25c2c17b8659c46a.zip qemu-6c4937245d90c0d2f8cedd2b25c2c17b8659c46a.tar.gz qemu-6c4937245d90c0d2f8cedd2b25c2c17b8659c46a.tar.bz2 |
MAINTAINERS: Add some more vmware-related files to the corresponding section
These files are obviously related to Vmware emulation, so let's list
them in the corresponding section in the MAINTAINERS file.
Message-ID: <20231107102738.14797-1-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 695e0bd..9cafa98 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2388,8 +2388,13 @@ F: hw/net/net_tx_pkt* Vmware M: Dmitry Fleytman <dmitry.fleytman@gmail.com> S: Maintained +F: docs/specs/vmw_pvscsi-spec.txt +F: hw/display/vmware_vga.c F: hw/net/vmxnet* F: hw/scsi/vmw_pvscsi* +F: pc-bios/efi-vmxnet3.rom +F: pc-bios/vgabios-vmware.bin +F: roms/config.vga-vmware F: tests/qtest/vmxnet3-test.c F: docs/specs/vwm_pvscsi-spec.rst |