Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 722412 | Differences between
and this patch

Collapse All | Expand All

(-)aqemu-0.9.2/src/VM.cpp (-1 / +1 lines)
Lines 6186-6192 QStringList Virtual_Machine::Build_QEMU_ Link Here
6186
	{
6186
	{
6187
		if( Parallel_Ports[ix].Get_Port_Redirection() == VM::PR_Default ) continue;
6187
		if( Parallel_Ports[ix].Get_Port_Redirection() == VM::PR_Default ) continue;
6188
		
6188
		
6189
		Args << "-Parallel";
6189
		Args << "-parallel";
6190
		
6190
		
6191
		switch( Parallel_Ports[ix].Get_Port_Redirection() )
6191
		switch( Parallel_Ports[ix].Get_Port_Redirection() )
6192
		{
6192
		{

Return to bug 722412