[Qemu-devel] [PATCH 0/4] gtk/sdl: use newer versions by default, deprecate the old ones.

Gerd Hoffmann posted 4 patches 8 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170606105339.3613-1-kraxel@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
configure | 36 ++++++++++++++++++++++++------------
1 file changed, 24 insertions(+), 12 deletions(-)
[Qemu-devel] [PATCH 0/4] gtk/sdl: use newer versions by default, deprecate the old ones.
Posted by Gerd Hoffmann 8 years, 5 months ago
  Hi,

High time to use new versions (gtk3 and SDL2) by default.  This patch
series switches over qemu to prefer the newer versions and adds a
deprecation warning for the old versions.

Note that qemu uses the new versions automatically for quite a while
already in case the older isn't installed.

cheers,
  Gerd

Gerd Hoffmann (4):
  gtk: prefer gtk3 over gtk2
  sdl: prefer sdl2 over sdl1
  gtk: add deprecation warning for gtk2
  sdl: add deprecation warning for sdl1

 configure | 36 ++++++++++++++++++++++++------------
 1 file changed, 24 insertions(+), 12 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PATCH 0/4] gtk/sdl: use newer versions by default, deprecate the old ones.
Posted by Marc-André Lureau 8 years, 5 months ago
On Tue, Jun 6, 2017 at 2:54 PM Gerd Hoffmann <kraxel@redhat.com> wrote:

>   Hi,
>
> High time to use new versions (gtk3 and SDL2) by default.  This patch
> series switches over qemu to prefer the newer versions and adds a
> deprecation warning for the old versions.
>
> Note that qemu uses the new versions automatically for quite a while
> already in case the older isn't installed.
>
> cheers,
>   Gerd
>
> Gerd Hoffmann (4):
>   gtk: prefer gtk3 over gtk2
>   sdl: prefer sdl2 over sdl1
>   gtk: add deprecation warning for gtk2
>   sdl: add deprecation warning for sdl1
>

That's a relieve :)
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>


>   configure | 36 ++++++++++++++++++++++++------------
>  1 file changed, 24 insertions(+), 12 deletions(-)
>
> --
> 2.9.3
>
>
> --
Marc-André Lureau