virtio-scsi: Make type virtio-scsi-common abstract
It's the abstract base of virtio-scsi-device and vhost-scsi. Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
eb37f14658
commit
a27292b5d7
@ -693,6 +693,7 @@ static const TypeInfo virtio_scsi_common_info = {
|
||||
.name = TYPE_VIRTIO_SCSI_COMMON,
|
||||
.parent = TYPE_VIRTIO_DEVICE,
|
||||
.instance_size = sizeof(VirtIOSCSICommon),
|
||||
.abstract = true,
|
||||
.class_init = virtio_scsi_common_class_init,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user