Re: [Qemu-devel] [PATCH 01/24] sdl: remove -no-frame support

2017-11-17 Thread Daniel P. Berrange
On Fri, Nov 17, 2017 at 02:59:54PM +, Daniel P. Berrange wrote: > On Fri, Nov 17, 2017 at 03:49:06PM +0100, Gerd Hoffmann wrote: > > On Fri, Nov 17, 2017 at 02:21:30PM +, Daniel P. Berrange wrote: > > > On Fri, Nov 17, 2017 at 11:30:23AM +0100, Gerd Hoffmann wrote: > > > > SDL2 doesn't supp

Re: [Qemu-devel] [PATCH 01/24] sdl: remove -no-frame support

2017-11-17 Thread Daniel P. Berrange
On Fri, Nov 17, 2017 at 03:49:06PM +0100, Gerd Hoffmann wrote: > On Fri, Nov 17, 2017 at 02:21:30PM +, Daniel P. Berrange wrote: > > On Fri, Nov 17, 2017 at 11:30:23AM +0100, Gerd Hoffmann wrote: > > > SDL2 doesn't support this any more, the SDL_NOFRAME window flag is gone. > > > Drop the code,

Re: [Qemu-devel] [PATCH 01/24] sdl: remove -no-frame support

2017-11-17 Thread Gerd Hoffmann
On Fri, Nov 17, 2017 at 02:21:30PM +, Daniel P. Berrange wrote: > On Fri, Nov 17, 2017 at 11:30:23AM +0100, Gerd Hoffmann wrote: > > SDL2 doesn't support this any more, the SDL_NOFRAME window flag is gone. > > Drop the code, print a notice when the option is still used. > > > > Signed-off-by:

Re: [Qemu-devel] [PATCH 01/24] sdl: remove -no-frame support

2017-11-17 Thread Daniel P. Berrange
On Fri, Nov 17, 2017 at 11:30:23AM +0100, Gerd Hoffmann wrote: > SDL2 doesn't support this any more, the SDL_NOFRAME window flag is gone. > Drop the code, print a notice when the option is still used. > > Signed-off-by: Gerd Hoffmann > --- > include/ui/console.h | 5 ++--- > ui/sdl.c

[Qemu-devel] [PATCH 01/24] sdl: remove -no-frame support

2017-11-17 Thread Gerd Hoffmann
SDL2 doesn't support this any more, the SDL_NOFRAME window flag is gone. Drop the code, print a notice when the option is still used. Signed-off-by: Gerd Hoffmann --- include/ui/console.h | 5 ++--- ui/sdl.c | 8 +--- ui/sdl2.c| 7 +-- vl.c | 15