]> git.proxmox.com Git - qemu.git/blobdiff - hw/scsi/spapr_vscsi.c
rng-egd: remove redundant free
[qemu.git] / hw / scsi / spapr_vscsi.c
index 2a26042701a17a3724ec4aeb72daaec3c38d0064..c0c46d7f7cfac6705928c8dfdd0ea30323f69b4c 100644 (file)
@@ -1223,6 +1223,7 @@ static void spapr_vscsi_class_init(ObjectClass *klass, void *data)
     k->dt_type = "vscsi";
     k->dt_compatible = "IBM,v-scsi";
     k->signal_mask = 0x00000001;
+    set_bit(DEVICE_CATEGORY_STORAGE, dc->categories);
     dc->props = spapr_vscsi_properties;
     k->rtce_window_size = 0x10000000;
     dc->vmsd = &vmstate_spapr_vscsi;