Re: [Qemu-devel] [PATCH v3 11/12] vl: drop request_opengl variable

2018-02-02 Thread Eric Blake
On 02/02/2018 05:10 AM, Gerd Hoffmann wrote: > Switch over the one leftover user to qapi DisplayType. > The delete the unused request_opengl variable. > > Signed-off-by: Gerd Hoffmann > --- > vl.c | 8 +--- > 1 file changed, 1 insertion(+), 7 deletions(-) > > > -if (request_opengl ==

[Qemu-devel] [PATCH v3 11/12] vl: drop request_opengl variable

2018-02-02 Thread Gerd Hoffmann
Switch over the one leftover user to qapi DisplayType. The delete the unused request_opengl variable. Signed-off-by: Gerd Hoffmann --- vl.c | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/vl.c b/vl.c index 899fcad75e..4ef774e783 100644 --- a/vl.c +++ b/vl.c @@ -135,7 +