[PULL 0/8] Ui 20201211 patches

Gerd Hoffmann posted 8 patches 3 years, 4 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201211091250.1415-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>
include/ui/console.h |  1 -
ui/vnc.h             | 30 +++++++++++++++++-------------
ui/console.c         | 18 ++++++++++--------
ui/sdl2.c            |  2 ++
ui/vnc.c             | 26 ++++++++++++++++++++------
5 files changed, 49 insertions(+), 28 deletions(-)
[PULL 0/8] Ui 20201211 patches
Posted by Gerd Hoffmann 3 years, 4 months ago
The following changes since commit 2ecfc0657afa5d29a373271b342f704a1a3c6737:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2020-12-10' into staging (2020-12-10 17:01:05 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 2951106143f6cf20b3a0e4f2078721503fe6418a:

  sdl2: Add extra mouse buttons (2020-12-11 08:06:40 +0100)

----------------------------------------------------------------
ui/console ui_info tweaks.
ui/vnc: alpha cursor support.
ui/vnc: locking fixes.
ui/sdl: add extra mouse buttons.

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

Darrell Walisser (1):
  sdl2: Add extra mouse buttons

Gerd Hoffmann (6):
  console: drop qemu_console_get_ui_info
  console: allow con==NULL in dpy_{get, set}_ui_info and
    dpy_ui_info_supported
  vnc: use enum for features
  vnc: drop unused copyrect feature
  vnc: add pseudo encodings
  vnc: add alpha cursor support

Peng Liang (1):
  ui/vnc: Add missing lock for send_color_map

 include/ui/console.h |  1 -
 ui/vnc.h             | 30 +++++++++++++++++-------------
 ui/console.c         | 18 ++++++++++--------
 ui/sdl2.c            |  2 ++
 ui/vnc.c             | 26 ++++++++++++++++++++------
 5 files changed, 49 insertions(+), 28 deletions(-)

-- 
2.27.0



Re: [PULL 0/8] Ui 20201211 patches
Posted by Peter Maydell 3 years, 4 months ago
On Fri, 11 Dec 2020 at 09:16, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 2ecfc0657afa5d29a373271b342f704a1a3c6737:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2020-12-10' into staging (2020-12-10 17:01:05 +0000)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20201211-pull-request
>
> for you to fetch changes up to 2951106143f6cf20b3a0e4f2078721503fe6418a:
>
>   sdl2: Add extra mouse buttons (2020-12-11 08:06:40 +0100)
>
> ----------------------------------------------------------------
> ui/console ui_info tweaks.
> ui/vnc: alpha cursor support.
> ui/vnc: locking fixes.
> ui/sdl: add extra mouse buttons.
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM