From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38749) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPoPP-0005KN-BT for qemu-devel@nongnu.org; Tue, 18 Mar 2014 03:26:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPoPK-0003tB-GF for qemu-devel@nongnu.org; Tue, 18 Mar 2014 03:25:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33642) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPoPK-0003sx-8Y for qemu-devel@nongnu.org; Tue, 18 Mar 2014 03:25:54 -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 s2I7Pqfr020308 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 18 Mar 2014 03:25:52 -0400 From: Gerd Hoffmann Date: Tue, 18 Mar 2014 08:25:47 +0100 Message-Id: <1395127548-32670-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL for-2.0 0/1] vnc bugfix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Most recent vnc update had a regression with vmware vga. Here is the fix for it. please pull, Gerd The following changes since commit 315b59344126beab85a62b53582794b14436a5a4: Merge remote-tracking branch 'remotes/borntraeger/tags/kvm-s390-20140317' into staging (2014-03-17 22:31:33 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-vnc-2 for you to fetch changes up to 2f487a3d40faff1772e14da6b921900915501f9a: ui/vnc: fix vmware VGA incompatiblities (2014-03-18 08:21:24 +0100) ---------------------------------------------------------------- vnc: fix vmware VGA incompatiblities ---------------------------------------------------------------- Peter Lieven (1): ui/vnc: fix vmware VGA incompatiblities hw/display/vmware_vga.c | 3 ++- ui/vnc.c | 10 +++++++--- 2 files changed, 9 insertions(+), 4 deletions(-)