qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] f4c36b: console: rename dpy_gl_scanout to dpy


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] f4c36b: console: rename dpy_gl_scanout to dpy_gl_scanout_t...
Date: Tue, 28 Feb 2017 00:45:09 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: f4c36bdab6a1ec1cfe6508e27c9c60a802b5d084
      
https://github.com/qemu/qemu/commit/f4c36bdab6a1ec1cfe6508e27c9c60a802b5d084
  Author: Gerd Hoffmann <address@hidden>
  Date:   2017-02-27 (Mon, 27 Feb 2017)

  Changed paths:
    M hw/display/virtio-gpu-3d.c
    M include/ui/console.h
    M include/ui/gtk.h
    M include/ui/sdl2.h
    M ui/console.c
    M ui/gtk-egl.c
    M ui/gtk-gl-area.c
    M ui/gtk.c
    M ui/sdl2-gl.c
    M ui/sdl2.c
    M ui/spice-display.c

  Log Message:
  -----------
  console: rename dpy_gl_scanout to dpy_gl_scanout_texture

We'll add a variant which accepts dmabufs soon.  Change
the name so we can easily disturgish the two variants.

Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Marc-André Lureau <address@hidden>
Message-id: address@hidden


  Commit: eaa92c76ce65cd6a2da82839af2701030e97b37e
      
https://github.com/qemu/qemu/commit/eaa92c76ce65cd6a2da82839af2701030e97b37e
  Author: Gerd Hoffmann <address@hidden>
  Date:   2017-02-27 (Mon, 27 Feb 2017)

  Changed paths:
    M include/ui/console.h
    M ui/console.c

  Log Message:
  -----------
  console: add dpy_gl_scanout_disable

Helper function (and DisplayChangeListenerOps ptr) to disable scanouts.
Replaces using dpy_gl_scanout_texture with 0x0 size and no texture
specified.

Allows cleanups to make the io and gfx emulation code more readable.

Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Marc-André Lureau <address@hidden>
Message-id: address@hidden


  Commit: 975896fc88b77ef46a5f8d45b886d589ceb6c247
      
https://github.com/qemu/qemu/commit/975896fc88b77ef46a5f8d45b886d589ceb6c247
  Author: Gerd Hoffmann <address@hidden>
  Date:   2017-02-27 (Mon, 27 Feb 2017)

  Changed paths:
    M hw/display/virtio-gpu-3d.c

  Log Message:
  -----------
  virtio-gpu: use dpy_gl_scanout_disable

Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Marc-André Lureau <address@hidden>
Message-id: address@hidden


  Commit: 46ffd0c03114acddc84d8fe5be30d04d6bb2b2cb
      
https://github.com/qemu/qemu/commit/46ffd0c03114acddc84d8fe5be30d04d6bb2b2cb
  Author: Gerd Hoffmann <address@hidden>
  Date:   2017-02-27 (Mon, 27 Feb 2017)

  Changed paths:
    M ui/spice-display.c

  Log Message:
  -----------
  spice: add scanout_disable support

Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Marc-André Lureau <address@hidden>
Message-id: address@hidden


  Commit: db6cdfbeba791a2e5047a44f61d068cefa0b7c91
      
https://github.com/qemu/qemu/commit/db6cdfbeba791a2e5047a44f61d068cefa0b7c91
  Author: Gerd Hoffmann <address@hidden>
  Date:   2017-02-27 (Mon, 27 Feb 2017)

  Changed paths:
    M include/ui/sdl2.h
    M ui/sdl2-gl.c
    M ui/sdl2.c

  Log Message:
  -----------
  sdl2: add scanout_disable support

Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Marc-André Lureau <address@hidden>
Message-id: address@hidden


  Commit: 543a7a161f51636f0c6a98f00cccab43f3a23993
      
https://github.com/qemu/qemu/commit/543a7a161f51636f0c6a98f00cccab43f3a23993
  Author: Gerd Hoffmann <address@hidden>
  Date:   2017-02-27 (Mon, 27 Feb 2017)

  Changed paths:
    M include/ui/gtk.h
    M ui/gtk-egl.c
    M ui/gtk.c

  Log Message:
  -----------
  gtk-egl: add scanout_disable support

Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Marc-André Lureau <address@hidden>
Message-id: address@hidden


  Commit: 857e479552cd092edf0f7af09ac5073d76e11057
      
https://github.com/qemu/qemu/commit/857e479552cd092edf0f7af09ac5073d76e11057
  Author: Daniel P. Berrange <address@hidden>
  Date:   2017-02-27 (Mon, 27 Feb 2017)

  Changed paths:
    M ui/gtk.c
    M ui/sdl.c

  Log Message:
  -----------
  ui: Use XkbGetMap and XkbGetNames instead of XkbGetKeyboard

XkbGetKeyboard does not work in XWayland and even on non-Wayland
X11 servers its use is discouraged:

  https://bugs.freedesktop.org/show_bug.cgi?id=89240

This resolves a problem whereby QEMU prints

  "could not lookup keycode name"

on startup when running under XWayland. Keymap handling is
however still broken after this commit, since Xwayland is
reporting a keymap we can't handle

  "unknown keycodes `(unnamed)', please report to address@hidden"

NB, native Wayland support (which is the default under GTK3) is
not affected - only XWayland (which can be requested with GDK_BACKEND
on GTK3, and is the only option for GTK2).

Signed-off-by: Daniel P. Berrange <address@hidden>
Message-id: address@hidden
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 8bf69b499a5ef44b81fec6287df312f1f35d5725
      
https://github.com/qemu/qemu/commit/8bf69b499a5ef44b81fec6287df312f1f35d5725
  Author: Gerd Hoffmann <address@hidden>
  Date:   2017-02-27 (Mon, 27 Feb 2017)

  Changed paths:
    M ui/spice-core.c
    M ui/spice-display.c

  Log Message:
  -----------
  spice: add display & head options

This allows to specify display and head to use, simliar to vnc.

Signed-off-by: Gerd Hoffmann <address@hidden>
Message-id: address@hidden


  Commit: 2dc120beb89b825033972db441ab540bcc42a17e
      
https://github.com/qemu/qemu/commit/2dc120beb89b825033972db441ab540bcc42a17e
  Author: Gerd Hoffmann <address@hidden>
  Date:   2017-02-27 (Mon, 27 Feb 2017)

  Changed paths:
    M ui/vnc.c

  Log Message:
  -----------
  vnc: fix double free issues

Reported by Coverity: CID 1371242, 1371243, 1371244.

Cc: Paolo Bonzini <address@hidden>
Cc: Peter Maydell <address@hidden>
Cc: Daniel P. Berrange <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Marc-André Lureau <address@hidden>
Message-id: address@hidden


  Commit: 9b9fbe8a4e9eec9072ee2697a6af59144442785f
      
https://github.com/qemu/qemu/commit/9b9fbe8a4e9eec9072ee2697a6af59144442785f
  Author: Peter Maydell <address@hidden>
  Date:   2017-02-27 (Mon, 27 Feb 2017)

  Changed paths:
    M hw/display/virtio-gpu-3d.c
    M include/ui/console.h
    M include/ui/gtk.h
    M include/ui/sdl2.h
    M ui/console.c
    M ui/gtk-egl.c
    M ui/gtk-gl-area.c
    M ui/gtk.c
    M ui/sdl.c
    M ui/sdl2-gl.c
    M ui/sdl2.c
    M ui/spice-core.c
    M ui/spice-display.c
    M ui/vnc.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170227-1' into 
staging

gtk: fix kbd on xwayland
vnc: fix double free issues
opengl improvements

# gpg: Signature made Mon 27 Feb 2017 16:11:30 GMT
# gpg:                using RSA key 0x4CB6D8EED3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>"
# gpg:                 aka "Gerd Hoffmann <address@hidden>"
# gpg:                 aka "Gerd Hoffmann (private) <address@hidden>"
# Primary key fingerprint: A032 8CFF B93A 17A7 9901  FE7D 4CB6 D8EE D3E8 7138

* remotes/kraxel/tags/pull-ui-20170227-1:
  vnc: fix double free issues
  spice: add display & head options
  ui: Use XkbGetMap and XkbGetNames instead of XkbGetKeyboard
  gtk-egl: add scanout_disable support
  sdl2: add scanout_disable support
  spice: add scanout_disable support
  virtio-gpu: use dpy_gl_scanout_disable
  console: add dpy_gl_scanout_disable
  console: rename dpy_gl_scanout to dpy_gl_scanout_texture

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/8f2d7c341184...9b9fbe8a4e9e

reply via email to

[Prev in Thread] Current Thread [Next in Thread]