Home
last modified time | relevance | path

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

/qemu/hw/block/
H A Dfdc-sysbus.c200 DEFINE_PROP_SIGNED("fdtypeA", FDCtrlSysBus, state.qdev_for_drives[0].type,
203 DEFINE_PROP_SIGNED("fdtypeB", FDCtrlSysBus, state.qdev_for_drives[1].type,
227 DEFINE_PROP_SIGNED("fdtype", FDCtrlSysBus, state.qdev_for_drives[0].type,
H A Dfdc-isa.c288 DEFINE_PROP_SIGNED("fdtypeA", FDCtrlISABus, state.qdev_for_drives[0].type,
291 DEFINE_PROP_SIGNED("fdtypeB", FDCtrlISABus, state.qdev_for_drives[1].type,
H A Dfdc-internal.h134 } qdev_for_drives[MAX_FD]; member