spawn_vm: pass stdin
This commit is contained in:
@@ -292,7 +292,12 @@ def spawn_vm(
|
||||
start_waypipe(qemu_cmd.vsock_cid, f"[{vm.machine_name}] "),
|
||||
start_virtiofsd(virtiofsd_socket),
|
||||
start_vm(
|
||||
qemu_cmd.args, packages, extra_env, stdout=stdout, stderr=stderr
|
||||
qemu_cmd.args,
|
||||
packages,
|
||||
extra_env,
|
||||
stdout=stdout,
|
||||
stderr=stderr,
|
||||
stdin=stdin,
|
||||
) as process,
|
||||
):
|
||||
qemu_vm = QemuVm(machine, process, socketdir)
|
||||
|
||||
Reference in New Issue
Block a user