[libvirt] [PATCH v2 2/5] qemu_command: Remove outdated comment

Maciej Wolny maciej.wolny at codethink.co.uk
Thu May 10 10:53:56 UTC 2018


Signed-off-by: Maciej Wolny <maciej.wolny at codethink.co.uk>
---
 src/qemu/qemu_command.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c
index d8a44b9e6..690be51e0 100644
--- a/src/qemu/qemu_command.c
+++ b/src/qemu/qemu_command.c
@@ -7587,9 +7587,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;
 }
-- 
2.11.0




More information about the libvir-list mailing list