From bd3e42a8ded1ed7a4177ad03646572eb6155a49c Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 8 Jul 2012 12:55:44 +0100 Subject: Revert "launch: Correction in comment." This reverts commit 6e5a85bb9b6557bc337625a339728e23f5f2dd94. It turns out this is a bug in QEMU after all. --- src/launch.c | 6 ++++-- 1 file 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"); -- cgit