> > @@ -220,6 +220,7 @@ static int vhost_scsi_set_workers(VHostSCSICommon *vsc, > > bool per_virtqueue) > > static void vhost_scsi_realize(DeviceState *dev, Error **errp) > > { > > + ERRP_GUARD(); > > VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(dev); > > VHostSCSICommon *vsc = VHOST_SCSI_COMMON(dev); > > Error *err = NULL; > > I think you could remove the "err" variable and the error_propagate stuff in > here now. >
OK, I'll. Thanks. -Zhao