[libvirt] [PULL 0/3] Ui2 20180824 patches

Gerd Hoffmann posted 3 patches 5 years, 8 months ago
Failed in applying to current master (apply log)
configure              |  111 +-----
include/ui/gtk.h       |    9 -
ui/sdl_zoom.h          |   25 --
ui/sdl_zoom_template.h |  219 -----------
ui/gtk-egl.c           |   10 +-
ui/gtk.c               |  202 +---------
ui/sdl.c               | 1027 ------------------------------------------------
ui/sdl_zoom.c          |   93 -----
qemu-deprecated.texi   |   16 -
ui/Makefile.objs       |    5 -
10 files changed, 33 insertions(+), 1684 deletions(-)
delete mode 100644 ui/sdl_zoom.h
delete mode 100644 ui/sdl_zoom_template.h
delete mode 100644 ui/sdl.c
delete mode 100644 ui/sdl_zoom.c
[libvirt] [PULL 0/3] Ui2 20180824 patches
Posted by Gerd Hoffmann 5 years, 8 months ago
The following changes since commit 5ccac548faf041ff5229a8e8342e3be14a34c8af:

  Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging (2018-08-23 17:35:48 +0100)

are available in the git repository at:

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

for you to fetch changes up to eb01505ea6c8330273d189acc053cc60d00bfa1a:

  ui: remove support for SDL1.2 in favour of SDL2 (2018-08-24 09:31:39 +0200)

----------------------------------------------------------------
ui: remove deprecated UI frontends

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

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 -
 ui/sdl_zoom.h          |   25 --
 ui/sdl_zoom_template.h |  219 -----------
 ui/gtk-egl.c           |   10 +-
 ui/gtk.c               |  202 +---------
 ui/sdl.c               | 1027 ------------------------------------------------
 ui/sdl_zoom.c          |   93 -----
 qemu-deprecated.texi   |   16 -
 ui/Makefile.objs       |    5 -
 10 files changed, 33 insertions(+), 1684 deletions(-)
 delete mode 100644 ui/sdl_zoom.h
 delete mode 100644 ui/sdl_zoom_template.h
 delete mode 100644 ui/sdl.c
 delete mode 100644 ui/sdl_zoom.c

-- 
2.9.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [Qemu-devel] [PULL 0/3] Ui2 20180824 patches
Posted by Peter Maydell 5 years, 8 months ago
On 24 August 2018 at 08:32, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 5ccac548faf041ff5229a8e8342e3be14a34c8af:
>
>   Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging (2018-08-23 17:35:48 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/ui2-20180824-pull-request
>
> for you to fetch changes up to eb01505ea6c8330273d189acc053cc60d00bfa1a:
>
>   ui: remove support for SDL1.2 in favour of SDL2 (2018-08-24 09:31:39 +0200)
>
> ----------------------------------------------------------------
> ui: remove deprecated UI frontends
>
> ----------------------------------------------------------------
>
> 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

Doesn't the last one of these depend on our fixing the
OpenBSD VM first ?

thanks
-- PMM

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [Qemu-devel] [PULL 0/3] Ui2 20180824 patches
Posted by Daniel P. Berrangé 5 years, 8 months ago
On Fri, Aug 24, 2018 at 04:32:54PM +0100, Peter Maydell wrote:
> On 24 August 2018 at 08:32, Gerd Hoffmann <kraxel@redhat.com> wrote:
> > The following changes since commit 5ccac548faf041ff5229a8e8342e3be14a34c8af:
> >
> >   Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging (2018-08-23 17:35:48 +0100)
> >
> > are available in the git repository at:
> >
> >   git://git.kraxel.org/qemu tags/ui2-20180824-pull-request
> >
> > for you to fetch changes up to eb01505ea6c8330273d189acc053cc60d00bfa1a:
> >
> >   ui: remove support for SDL1.2 in favour of SDL2 (2018-08-24 09:31:39 +0200)
> >
> > ----------------------------------------------------------------
> > ui: remove deprecated UI frontends
> >
> > ----------------------------------------------------------------
> >
> > 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
> 
> Doesn't the last one of these depend on our fixing the
> OpenBSD VM first ?

Yep, i mentioned that in my posting of the patch series.

Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [Qemu-devel] [PULL 0/3] Ui2 20180824 patches
Posted by Peter Maydell 5 years, 8 months ago
On 24 August 2018 at 16:36, Daniel P. Berrangé <berrange@redhat.com> wrote:
> On Fri, Aug 24, 2018 at 04:32:54PM +0100, Peter Maydell wrote:
>> On 24 August 2018 at 08:32, Gerd Hoffmann <kraxel@redhat.com> wrote:
>> > The following changes since commit 5ccac548faf041ff5229a8e8342e3be14a34c8af:
>> >
>> >   Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging (2018-08-23 17:35:48 +0100)
>> >
>> > are available in the git repository at:
>> >
>> >   git://git.kraxel.org/qemu tags/ui2-20180824-pull-request
>> >
>> > for you to fetch changes up to eb01505ea6c8330273d189acc053cc60d00bfa1a:
>> >
>> >   ui: remove support for SDL1.2 in favour of SDL2 (2018-08-24 09:31:39 +0200)
>> >
>> > ----------------------------------------------------------------
>> > ui: remove deprecated UI frontends
>> >
>> > ----------------------------------------------------------------
>> >
>> > 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
>>
>> Doesn't the last one of these depend on our fixing the
>> OpenBSD VM first ?
>
> Yep, i mentioned that in my posting of the patch series.

Thought so; dropped from my queue of pullreqs to process. Please
resubmit it when the OpenBSD VM has been fixed. (That is one of my
buildtest setups so this would just fail the pullreq buildtest
otherwise.)

thanks
-- PMM