]> Git Repo - qemu.git/blobdiff - hw/i386/amd_iommu.c
intel_iommu: Fix incorrect "end" for vtd_address_space_unmap
[qemu.git] / hw / i386 / amd_iommu.c
index 6eabdf99172ac725742cd45a275dad7ccaa5d3fb..4a4e2c7fd46b32ab04793e530d93674a9f898324 100644 (file)
@@ -1601,6 +1601,8 @@ static void amdvi_class_init(ObjectClass *klass, void* data)
     dc_class->int_remap = amdvi_int_remap;
     /* Supported by the pc-q35-* machine types */
     dc->user_creatable = true;
+    set_bit(DEVICE_CATEGORY_MISC, dc->categories);
+    dc->desc = "AMD IOMMU (AMD-Vi) DMA Remapping device";
 }
 
 static const TypeInfo amdvi = {
This page took 0.0244 seconds and 4 git commands to generate.