aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi/mptsas.c
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2018-07-31 15:28:53 -0700
committerPaolo Bonzini <pbonzini@redhat.com>2018-08-23 13:32:50 +0200
commita736d719e75db57f05f7be4103a226851d4887e7 (patch)
tree0e4a7ec0f98f36570ec0f2ffd7eb2ba49c873c29 /hw/scsi/mptsas.c
parent06d09a018f9ec52e24c46845a8cf2e8e3c2c6e1c (diff)
downloadqemu-a736d719e75db57f05f7be4103a226851d4887e7.zip
qemu-a736d719e75db57f05f7be4103a226851d4887e7.tar.gz
qemu-a736d719e75db57f05f7be4103a226851d4887e7.tar.bz2
scsi: mptsas: Mark as storage device
mptsas1068 is currently listed as uncategorized device. Mark it as storage device. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Message-Id: <1533076133-22745-1-git-send-email-linux@roeck-us.net> Reviewed-by: Fam Zheng <famz@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/scsi/mptsas.c')
-rw-r--r--hw/scsi/mptsas.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/scsi/mptsas.c b/hw/scsi/mptsas.c
index 4176e87..929404f 100644
--- a/hw/scsi/mptsas.c
+++ b/hw/scsi/mptsas.c
@@ -1431,6 +1431,7 @@ static void mptsas1068_class_init(ObjectClass *oc, void *data)
dc->reset = mptsas_reset;
dc->vmsd = &vmstate_mptsas;
dc->desc = "LSI SAS 1068";
+ set_bit(DEVICE_CATEGORY_STORAGE, dc->categories);
}
static const TypeInfo mptsas_info = {