On 1/25/25 10:13, Philippe Mathieu-Daudé wrote:
Do not explain why _X86_IOMMU devices are user_creatable, have them inherit TYPE_DYNAMIC_SYS_BUS_DEVICE, to explicit they can optionally be plugged on TYPE_PLATFORM_BUS_DEVICE.Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org> --- hw/i386/amd_iommu.c | 2 -- hw/i386/intel_iommu.c | 2 -- hw/i386/x86-iommu.c | 2 +- 3 files changed, 1 insertion(+), 5 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~