Re: [Qemu-devel] [PATCH] Remove deprecated -no-frame option

2019-02-05 Thread Gerd Hoffmann
On Tue, Feb 05, 2019 at 08:29:29AM +0100, Thomas Huth wrote: > The -no-frame option has been deprecated with QEMU v2.12. It was only > useful with SDL1.2 - now that we've removed support for SDL1.2, we > can certainly remove the -no-frame option, too. Was about to do that too. Luckily I checked m

[Qemu-devel] [PATCH] Remove deprecated -no-frame option

2019-02-04 Thread Thomas Huth
The -no-frame option has been deprecated with QEMU v2.12. It was only useful with SDL1.2 - now that we've removed support for SDL1.2, we can certainly remove the -no-frame option, too. Signed-off-by: Thomas Huth --- include/sysemu/sysemu.h | 1 - qemu-deprecated.texi| 6 -- qemu-option