Re: [Qemu-devel] [PATCH v3 07/12] egl-headless: use DisplayOptions

2018-02-02 Thread Eric Blake
On 02/02/2018 05:10 AM, Gerd Hoffmann wrote: > Switch egl-headless ui to use qapi DisplayOptions for configuration. > > Signed-off-by: Gerd Hoffmann > --- > include/ui/console.h | 2 +- > ui/egl-headless.c| 2 +- > vl.c | 3 ++- > qapi/ui.json | 5 +++-- > 4 files cha

[Qemu-devel] [PATCH v3 07/12] egl-headless: use DisplayOptions

2018-02-02 Thread Gerd Hoffmann
Switch egl-headless ui to use qapi DisplayOptions for configuration. Signed-off-by: Gerd Hoffmann --- include/ui/console.h | 2 +- ui/egl-headless.c| 2 +- vl.c | 3 ++- qapi/ui.json | 5 +++-- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/include/ui/