Assistive-Webdriver

Home > vm-providers > QEMUSettings > commandLine

QEMUSettings.commandLine property

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).

Signature:

commandLine: string[];