From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrTIr-0000vF-Jf for qemu-devel@nongnu.org; Mon, 02 Jun 2014 10:33:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WrTIj-0007MH-6t for qemu-devel@nongnu.org; Mon, 02 Jun 2014 10:33:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57044) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrTIi-0007M2-Vk for qemu-devel@nongnu.org; Mon, 02 Jun 2014 10:33:25 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s52EXOH9007761 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 2 Jun 2014 10:33:24 -0400 From: Gerd Hoffmann Date: Mon, 2 Jun 2014 16:33:09 +0200 Message-Id: <1401719592-26362-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/3] vnc patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Carrying three little patches. please pull, Gerd The following changes since commit 9bb931802e6ab5ab6947e3cb9cea934fc0724274: Revert "bsd-user: replace fprintf(stderr, ...) with error_report()" (2014-06-02 13:26:59 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-vnc-3 for you to fetch changes up to b52991537c0efe27ee0c1955eb28a4584226d8b5: vnc-enc-tight: Fix divide-by-zero in tight_detect_smooth_image{16,24,32} (2014-06-02 16:30:52 +0200) ---------------------------------------------------------------- misc minor vnc patches ---------------------------------------------------------------- Gerd Hoffmann (2): vnc: refuse to set a password with VNC_AUTH_NONE vnc: add trace events for key events Gonglei (1): vnc-enc-tight: Fix divide-by-zero in tight_detect_smooth_image{16,24,32} trace-events | 8 +++++++ ui/vnc-enc-tight.c | 8 ++++++- ui/vnc.c | 61 ++++++++++++++++++++++++++---------------------------- 3 files changed, 44 insertions(+), 33 deletions(-)