From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50588) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8j9u-0003pS-Or for qemu-devel@nongnu.org; Fri, 03 Jun 2016 03:04:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b8j9o-0006Ni-5m for qemu-devel@nongnu.org; Fri, 03 Jun 2016 03:04:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47989) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8j9n-0006K7-Vn for qemu-devel@nongnu.org; Fri, 03 Jun 2016 03:04:36 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id F361180087 for ; Fri, 3 Jun 2016 07:04:33 +0000 (UTC) From: Gerd Hoffmann Date: Fri, 3 Jun 2016 09:04:21 +0200 Message-Id: <1464937468-14816-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/7] ui patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Here comes the ui patch queue, with some small vnc improvements and a collection of bugfixes. please apply, Gerd The following changes since commit 2c107d7684f9e3c4db4780d0756bbf35b06aec= 07: Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' i= nto staging (2016-06-02 14:26:57 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-ui-20160603-1 for you to fetch changes up to c5ce83334465ee5acb6789a2f22d125273761c9e: vnc: add configurable keyboard delay (2016-06-03 08:23:26 +0200) ---------------------------------------------------------------- vnc: keyboard delay, colormap support ui: misc bugfixes ---------------------------------------------------------------- Alexander Graf (1): vnc: Add support for color map Cole Robinson (2): ui: egl: Replace fprintf with error_report ui: spice: Exit if gl=3Don EGL init fails Gerd Hoffmann (3): gtk: fix unchecked vc dereference sdl2: skip init without outputs vnc: add configurable keyboard delay Pavel Dovgalyuk (1): SDL2: add bgrx pixel format qemu-options.hx | 8 ++++++++ ui/egl-helpers.c | 27 ++++++++++++++------------- ui/gtk.c | 3 ++- ui/sdl2-2d.c | 3 +++ ui/sdl2.c | 3 +++ ui/spice-core.c | 6 ++++-- ui/vnc.c | 46 ++++++++++++++++++++++++++++++++++++++++++---- ui/vnc.h | 1 + 8 files changed, 77 insertions(+), 20 deletions(-)