dom0: qvm-run: Disable verbose mode when using --pass_io

We should really fix all the qvm-rools to use stderr for diagnastic output instead...
This commit is contained in:
Joanna Rutkowska 2011-07-17 13:56:09 +02:00
parent f69caefa61
commit 4044c2da8b

View File

@ -172,6 +172,9 @@ def main():
(options, args) = parser.parse_args ()
if options.passio:
options.verbose = False
if (options.shutdown or options.pause or options.unpause):
takes_cmd_argument = False
else: