Skip to content

CartesianConfigReference KVM drive_format.rst

Xu Tian edited this page Dec 30, 2016 · 1 revision
drive\_format ============= Description ----------- Sets the format for a given drive. Usually this passed directly to qemu 'if' sub-option of '-drive' command line option. But in some special cases, such as when drive\_format is set to 'ahci' or 'usb2', some special magic happens (see `client/virt/kvm\_vm.py `_ for more information). Currently available options in qemu include: ide, scsi, sd, mtd, floppy, pflash, virtio. Currently used options in Avocado-VT are: ide, scsi, virtio, ahci, usb2. Example: :: drive_format = ide Defined On ---------- - `client/tests/kvm/base.cfg.sample `_ - `client/tests/kvm/subtests.cfg.sample `_ Used By ------- - `client/virt/kvm\_vm.py `_ Referenced By ------------- No other documentation currently references this configuration key.
Clone this wiki locally