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-08 12:55:44 +0100
commitbd3e42a8ded1ed7a4177ad03646572eb6155a49c (patch)
treeb8b49474630c2fc7eb878b320c50bfb072d298f9 /src
parente6dec159488f589df62c9f59477281f8264a19c8 (diff)
downloadlibguestfs-bd3e42a8ded1ed7a4177ad03646572eb6155a49c.tar.gz
libguestfs-bd3e42a8ded1ed7a4177ad03646572eb6155a49c.tar.xz
libguestfs-bd3e42a8ded1ed7a4177ad03646572eb6155a49c.zip
Revert "launch: Correction in comment."
This reverts commit 6e5a85bb9b6557bc337625a339728e23f5f2dd94. It turns out this is a bug in QEMU after all.
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 8a506ab7..e7865195 100644
--- a/src/launch.c
+++ b/src/launch.c
@@ -826,8 +826,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");