summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-07-07 15:49:22 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-07-07 15:50:41 +0100
commitae00bd670fc73b55b9d78047a4b9f48f14a1c83d (patch)
tree247a5f1c1a5c58be4ebc51668357758cb5b6b06d
parent6575f64065711c3d7a4ae6a053f0b6a5208574bf (diff)
downloadlibguestfs-ae00bd670fc73b55b9d78047a4b9f48f14a1c83d.tar.gz
libguestfs-ae00bd670fc73b55b9d78047a4b9f48f14a1c83d.tar.xz
libguestfs-ae00bd670fc73b55b9d78047a4b9f48f14a1c83d.zip
launch: Correction in comment.
https://bugs.launchpad.net/qemu/+bug/1021649 is invalid, probably caused by a Fedora ROM. This updates commit 52d188e32fb8addb45bf926df07e34ab35898f85. (cherry picked from commit 6e5a85bb9b6557bc337625a339728e23f5f2dd94)
-rw-r--r--src/launch.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/launch.c b/src/launch.c
index a8b06ac4..cd011f7f 100644
--- a/src/launch.c
+++ b/src/launch.c
@@ -722,10 +722,8 @@ launch_appliance (guestfs_h *g)
#endif
/* Use sgabios instead of vgabios. This means we'll see BIOS
- * 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.
+ * messages on the serial port. QEmu has included sgabios
+ * upstream since just before 1.0.
*/
add_cmdline (g, "-device");
add_cmdline (g, "sga");