Home
last modified time | relevance | path

Searched defs:SCSIDevice (Results 1 – 1 of 1) sorted by relevance

/qemu/include/hw/scsi/
H A Dscsi.h15 typedef struct SCSIDevice SCSIDevice; typedef
68 struct SCSIDevice struct
70 DeviceState qdev;
71 VMChangeStateEntry *vmsentry;
72 uint32_t id;
73 BlockConf conf;
74 SCSISense unit_attention;
75 bool sense_is_ua;
76 uint8_t sense[SCSI_SENSE_BUF_SIZE];
77 uint32_t sense_len;
[all …]