Skip to content

Commit

Permalink
Merge pull request #99 from matttbe/qemu-8.2.2
Browse files Browse the repository at this point in the history
qemu: remove useless '-serial none' arg
  • Loading branch information
arighi committed Mar 27, 2024
2 parents 6fad769 + 4aab16e commit fe5bc42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion virtme/commands/run.py
Expand Up @@ -1001,7 +1001,6 @@ def do_it() -> int:

if args.graphics is None and not args.script_sh and not args.script_exec:
qemuargs.extend(["-echr", "1"])
qemuargs.extend(["-serial", "none"])

if args.verbose:
# Check if we have permission to access the current stderr.
Expand Down

0 comments on commit fe5bc42

Please sign in to comment.