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:
		
							parent
							
								
									87d24247d1
								
							
						
					
					
						commit
						c93e84003f
					
				| @ -172,6 +172,9 @@ def main(): | |||||||
|     (options, args) = parser.parse_args () |     (options, args) = parser.parse_args () | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  |     if options.passio: | ||||||
|  |         options.verbose = False | ||||||
|  | 
 | ||||||
|     if (options.shutdown or options.pause or options.unpause): |     if (options.shutdown or options.pause or options.unpause): | ||||||
|         takes_cmd_argument = False |         takes_cmd_argument = False | ||||||
|     else: |     else: | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Joanna Rutkowska
						Joanna Rutkowska