Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37570717
en ru br
ALT Linux repos
S:0.9.2-alt2.1
5.0: 0.7-alt1
4.1: 0.5.2-alt0.M41.2

Group :: Emulators
RPM: aqemu

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: 01_qemu_parallel_typo.diff
Download


From: Andrey Skvortsov <andrej.skvortzov@gmail.com>
Date: Sun, 6 Dec 2020 02:03:03 +0100
Subject: Fix type when LPT parallel option is selected.
Forwarded: https://github.com/tobimensch/aqemu/pull/93
Last-Update: 2015-02-23
===================================================================
---
 src/VM.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/VM.cpp b/src/VM.cpp
index a75951c..f2e3380 100644
--- a/src/VM.cpp
+++ b/src/VM.cpp
@@ -6186,7 +6186,7 @@ QStringList Virtual_Machine::Build_QEMU_Args()
 	{
 		if( Parallel_Ports[ix].Get_Port_Redirection() == VM::PR_Default ) continue;
 		
-		Args << "-Parallel";
+		Args << "-parallel";
 		
 		switch( Parallel_Ports[ix].Get_Port_Redirection() )
 		{
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin