[libvirt] [PULL 0/2] Ui2 20181012 patches

Gerd Hoffmann posted 2 patches 5 years, 6 months ago
Failed in applying to current master (apply log)
configure            |  51 ++-----------
include/ui/gtk.h     |   9 ---
ui/gtk-egl.c         |  10 +--
ui/gtk.c             | 202 ++++-----------------------------------------------
qemu-deprecated.texi |   7 --
5 files changed, 26 insertions(+), 253 deletions(-)
[libvirt] [PULL 0/2] Ui2 20181012 patches
Posted by Gerd Hoffmann 5 years, 6 months ago
The following changes since commit 69ac8c4cb93f2685839ff7b857cef306b388ff3c:

  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20181012' into staging (2018-10-12 12:40:04 +0100)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/ui2-20181012-pull-request

for you to fetch changes up to 58296cb61866195297510e946a51acc5f0b9639e:

  ui: increase min required GTK3 version to 3.14.0 (2018-10-12 15:22:18 +0200)

----------------------------------------------------------------
ui: drop gtk2 support.

----------------------------------------------------------------

Daniel P. Berrangé (2):
  ui: remove support for GTK2 in favour of GTK3
  ui: increase min required GTK3 version to 3.14.0

 configure            |  51 ++-----------
 include/ui/gtk.h     |   9 ---
 ui/gtk-egl.c         |  10 +--
 ui/gtk.c             | 202 ++++-----------------------------------------------
 qemu-deprecated.texi |   7 --
 5 files changed, 26 insertions(+), 253 deletions(-)

-- 
2.9.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [Qemu-devel] [PULL 0/2] Ui2 20181012 patches
Posted by Peter Maydell 5 years, 6 months ago
On 12 October 2018 at 15:05, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 69ac8c4cb93f2685839ff7b857cef306b388ff3c:
>
>   Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20181012' into staging (2018-10-12 12:40:04 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/ui2-20181012-pull-request
>
> for you to fetch changes up to 58296cb61866195297510e946a51acc5f0b9639e:
>
>   ui: increase min required GTK3 version to 3.14.0 (2018-10-12 15:22:18 +0200)
>
> ----------------------------------------------------------------
> ui: drop gtk2 support.
>
> ----------------------------------------------------------------
>
> Daniel P. Berrangé (2):
>   ui: remove support for GTK2 in favour of GTK3
>   ui: increase min required GTK3 version to 3.14.0
>
>  configure            |  51 ++-----------
>  include/ui/gtk.h     |   9 ---
>  ui/gtk-egl.c         |  10 +--
>  ui/gtk.c             | 202 ++++-----------------------------------------------
>  qemu-deprecated.texi |   7 --
>  5 files changed, 26 insertions(+), 253 deletions(-)

Applied, thanks.

-- PMM