Home
last modified time | relevance | path

Searched refs:IF_VIRTIO (Results 1 – 4 of 4) sorted by relevance

/external/qemu/
Dblockdev.c207 type = IF_VIRTIO; in drive_init()
316 if (type != IF_IDE && type != IF_SCSI && type != IF_VIRTIO && type != IF_NONE) { in drive_init()
329 if (type != IF_IDE && type != IF_VIRTIO && type != IF_NONE) { in drive_init()
341 if (type != IF_VIRTIO) { in drive_init()
452 case IF_VIRTIO: in drive_init()
477 if (type != IF_SCSI && type != IF_VIRTIO && type != IF_FLOPPY && type != IF_NONE) { in drive_init()
Dvl-android.c819 type = IF_VIRTIO; in drive_init()
948 if (type != IF_IDE && type != IF_SCSI && type != IF_VIRTIO) { in drive_init()
1059 case IF_VIRTIO: in drive_init()
/external/qemu/include/
Dqemu-common.h289 IF_IDE, IF_SCSI, IF_FLOPPY, IF_PFLASH, IF_MTD, IF_SD, IF_VIRTIO, IF_XEN, enumerator
/external/qemu/hw/i386/
Dpc.c1255 while ((index = drive_get_index(IF_VIRTIO, 0, unit_id)) != -1) {