On 05/07/2018 04:55 AM, Gerd Hoffmann wrote:
Drop the option-less display types (egl-headless, curses, none) from
parse_display(), so they'll be handled by parse_display_qapi().
Signed-off-by: Gerd Hoffmann
---
vl.c | 6 --
1 file changed, 6 deletions(-)
Reviewed-by: Eric Blake
--
E
Drop the option-less display types (egl-headless, curses, none) from
parse_display(), so they'll be handled by parse_display_qapi().
Signed-off-by: Gerd Hoffmann
---
vl.c | 6 --
1 file changed, 6 deletions(-)
diff --git a/vl.c b/vl.c
index d53ea078bd..1bd6758f3a 100644
--- a/vl.c
+++ b/vl.