Assistive-Webdriver

Home > vm-providers > QEMUSettings

QEMUSettings interface

Settings specifying how to create a virtual machine with the QEMU provider.

Signature:

export interface QEMUSettings 

Properties

Property Type Description
commandLine string[] Array of strings specifying the path to the executable and the arguments to use when running qemu. It is usually a good idea to include the -snapshot option. Note that this tool automatically adds the -qmp stdio option to communicate with qemu. It also automatically adds the hostfwd options, corresponding the the needed port redirections, to the first -netdev or -nic option (or automatically adds a -nic user option if none are found).
type “qemu” Specifies that the QEMU provider is used.