Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1022 Bytes

CartesianConfigReference-KVM-cd_format.rst

File metadata and controls

43 lines (27 loc) · 1022 Bytes

cd_format

Description

Sets the format for a given cdrom drive. This directive exists to do some special magic for cd drive formats 'ahci' and 'usb2' (see virttest/qemu_vm.py for more information).

Currently used options in Avocado-VT are: ahci and usb2.

Example:

variants:
    - usb.cdrom:
        cd_format = usb2

Defined On

Used By

Referenced By

No other documentation currently references this configuration key.

See also