summaryrefslogtreecommitdiffstats
path: root/src/launch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/launch.c')
-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");