[Qemu-devel] [PULL 0/5] Ui 20190607 patches

Gerd Hoffmann posted 5 patches 6 years, 5 months ago
Test FreeBSD passed
Test s390x passed
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190607131901.20107-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>, Alex Williamson <alex.williamson@redhat.com>
include/ui/console.h     |  1 +
include/ui/egl-helpers.h |  3 ++-
hw/vfio/display.c        |  1 +
ui/curses.c              |  8 ++++----
ui/egl-helpers.c         | 39 ++++++++++++++++++++++++++++-----------
ui/spice-display.c       |  7 ++++---
6 files changed, 40 insertions(+), 19 deletions(-)
[Qemu-devel] [PULL 0/5] Ui 20190607 patches
Posted by Gerd Hoffmann 6 years, 5 months ago
The following changes since commit 0d74f3b4277a7ecb0ccb80c865797d11f8e466f5:

  Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-request' into staging (2019-06-06 14:09:14 +0100)

are available in the Git repository at:

  git://git.kraxel.org/qemu tags/ui-20190607-pull-request

for you to fetch changes up to 15ee0d9bc10b3de677ff6cd78b6dc9d5a7d40603:

  egl-helpers: add modifier support to egl_dmabuf_import_texture() (2019-06-07 11:52:35 +0200)

----------------------------------------------------------------
curses: 32bit build fix.
egl: dmabuf modifier support.

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

Gerd Hoffmann (4):
  console: add dmabuf modifier field.
  vfio/display: set dmabuf modifier field
  egl-helpers: add modifier support to egl_get_fd_for_texture().
  egl-helpers: add modifier support to egl_dmabuf_import_texture()

Max Reitz (1):
  ui/curses: Fix build with -m32

 include/ui/console.h     |  1 +
 include/ui/egl-helpers.h |  3 ++-
 hw/vfio/display.c        |  1 +
 ui/curses.c              |  8 ++++----
 ui/egl-helpers.c         | 39 ++++++++++++++++++++++++++++-----------
 ui/spice-display.c       |  7 ++++---
 6 files changed, 40 insertions(+), 19 deletions(-)

-- 
2.18.1


Re: [Qemu-devel] [PULL 0/5] Ui 20190607 patches
Posted by Peter Maydell 6 years, 5 months ago
On Fri, 7 Jun 2019 at 14:21, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 0d74f3b4277a7ecb0ccb80c865797d11f8e466f5:
>
>   Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-request' into staging (2019-06-06 14:09:14 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20190607-pull-request
>
> for you to fetch changes up to 15ee0d9bc10b3de677ff6cd78b6dc9d5a7d40603:
>
>   egl-helpers: add modifier support to egl_dmabuf_import_texture() (2019-06-07 11:52:35 +0200)
>
> ----------------------------------------------------------------
> curses: 32bit build fix.
> egl: dmabuf modifier support.
>
> ----------------------------------------------------------------
>
> Gerd Hoffmann (4):
>   console: add dmabuf modifier field.
>   vfio/display: set dmabuf modifier field
>   egl-helpers: add modifier support to egl_get_fd_for_texture().
>   egl-helpers: add modifier support to egl_dmabuf_import_texture()
>
> Max Reitz (1):
>   ui/curses: Fix build with -m32


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.1
for any user-visible changes.

-- PMM