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>
This commit is contained in:
parent
43b815eae1
commit
c0a1dabd0b
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user