From 6e5a85bb9b6557bc337625a339728e23f5f2dd94 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. --- src/launch.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/launch.c b/src/launch.c index e7865195..8a506ab7 100644 --- a/src/launch.c +++ b/src/launch.c @@ -826,10 +826,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