@samitouri / QOSamiQemu / commits / 707b019ab0

MAINTAINERS: Merge PCIe DOE section within SPDM

SPDM depends on PCIe DOE, so it makes sense to cover these files there. Cover the spdm.rst document. Add Tao Tang who volunteered to be designated reviewer: https://lore.kernel.org/qemu-devel/44abaece-6a6f-43c6-b29a-53d6eb08033c@phytium.com.cn/ Cc: Tao Tang <tangtao1634@phytium.com.cn> Cc: Jonathan Cameron <Jonathan.Cameron@huawei.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Gustavo Romero <gustavo.romero@linaro.org> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-Id: <20260422080406.62638-6-philmd@linaro.org>

Philippe Mathieu-Daudé committed Apr 17, 2026 at 12:26 UTC 707b019ab07e7981fbd02737a0afe9c73b84c104
1 file changed +5 -6
MAINTAINERS
+5 -6
@@ -2150,11 +2150,6 @@ F: docs/pci*
2150 F: docs/specs/*pci*
2151 F: docs/system/sriov.rst
2152
2153 -PCIE DOE
2154 -S: Orphan
2155 -F: include/hw/pci/pcie_doe.h
2156 -F: hw/pci/pcie_doe.c
2157 -
2153 ARM PCI Hotplug
2154 M: Gustavo Romero <gustavo.romero@linaro.org>
2155 L: qemu-arm@nongnu.org
@@ -3694,11 +3689,15 @@ F: tests/qtest/*tpm*
3689 F: docs/specs/tpm.rst
3690 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
3691
3697 -SPDM
3692 +SPDM, PCIe DOE
3693 M: Alistair Francis <alistair.francis@wdc.com>
3694 +R: Tao Tang <tangtao1634@phytium.com.cn>
3695 S: Maintained
3696 F: backends/spdm-socket.c
3697 F: include/system/spdm-socket.h
3698 +F: include/hw/pci/pcie_doe.h
3699 +F: hw/pci/pcie_doe.c
3700 +F: docs/specs/spdm.rst
3701
3702 Checkpatch
3703 S: Odd Fixes