2690663b3b 
								
							 
						 
						
							
							
								
								Refactored so that quickemu is only compatible with qemu-virgil  
							
							... 
							
							
							
							Trying to maintain compatibility with other builds of QEMU going back into the past is futile. Quickemu now only intended to work with the qemu-virgil snap. 
							
						 
						
							2020-03-20 01:49:43 +00:00  
				
					
						
							
							
								 
						
							
								db33fc02a7 
								
							 
						 
						
							
							
								
								White space clean up  
							
							
							
						 
						
							2020-03-19 23:20:58 +00:00  
				
					
						
							
							
								 
						
							
								34147ab202 
								
							 
						 
						
							
							
								
								Detect if a disk has (most likely) not been installed to and handle accordingly  
							
							... 
							
							
							
							The default qcow2 is 197632, so double that and anything smaller is considered unsed. Makes booting to a live session many times easier. 
							
						 
						
							2020-03-19 23:20:46 +00:00  
				
					
						
							
							
								 
						
							
								27e5b6a174 
								
							 
						 
						
							
							
								
								Use $QEMU_VER for version based conditionals  
							
							
							
						 
						
							2020-03-19 23:18:49 +00:00  
				
					
						
							
							
								 
						
							
								75f108ebfd 
								
							 
						 
						
							
							
								
								Find the most suitable QEMU executable automatically  
							
							... 
							
							
							
							The favours `qemu-virgil`. Can be overridden via `--qemu`. 
							
						 
						
							2020-03-19 23:17:45 +00:00  
				
					
						
							
							
								 
						
							
								873e49678a 
								
							 
						 
						
							
							
								
								Update README  
							
							
							
						 
						
							2020-03-19 21:24:07 +00:00  
				
					
						
							
							
								 
						
							
								47b5611aaf 
								
							 
						 
						
							
							
								
								Add OVMF boot logo  
							
							
							
						 
						
							2020-03-19 19:22:38 +00:00  
				
					
						
							
							
								 
						
							
								0a1a7b3851 
								
							 
						 
						
							
							
								
								Automatically expose the VM via ssh  
							
							
							
						 
						
							2020-03-19 17:29:01 +00:00  
				
					
						
							
							
								 
						
							
								292686c3ca 
								
							 
						 
						
							
							
								
								Add get_port() function  
							
							... 
							
							
							
							Find a free port from an available range. 
							
						 
						
							2020-03-19 17:28:13 +00:00  
				
					
						
							
							
								 
						
							
								4d7910b868 
								
							 
						 
						
							
							
								
								Don't swallow stderr  
							
							
							
						 
						
							2020-03-19 15:28:15 +00:00  
				
					
						
							
							
								 
						
							
								47e044b18a 
								
							 
						 
						
							
							
								
								Direct the serial mon to stdout  
							
							... 
							
							
							
							This is particularly useful when EFI booting 
							
						 
						
							2020-03-19 15:27:37 +00:00  
				
					
						
							
							
								 
						
							
								da411be3eb 
								
							 
						 
						
							
							
								
								Correct typo is smbd: status  
							
							
							
						 
						
							2020-03-19 15:26:51 +00:00  
				
					
						
							
							
								 
						
							
								01688b3ab5 
								
							 
						 
						
							
							
								
								Catch disk image creation errors  
							
							
							
						 
						
							2020-03-19 15:26:21 +00:00  
				
					
						
							
							
								 
						
							
								3b5fdcb6ea 
								
							 
						 
						
							
							
								
								Set virgl=off when booted using EFI  
							
							... 
							
							
							
							OVMF booting appears to not be compatible with virgl 
							
						 
						
							2020-03-19 15:26:01 +00:00  
				
					
						
							
							
								 
						
							
								c664baaf08 
								
							 
						 
						
							
							
								
								Put the VM name in the window title and assign it to the process  
							
							
							
						 
						
							2020-03-19 15:24:27 +00:00  
				
					
						
							
							
								 
						
							
								cdb4c12170 
								
							 
						 
						
							
							
								
								Prefer SDL unless EFI boot is selected, the fallback to GTK  
							
							... 
							
							
							
							EFI booting doesn't appear to work with SDL and GL enabled. 
							
						 
						
							2020-03-19 03:27:14 +00:00  
				
					
						
							
							
								 
						
							
								79eb15e7c8 
								
							 
						 
						
							
							
								
								Refactor to improve stdout presentation  
							
							
							
						 
						
							2020-03-19 03:07:52 +00:00  
				
					
						
							
							
								 
						
							
								47da9ca28b 
								
							 
						 
						
							
							
								
								Fix EFI booting  
							
							
							
						 
						
							2020-03-19 02:36:44 +00:00  
				
					
						
							
							
								 
						
							
								1b65ce8530 
								
							 
						 
						
							
							
								
								Update TODO status in README.md  
							
							
							
						 
						
							2020-03-19 02:14:52 +00:00  
				
					
						
							
							
								 
						
							
								5dbe63040f 
								
							 
						 
						
							
							
								
								Clean up options parsing  
							
							
							
						 
						
							2020-03-19 02:12:57 +00:00  
				
					
						
							
							
								 
						
							
								2e4cbd297a 
								
							 
						 
						
							
							
								
								Update vm_boot() to keep most variables in the local scope  
							
							
							
						 
						
							2020-03-19 02:12:36 +00:00  
				
					
						
							
							
								 
						
							
								2f8ebe795e 
								
							 
						 
						
							
							
								
								Update usage() to keep variables in the local scope  
							
							
							
						 
						
							2020-03-19 02:07:49 +00:00  
				
					
						
							
							
								 
						
							
								ce43eb55b1 
								
							 
						 
						
							
							
								
								Update README.md  
							
							
							
						 
						
							2020-03-19 02:06:55 +00:00  
				
					
						
							
							
								 
						
							
								0287b727d0 
								
							 
						 
						
							
							
								
								Add connecting the kvm interface to README.  Closes   #2  
							
							
							
						 
						
							2020-03-19 01:49:17 +00:00  
				
					
						
							
							
								 
						
							
								68a1f9cc20 
								
							 
						 
						
							
							
								
								Automatically set a sensible resolution for the guest VM.  Closes   #1  
							
							... 
							
							
							
							Introspect connected monitors to determine a sane default resolution for the guest VM based on the lowest resolution of all connected monitors. 
							
						 
						
							2020-03-19 01:45:38 +00:00  
				
					
						
							
							
								 
						
							
								bcae15019d 
								
							 
						 
						
							
							
								
								Simplify option for enabling EFI  
							
							
							
						 
						
							2020-03-19 01:41:58 +00:00  
				
					
						
							
							
								 
						
							
								b2c44fe879 
								
							 
						 
						
							
							
								
								Export $HOME from the host to the guest VM is smbd is available  
							
							
							
						 
						
							2020-03-19 01:39:23 +00:00  
				
					
						
							
							
								 
						
							
								bc322f280c 
								
							 
						 
						
							
							
								
								Remove "docs" from the script itself  
							
							
							
						 
						
							2020-03-17 01:53:06 +00:00  
				
					
						
							
							
								 
						
							
								a8bda3d6c8 
								
							 
						 
						
							
							
								
								Update documentation.  
							
							
							
						 
						
							2020-03-17 01:52:46 +00:00  
				
					
						
							
							
								 
						
							
								390e1ba2c0 
								
							 
						 
						
							
							
								
								Add --samba option  
							
							... 
							
							
							
							Enables home directory sharing to the guest VM. 
							
						 
						
							2020-03-16 19:04:06 +00:00  
				
					
						
							
							
								 
						
							
								7caa40998c 
								
							 
						 
						
							
							
								
								Add usage instructions for --efi and --legacy  
							
							
							
						 
						
							2020-03-16 18:58:23 +00:00  
				
					
						
							
							
								 
						
							
								9456fabe3e 
								
							 
						 
						
							
							
								
								Fix snapshot restore.  
							
							
							
						 
						
							2020-03-16 02:08:18 +00:00  
				
					
						
							
							
								 
						
							
								58edab1f82 
								
							 
						 
						
							
							
								
								Add --efi option  
							
							
							
						 
						
							2020-03-15 23:33:52 +00:00  
				
					
						
							
							
								 
						
							
								30556ab9df 
								
							 
						 
						
							
							
								
								Initial commit of quickemu.sh  
							
							
							
						 
						
							2020-03-15 23:13:25 +00:00  
				
					
						
							
							
								 
						
							
								2a67eb50a7 
								
							 
						 
						
							
							
								
								Initial commit  
							
							
							
						 
						
							2020-03-15 23:11:48 +00:00