]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/net/e1000.c
devices: Associate devices to their logical category
[mirror_qemu.git] / hw / net / e1000.c
index b952d8d0f31093a453312b76f2c28e913c07c9b1..fdb1f890b4453e8102b6e17a7af66d2471bac642 100644 (file)
@@ -1400,6 +1400,7 @@ static void e1000_class_init(ObjectClass *klass, void *data)
     k->device_id = E1000_DEVID;
     k->revision = 0x03;
     k->class_id = PCI_CLASS_NETWORK_ETHERNET;
+    set_bit(DEVICE_CATEGORY_NETWORK, dc->categories);
     dc->desc = "Intel Gigabit Ethernet";
     dc->reset = qdev_e1000_reset;
     dc->vmsd = &vmstate_e1000;