Description: Fix type when LPT parallel option is selected. Author: Andrey Skvortsov Forwarded: no Last-Update: 2015-02-23 Index: aqemu-0.9.2/src/VM.cpp =================================================================== --- aqemu-0.9.2.orig/src/VM.cpp +++ aqemu-0.9.2/src/VM.cpp @@ -6186,7 +6186,7 @@ QStringList Virtual_Machine::Build_QEMU_ { if( Parallel_Ports[ix].Get_Port_Redirection() == VM::PR_Default ) continue; - Args << "-Parallel"; + Args << "-parallel"; switch( Parallel_Ports[ix].Get_Port_Redirection() ) {