]> xenbits.xensource.com Git - libvirt.git/commitdiff
qemu_command: Remove outdated comment
authorMaciej Wolny <maciej.wolny@codethink.co.uk>
Thu, 10 May 2018 10:53:56 +0000 (11:53 +0100)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 15 May 2018 20:50:38 +0000 (16:50 -0400)
Signed-off-by: Maciej Wolny <maciej.wolny@codethink.co.uk>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_command.c

index 69a13805a8928d36748fce52ba96dc46f1926651..4e8c19ddf165a8459dfebe2127579b789a02e069 100644 (file)
@@ -7630,9 +7630,6 @@ qemuBuildGraphicsSDLCommandLine(virQEMUDriverConfigPtr cfg ATTRIBUTE_UNUSED,
     virCommandAddEnvPassBlockSUID(cmd, "QEMU_AUDIO_DRV", NULL);
     virCommandAddEnvPassBlockSUID(cmd, "SDL_AUDIODRIVER", NULL);
 
-    /* New QEMU has this flag to let us explicitly ask for
-     * SDL graphics. This is better than relying on the
-     * default, since the default changes :-( */
     virCommandAddArg(cmd, "-sdl");
     return 0;
 }