psss / rpms / libguestfs

Forked from rpms/libguestfs 5 years ago
Clone
88f5280
From d1061a6d55fe69906722aa655adb17ff1966f10d Mon Sep 17 00:00:00 2001
88f5280
From: Richard W.M. Jones <rjones@redhat.com>
88f5280
Date: Fri, 31 Aug 2012 10:24:06 +0100
88f5280
Subject: [PATCH 26/29] EPEL 5: Don't use sgabios.
88f5280
88f5280
Old qemu doesn't support '-device' parameter.
88f5280
---
88f5280
 src/launch-appliance.c |    9 ---------
88f5280
 1 files changed, 0 insertions(+), 9 deletions(-)
88f5280
88f5280
diff --git a/src/launch-appliance.c b/src/launch-appliance.c
88f5280
index 59ca93c..529c372 100644
88f5280
--- a/src/launch-appliance.c
88f5280
+++ b/src/launch-appliance.c
88f5280
@@ -386,15 +386,6 @@ launch_appliance (guestfs_h *g, const char *arg)
88f5280
     add_cmdline (g, "-serial");
88f5280
     add_cmdline (g, "stdio");
88f5280
 
88f5280
-    /* Use sgabios instead of vgabios.  This means we'll see BIOS
88f5280
-     * messages on the serial port, and also works around this bug
88f5280
-     * in qemu 1.1.0:
88f5280
-     * https://bugs.launchpad.net/qemu/+bug/1021649
88f5280
-     * QEmu has included sgabios upstream since just before 1.0.
88f5280
-     */
88f5280
-    add_cmdline (g, "-device");
88f5280
-    add_cmdline (g, "sga");
88f5280
-
88f5280
     /* Null vmchannel. */
88f5280
     add_cmdline (g, "-net");
88f5280
     add_cmdline (g, "user,vlan=0,net=" NETWORK);
88f5280
-- 
88f5280
1.7.4.1
88f5280