summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-07-08 12:55:44 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-07-09 22:25:58 +0100
commite743fd969cd0e9bff9cb7b90a087ac5de59f10a2 (patch)
tree8f5d0f69f03c00171e5d6a1d1ff0e1cb9b9af98f /src
parent7a02adeee653eacbca92bc11e94b685cc1e33a62 (diff)
downloadlibguestfs-e743fd969cd0e9bff9cb7b90a087ac5de59f10a2.tar.gz
libguestfs-e743fd969cd0e9bff9cb7b90a087ac5de59f10a2.tar.xz
libguestfs-e743fd969cd0e9bff9cb7b90a087ac5de59f10a2.zip
Revert "launch: Correction in comment."
This reverts commit 6e5a85bb9b6557bc337625a339728e23f5f2dd94. It turns out this is a bug in QEMU after all. (cherry picked from commit bd3e42a8ded1ed7a4177ad03646572eb6155a49c)
Diffstat (limited to 'src')
-rw-r--r--src/launch.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/launch.c b/src/launch.c
index cd011f7f..a8b06ac4 100644
--- a/src/launch.c
+++ b/src/launch.c
@@ -722,8 +722,10 @@ launch_appliance (guestfs_h *g)
#endif
/* Use sgabios instead of vgabios. This means we'll see BIOS
- * messages on the serial port. QEmu has included sgabios
- * upstream since just before 1.0.
+ * messages on the serial port, and also works around this bug
+ * in qemu 1.1.0:
+ * https://bugs.launchpad.net/qemu/+bug/1021649
+ * QEmu has included sgabios upstream since just before 1.0.
*/
add_cmdline (g, "-device");
add_cmdline (g, "sga");