mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue