parent
9c7ee3a717
commit
e03c592965
@ -1,28 +0,0 @@
|
|||||||
From 4fc67a069ff7807d1a22176f54863620265d065e Mon Sep 17 00:00:00 2001
|
|
||||||
From: Santiago Zarate <santiago@zarate.net.ve>
|
|
||||||
Date: Wed, 18 Jan 2017 09:46:54 +0100
|
|
||||||
Subject: [PATCH] Remove duplicated @vgaoptions (#700)
|
|
||||||
|
|
||||||
This was causing the following message from the qemu backend on xgene2.arch:
|
|
||||||
|
|
||||||
RAMBlock "vga.vram" already registered, abort!
|
|
||||||
---
|
|
||||||
backend/qemu.pm | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/backend/qemu.pm b/backend/qemu.pm
|
|
||||||
index 84142b7..bdc42d5 100644
|
|
||||||
--- a/backend/qemu.pm
|
|
||||||
+++ b/backend/qemu.pm
|
|
||||||
@@ -530,7 +530,7 @@ sub start_qemu {
|
|
||||||
die "fork failed" unless defined($pid);
|
|
||||||
if ($pid == 0) {
|
|
||||||
$SIG{__DIE__} = undef; # overwrite the default - just exit
|
|
||||||
- my @params = ("-serial", "file:serial0", "-soundhw", "ac97", @vgaoptions);
|
|
||||||
+ my @params = ("-serial", "file:serial0", "-soundhw", "ac97");
|
|
||||||
|
|
||||||
push(@params, "-global", "isa-fdc.driveA=") unless ($vars->{QEMU_NO_FDC_SET});
|
|
||||||
push(@params, @vgaoptions);
|
|
||||||
--
|
|
||||||
2.11.0
|
|
||||||
|
|
@ -1 +1 @@
|
|||||||
SHA512 (os-autoinst-84d91e68eb2d54f4967ccedb56f85a332ffbcbf3.tar.gz) = 3bc5de67678cc6a071097bd0d0805e335eac2e8d88684b5a89d16b967a7f59a43221d0acdb72b361091bdd78512bf799395081f481a90bb65dab685bace0d89d
|
SHA512 (os-autoinst-c29555ce95f271faf19fd63965e815e70d38b3f8.tar.gz) = 763b86a709558044ecc98b6f1cb8b721c8be72afa1f7b5b183adbf2092dbd624818d291e803f9826be7d13f125483c61998070341ebeee4de0d8850230232e07
|
||||||
|
Loading…
Reference in new issue