qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Fam Zheng <famz@redhat.com>
To: "Daniel P. Berrangé" <berrange@redhat.com>
Cc: qemu-devel@nongnu.org, Gerd Hoffmann <kraxel@redhat.com>,
	libvir-list@redhat.com
Subject: Re: [Qemu-devel] [PATCH v2 0/3] ui: remove deprecated UI frontends
Date: Thu, 23 Aug 2018 17:01:25 +0800	[thread overview]
Message-ID: <20180823090125.GB6960@lemon.usersys.redhat.com> (raw)
In-Reply-To: <20180822131554.3398-1-berrange@redhat.com>

On Wed, 08/22 14:15, Daniel P. Berrangé wrote:
> We deprecated GTK2 and SDL1.2 in the 2.12.0 release, so they are able to
> be removed entirely in the 3.1.0 release. The min GTK3 version can also
> be bumped up based the distros we aim to support.
> 
> Note that before this can merge, the openbsd VM test image needs to be
> updated to have SDL2, as openbsd build mandates SDL availability.

I'll send a patch to upgrade and convert openbsd to use auto_install soon.

Fam

> 
> The freebsd & netbsd images should also be updated, but they are not
> build blockers as they automatically disable SDL
> 
> Changed in v2:
> 
>  - Rebased to resolve conflicts
> 
> Daniel P. Berrangé (3):
>   ui: remove support for GTK2 in favour of GTK3
>   ui: increase min required GTK3 version to 3.14.0
>   ui: remove support for SDL1.2 in favour of SDL2
> 
>  configure              |  111 +----
>  include/ui/gtk.h       |    9 -
>  qemu-deprecated.texi   |   16 -
>  ui/Makefile.objs       |    5 -
>  ui/gtk-egl.c           |   10 +-
>  ui/gtk.c               |  202 +-------
>  ui/sdl.c               | 1027 ----------------------------------------
>  ui/sdl_zoom.c          |   93 ----
>  ui/sdl_zoom.h          |   25 -
>  ui/sdl_zoom_template.h |  219 ---------
>  10 files changed, 33 insertions(+), 1684 deletions(-)
>  delete mode 100644 ui/sdl.c
>  delete mode 100644 ui/sdl_zoom.c
>  delete mode 100644 ui/sdl_zoom.h
>  delete mode 100644 ui/sdl_zoom_template.h
> 
> -- 
> 2.17.1
> 

  parent reply	other threads:[~2018-08-23  9:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-22 13:15 [Qemu-devel] [PATCH v2 0/3] ui: remove deprecated UI frontends Daniel P. Berrangé
2018-08-22 13:15 ` [Qemu-devel] [PATCH v2 1/3] ui: remove support for GTK2 in favour of GTK3 Daniel P. Berrangé
2018-08-22 13:15 ` [Qemu-devel] [PATCH v2 2/3] ui: increase min required GTK3 version to 3.14.0 Daniel P. Berrangé
2018-08-22 13:15 ` [Qemu-devel] [PATCH v2 3/3] ui: remove support for SDL1.2 in favour of SDL2 Daniel P. Berrangé
2018-08-23  9:01 ` Fam Zheng [this message]
2018-08-23 10:10 ` [Qemu-devel] [PATCH v2 0/3] ui: remove deprecated UI frontends Andrea Bolognani

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180823090125.GB6960@lemon.usersys.redhat.com \
    --to=famz@redhat.com \
    --cc=berrange@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=libvir-list@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).