Home
last modified time | relevance | path

Searched refs:IDEDrive (Results 1 – 3 of 3) sorted by relevance

/qemu/include/hw/ide/
H A Dide-dev.h170 typedef struct IDEDrive { struct
172 } IDEDrive; argument
175 DEFINE_BLOCK_PROPERTIES(IDEDrive, dev.conf), \
176 DEFINE_BLOCK_ERROR_PROPERTIES(IDEDrive, dev.conf), \
177 DEFINE_PROP_STRING("ver", IDEDrive, dev.version), \
178 DEFINE_PROP_UINT64("wwn", IDEDrive, dev.wwn, 0), \
179 DEFINE_PROP_STRING("serial", IDEDrive, dev.serial),\
180 DEFINE_PROP_STRING("model", IDEDrive, dev.model)
/qemu/hw/ide/
H A Dcf.c29 DEFINE_BLOCK_CHS_PROPERTIES(IDEDrive, dev.conf),
31 IDEDrive, dev.chs_trans, BIOS_ATA_TRANSLATION_AUTO),
48 .instance_size = sizeof(IDEDrive),
H A Dide-dev.c195 DEFINE_BLOCK_CHS_PROPERTIES(IDEDrive, dev.conf),
197 IDEDrive, dev.chs_trans, BIOS_ATA_TRANSLATION_AUTO),
198 DEFINE_PROP_UINT16("rotation_rate", IDEDrive, dev.rotation_rate, 0),
215 .instance_size = sizeof(IDEDrive),
237 .instance_size = sizeof(IDEDrive),