From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37292) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBJDN-0000te-VW for qemu-devel@nongnu.org; Fri, 10 Jun 2016 05:59:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bBJDD-0007JI-Dx for qemu-devel@nongnu.org; Fri, 10 Jun 2016 05:58:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41463) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBJDD-0007J6-8Q for qemu-devel@nongnu.org; Fri, 10 Jun 2016 05:58:47 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (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 5B0E18F2FE for ; Fri, 10 Jun 2016 09:58:46 +0000 (UTC) From: Gerd Hoffmann Date: Fri, 10 Jun 2016 11:58:37 +0200 Message-Id: <1465552722-14567-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/5] ui: misc bug fixes 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 a collection of bugfixes. please pull, Gerd The following changes since commit 0c33682d5f29b0a4ae53bdec4c8e52e4fae37b34: target-i386: Move user-mode exception actions out of user-exec.c (2016-06-09 15:55:02 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-ui-20160610-1 for you to fetch changes up to 1185fde40c3ba02406665b9ee0743270c526be26: console: ignore ui_info updates which don't actually update something (2016-06-10 11:16:18 +0200) ---------------------------------------------------------------- ui: misc bug fixes. ---------------------------------------------------------------- Daniel P. Berrange (1): ui: fix regression in printing VNC host/port on startup Gerd Hoffmann (2): vnc: drop unused depth arg for set_pixel_format console: ignore ui_info updates which don't actually update something Olaf Hering (1): gtk: fix vte version check Thomas Huth (1): ui/console-gl: Add support for big endian display surfaces ui/console-gl.c | 5 +++++ ui/console.c | 7 ++++++- ui/gtk.c | 2 +- ui/vnc.c | 8 +++----- 4 files changed, 15 insertions(+), 7 deletions(-)