virtio_console.py | 553 (match, data) = _on_guest("python -OO /tmp/virtio_console_guest.py -c" 565 (match, data) = _on_guest("python /tmp/virtio_console_guest.pyo &&" 618 def _on_guest(command, vm, timeout=2): function in function:run_virtio_console 651 Wrapper around the _on_guest command which executes the command on 652 guest. Unlike _on_guest command when the command fails it raises the 661 match, data = _on_guest(command, vm, timeout) 681 match, tmp = _on_guest("virt.exit_threads()", vm, 10) 830 (match, data) = _on_guest("virt.open('%s')" % (port.name), vm, 10) [all...] |