Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8686ef423a 
							
						 
					 
					
						
						
							
							tools/qvm-run: exit the shell after executing requested command  
						
						... 
						
						
						
						Since we use qubes.VMShell service now and send requested command on its
stdin, we need to terminate that shell after requested command -
otherwise the service will not terminate automatically waiting for
further input (next commands). 
						
					 
					
						2017-05-18 09:54:26 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d0bcd3ead2 
							
						 
					 
					
						
						
							
							vm: add TemplateVM.appvms property - list of VMs based on it  
						
						
						
					 
					
						2017-05-18 09:51:58 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							024ac6a810 
							
						 
					 
					
						
						
							
							tools/qvm-run: fix waiting for session  
						
						... 
						
						
						
						Register SIGCHLD signal handler later - do not stop data processing when
qubes.WaitForSession service exits. 
						
					 
					
						2017-05-18 09:50:50 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7f5fc6ac3d 
							
						 
					 
					
						
						
							
							tools: fix handling single optional VM name  
						
						
						
					 
					
						2017-05-18 09:50:25 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ee81902979 
							
						 
					 
					
						
						
							
							features: fix serialization  
						
						... 
						
						
						
						qubesd_call expect "bytes" type. Additionally serialize false value as
empty string (which is treated by python as false value), because
otherwise would be serialized to (non-empty) string, which is true value
in python. 
						
					 
					
						2017-05-18 09:48:18 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							116c45071f 
							
						 
					 
					
						
						
							
							Make pylint happy  
						
						
						
					 
					
						2017-05-17 13:20:59 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							45cbbf5e1d 
							
						 
					 
					
						
						
							
							tools/qvm-run: use print instead of logging  
						
						... 
						
						
						
						Do not color qvm-run diagnostic messages, but also avoid ANSI control
sequences in logs. While at it, do not print 'Running ...' message when
--pass-io is used. 
						
					 
					
						2017-05-17 11:14:00 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2d7ca9f95e 
							
						 
					 
					
						
						
							
							tools/qvm-run: wait for user session unless qvm-run --no-gui is used  
						
						... 
						
						
						
						Avoid race condition with X server startup, especially important for
qvm-run --autostart. 
						
					 
					
						2017-05-17 11:07:48 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							210876bd8f 
							
						 
					 
					
						
						
							
							tools/qvm-run: use subproces.DEVNULL instead of manually opened /dev/null  
						
						
						
					 
					
						2017-05-17 11:06:56 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f386d45695 
							
						 
					 
					
						
						
							
							vm: fix run_service error reporting  
						
						... 
						
						
						
						qubesadmin.exc.QubesVMError (in contrast to qubesa.exc.QubesVMError)
does not take VM instance as first argument. 
						
					 
					
						2017-05-17 01:32:27 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							88b559d985 
							
						 
					 
					
						
						
							
							Invalidate domains cache when received an event affecting it  
						
						... 
						
						
						
						When events handling is enabled, use it for cache invalidation too. 
						
					 
					
						2017-05-13 14:55:26 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							57b87da9d1 
							
						 
					 
					
						
						
							
							tools/qvm-start-gui: fix cat-induced typo  
						
						... 
						
						
						
						<^-^> 
						
					 
					
						2017-05-12 19:43:59 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cfc9ff2ce5 
							
						 
					 
					
						
						
							
							Rename Mgmt API to Admin API: methods names  
						
						... 
						
						
						
						QubesOS/qubes-issues#853  
					
						2017-05-12 19:36:03 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f4d6ac2880 
							
						 
					 
					
						
						
							
							Include tools also on python 3.4  
						
						... 
						
						
						
						This result only in small limitation in qvm-start-gui tool, but allow
to use the tools from Debian jessie based VM (python 3.4.2). 
						
					 
					
						2017-05-11 23:57:48 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4ceff0f8c0 
							
						 
					 
					
						
						
							
							Rename qubesmgmt to qubesadmin module  
						
						... 
						
						
						
						QubesOS/qubes-issues#853  
					
						2017-05-11 23:40:03 +02:00