| Submitter | Zhiyong Wu |
|---|---|
| Date | April 19, 2012, 2:38 a.m. |
| Message ID | <1334803149-27379-5-git-send-email-zwu.kernel@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/153636/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/hw/virtio-scsi.h b/hw/virtio-scsi.h index 9cddacb..f66d12c 100644 --- a/hw/virtio-scsi.h +++ b/hw/virtio-scsi.h @@ -40,9 +40,9 @@ struct vhost_vring_target { }; typedef struct { - /* The tcm_vhost wwpn and tgpt */ + /* The tcm_vhost wwpn and tpgt */ char *wwpn; - char *tgpt; + uint16_t tpgt; } VirtIOSCSIConf; #endif /* _QEMU_VIRTIO_SCSI_H */