From ae00bd670fc73b55b9d78047a4b9f48f14a1c83d Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 7 Jul 2012 15:49:22 +0100 Subject: 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) --- src/launch.c | 6 ++---- 1 file 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"); -- cgit