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

Maciej Wolny posted 5 patches 7 years ago
[libvirt] [PATCH v2 2/5] qemu_command: Remove outdated comment
Posted by Maciej Wolny 7 years ago
Signed-off-by: Maciej Wolny <maciej.wolny@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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH v2 2/5] qemu_command: Remove outdated comment
Posted by John Ferlan 7 years ago

On 05/10/2018 06:53 AM, Maciej Wolny wrote:
> Signed-off-by: Maciej Wolny <maciej.wolny@codethink.co.uk>
> ---
>  src/qemu/qemu_command.c | 3 ---
>  1 file changed, 3 deletions(-)
> 

Reviewed-by: John Ferlan <jferlan@redhat.com>

John

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list