On Fri, 17 Apr 2026 13:05:45 +0200 Philippe Mathieu-Daudé <[email protected]> wrote:
> 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/[email protected]/ Other things depend on PCIe DOE - for instance the table access stuff in CXL (that basically retrieves ACPI like tables from devices) and they have no connection to the security use cases. So from a logical structure point of view I'm not sure this makes sense. Mind you I'm fine with be being Alistair and Tao's problem! Jonathan > > Cc: Tao Tang <[email protected]> > Cc: Gustavo Romero <[email protected]> > Cc: Alistair Francis <[email protected]> > Cc: Jonathan Cameron <[email protected]> > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > --- > MAINTAINERS | 11 +++++------ > 1 file changed, 5 insertions(+), 6 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 11bf50a9ecf..eccc0d64331 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2150,11 +2150,6 @@ F: docs/pci* > F: docs/specs/*pci* > F: docs/system/sriov.rst > > -PCIE DOE > -S: Orphan > -F: include/hw/pci/pcie_doe.h > -F: hw/pci/pcie_doe.c > - > ARM PCI Hotplug > M: Gustavo Romero <[email protected]> > L: [email protected] > @@ -3693,11 +3688,15 @@ F: tests/qtest/*tpm* > F: docs/specs/tpm.rst > T: git https://github.com/stefanberger/qemu-tpm.git tpm-next > > -SPDM > +SPDM, PCIe DOE > M: Alistair Francis <[email protected]> > +R: Tao Tang <[email protected]> > S: Maintained > F: backends/spdm-socket.c > F: include/system/spdm-socket.h > +F: include/hw/pci/pcie_doe.h > +F: hw/pci/pcie_doe.c > +F: docs/specs/spdm.rst > > Checkpatch > S: Odd Fixes
