[PATCH] MAINTAINERS: Add some more vmware-related files to the corresponding section

Thomas Huth posted 1 patch 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231107102738.14797-1-thuth@redhat.com
MAINTAINERS | 5 +++++
1 file changed, 5 insertions(+)
[PATCH] MAINTAINERS: Add some more vmware-related files to the corresponding section
Posted by Thomas Huth 1 year ago
These files are obviously related to Vmware emulation, so let's list
them in the corresponding section in the MAINTAINERS file.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 MAINTAINERS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 215d97e58f..becf1c4089 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2362,8 +2362,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
 
-- 
2.41.0
Re: [PATCH] MAINTAINERS: Add some more vmware-related files to the corresponding section
Posted by Philippe Mathieu-Daudé 1 year ago
On 7/11/23 11:27, Thomas Huth wrote:
> These files are obviously related to Vmware emulation, so let's list
> them in the corresponding section in the MAINTAINERS file.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   MAINTAINERS | 5 +++++
>   1 file changed, 5 insertions(+)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>