Revert "launch: Correction in comment."

This reverts commit 6e5a85bb9b.

It turns out this is a bug in QEMU after all.
This commit is contained in:
Richard W.M. Jones
2012-07-08 12:55:44 +01:00
parent e6dec15948
commit bd3e42a8de

View File

@@ -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");