diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-07-07 15:49:22 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-07-07 15:49:22 +0100 |
commit | 6e5a85bb9b6557bc337625a339728e23f5f2dd94 (patch) | |
tree | f81bab61bb0a518f5f4b2113c25926941097629f /src | |
parent | 1596b6026ddd1e343efc6a74fc23f46e4975868f (diff) | |
download | libguestfs-6e5a85bb9b6557bc337625a339728e23f5f2dd94.tar.gz libguestfs-6e5a85bb9b6557bc337625a339728e23f5f2dd94.tar.xz libguestfs-6e5a85bb9b6557bc337625a339728e23f5f2dd94.zip |
launch: Correction in comment.
https://bugs.launchpad.net/qemu/+bug/1021649 is invalid, probably
caused by a Fedora ROM.
This updates commit 52d188e32fb8addb45bf926df07e34ab35898f85.
Diffstat (limited to 'src')
-rw-r--r-- | src/launch.c | 6 |
1 files 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"); |