summary refs log tree commit diff stats
path: root/hw/dma
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2025-03-25 23:36:52 +0100
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2025-03-31 16:34:01 +0200
commitc0a1dabd0b5ea8da520957c23ebdb243d955991d (patch)
tree3dc1b42999d0e7b242bc36d0aa9b1b737426970d /hw/dma
parent43b815eae1bd7ef11a5985e1f52fe65ea698f75d (diff)
downloadfocaccia-qemu-c0a1dabd0b5ea8da520957c23ebdb243d955991d.tar.gz
focaccia-qemu-c0a1dabd0b5ea8da520957c23ebdb243d955991d.zip
hw/dma/i82374: Categorize and add description
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20250325224310.8785-5-philmd@linaro.org>
Diffstat (limited to 'hw/dma')
-rw-r--r--hw/dma/i82374.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/dma/i82374.c b/hw/dma/i82374.c
index 9652d47adc..0bf69ef399 100644
--- a/hw/dma/i82374.c
+++ b/hw/dma/i82374.c
@@ -150,6 +150,8 @@ static void i82374_class_init(ObjectClass *klass, void *data)
     dc->realize = i82374_realize;
     dc->vmsd = &vmstate_i82374;
     device_class_set_props(dc, i82374_properties);
+    dc->desc = "Intel 82374 DMA controller";
+    set_bit(DEVICE_CATEGORY_MISC, dc->categories);
 }
 
 static const TypeInfo i82374_info = {