case VIR_NODE_DEV_CAP_VPORTS:
flags |= VIR_CONNECT_LIST_NODE_DEVICES_CAP_VPORTS;
break;
+ case VIR_NODE_DEV_CAP_SCSI_GENERIC:
+ flags |= VIR_CONNECT_LIST_NODE_DEVICES_CAP_SCSI_GENERIC;
+ break;
default:
break;
}
I<cap> is used to filter the list by capability types, the types must be
separated by comma, e.g. --cap pci,scsi, valid capability types include
'system', 'pci', 'usb_device', 'usb', 'net', 'scsi_host', 'scsi_target',
-'scsi', 'storage', 'fc_host', 'vports'. If I<--tree> is used, the output
-is formatted in a tree representing parents of each node. I<cap> and
-I<--tree> are mutually exclusive.
+'scsi', 'storage', 'fc_host', 'vports', 'scsi_generic'. If I<--tree> is
+used, the output is formatted in a tree representing parents of each node.
+I<cap> and I<--tree> are mutually exclusive.
=item B<nodedev-reattach> I<nodedev>