diff options
| author | Gerd Hoffmann | 2018-02-02 12:10:18 +0100 |
|---|---|---|
| committer | Gerd Hoffmann | 2018-02-20 12:12:04 +0100 |
| commit | 14f130fad872f7accef77925288d730ecadded5d (patch) | |
| tree | afb2357c233de7cd2086a96b43b17f3805fd64f4 /qapi | |
| parent | egl-headless: use DisplayOptions (diff) | |
| download | qemu-14f130fad872f7accef77925288d730ecadded5d.tar.gz qemu-14f130fad872f7accef77925288d730ecadded5d.tar.xz qemu-14f130fad872f7accef77925288d730ecadded5d.zip | |
curses: use DisplayOptions
Switch curses ui to use qapi DisplayOptions for configuration.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 20180202111022.19269-9-kraxel@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'qapi')
| -rw-r--r-- | qapi/ui.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/qapi/ui.json b/qapi/ui.json index 43de75fa27..11aad8b496 100644 --- a/qapi/ui.json +++ b/qapi/ui.json @@ -1020,7 +1020,7 @@ # ## { 'enum' : 'DisplayType', - 'data' : [ 'none', 'gtk', 'sdl', 'egl-headless' ] } + 'data' : [ 'none', 'gtk', 'sdl', 'egl-headless', 'curses' ] } ## # @DisplayOptions: @@ -1044,4 +1044,5 @@ 'data' : { 'none' : 'DisplayNoOpts', 'gtk' : 'DisplayGTK', 'sdl' : 'DisplayNoOpts', - 'egl-headless' : 'DisplayNoOpts' } } + 'egl-headless' : 'DisplayNoOpts', + 'curses' : 'DisplayNoOpts' } } |
