[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 1/6] MAINTAINERS: Mark AMD-Vi emulation as orphan
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH 1/6] MAINTAINERS: Mark AMD-Vi emulation as orphan |
Date: |
Mon, 13 Mar 2023 16:30:26 +0100 |
hw/i386/amd_iommu.c seems unmaintained:
After commit 1c7955c450 ("x86-iommu: introduce parent class",
2016-07-14), almost no feature added, 2 bug fixes, other changes
are generic tree-wide API cleanups.
Cc: Roman Kapl <rka@sysgo.com>
Cc: Wei Huang <wei.huang2@amd.com>
Cc: Brijesh Singh <brijesh.singh@amd.com>
Cc: David Kiarie <davidkiarie4@gmail.com>
Cc: Jean-Philippe Brucker <jean-philippe@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
Following
https://lore.kernel.org/qemu-devel/CACGkMEtjmpX8G9HYZ0r3n5ErhAENKhQ81f4ocfCYrh=XoF=5hw@mail.gmail.com/
---
MAINTAINERS | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 95c957d587..8badbb01d3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3356,6 +3356,10 @@ F: hw/i386/intel_iommu.c
F: hw/i386/intel_iommu_internal.h
F: include/hw/i386/intel_iommu.h
+AMD-Vi Emulation
+S: Orphan
+F: hw/i386/amd_iommu.?
+
OpenSBI Firmware
M: Bin Meng <bmeng.cn@gmail.com>
S: Supported
--
2.38.1
- [PATCH 0/6] hw/i386/amd_iommu: Orphanize & QDev cleanups, Philippe Mathieu-Daudé, 2023/03/13
- [PATCH 1/6] MAINTAINERS: Mark AMD-Vi emulation as orphan,
Philippe Mathieu-Daudé <=
- [PATCH 2/6] hw/i386/amd_iommu: Explicit use of AMDVI_BASE_ADDR in amdvi_init, Philippe Mathieu-Daudé, 2023/03/13
- [PATCH 3/6] hw/i386/amd_iommu: Remove intermediate AMDVIState::devid field, Philippe Mathieu-Daudé, 2023/03/13
- [PATCH 4/6] hw/i386/amd_iommu: Move capab_offset from AMDVIState to AMDVIPCIState, Philippe Mathieu-Daudé, 2023/03/13
- [PATCH 5/6] hw/i386/amd_iommu: Set PCI static/const fields via PCIDeviceClass, Philippe Mathieu-Daudé, 2023/03/13
- [PATCH 6/6] hw/i386/amd_iommu: Factor amdvi_pci_realize out of amdvi_sysbus_realize, Philippe Mathieu-Daudé, 2023/03/13
- Re: [PATCH 0/6] hw/i386/amd_iommu: Orphanize & QDev cleanups, Philippe Mathieu-Daudé, 2023/03/13