Home | History | Annotate | Download | only in virt

Lines Matching full:qemu

2 Utility classes and functions to handle Virtual Machine creation using qemu.
81 Return True if the qemu process is dead.
129 Generate a qemu command line. All parameters are optional. If a
139 cdrom -- ISO filename to use with the qemu -cdrom parameter
140 extra_params -- a string to append to the qemu command
146 will be be set to this value for the qemu process (useful for
154 image_snapshot -- if yes, pass 'snapshot=on' to qemu for
156 image_boot -- if yes, pass 'boot=on' to qemu for this image
167 # Wrappers for all supported qemu command line parameters.
168 # This is meant to allow support for multiple qemu versions.
169 # Each of these functions receives the output of 'qemu -help' as a
395 "qemu"))
398 # Start constructing the qemu command
408 # Add the qemu binary
578 # devices to the qemu command line.
594 Start the VM by running a qemu command.
608 @raise VMCreateError: If qemu terminates unexpectedly
764 # Make qemu command
779 logging.info("Running qemu command:\n%s", qemu_command)
781 logging.info, "(qemu) ")
861 command. If that fails, send SIGKILL to the qemu process.
864 using a shell command before trying to end the qemu process
1340 # For compatibility with versions of QEMU that do not recognize all
1342 # QEMU will definitely accept
1377 Verifies whether the current qemu commandline matches the requested