mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 12:32:43 +00:00 
			
		
		
		
	Meta: Remove an unnecessary instance of AHCI controller in the Q35 setup
We don't need this AHCI controller to be present as we already have one in the Q35 machine. This will help using the correct boot device in GRUB setups later on.
This commit is contained in:
		
							parent
							
								
									c56cbf8027
								
							
						
					
					
						commit
						94e39308e3
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -374,7 +374,6 @@ $SERENITY_EXTRA_QEMU_ARGS | |||
| -device pci-bridge,chassis_nr=1,id=bridge1,bus=pcie.4,addr=0x3.0x0 | ||||
| -device sdhci-pci,bus=bridge1,addr=0x1.0x0 | ||||
| -display $SERENITY_QEMU_DISPLAY_BACKEND | ||||
| -device ahci,id=ahci | ||||
| -device virtio-serial | ||||
| -chardev stdio,id=stdout,mux=on | ||||
| -device virtconsole,chardev=stdout | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Liav A
						Liav A