qemu_command: disable monitor if non interactive
This commit is contained in:
@@ -151,6 +151,7 @@ def qemu_command(
|
|||||||
"-serial", "null",
|
"-serial", "null",
|
||||||
"-chardev", "file,id=char0,path=/dev/stdout",
|
"-chardev", "file,id=char0,path=/dev/stdout",
|
||||||
"-device", "virtconsole,chardev=char0,nr=0",
|
"-device", "virtconsole,chardev=char0,nr=0",
|
||||||
|
"-monitor", "none",
|
||||||
])
|
])
|
||||||
|
|
||||||
vsock_cid = None
|
vsock_cid = None
|
||||||
|
|||||||
Reference in New Issue
Block a user