From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46644 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Psrqw-0008BL-GM for qemu-devel@nongnu.org; Fri, 25 Feb 2011 02:12:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Psrqv-0005Ad-Fx for qemu-devel@nongnu.org; Fri, 25 Feb 2011 02:12:38 -0500 Received: from [222.73.24.84] (port=62434 helo=song.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Psrqv-0005AH-34 for qemu-devel@nongnu.org; Fri, 25 Feb 2011 02:12:37 -0500 Message-ID: <4D67560D.4070501@cn.fujitsu.com> Date: Fri, 25 Feb 2011 15:11:09 +0800 From: Wen Congyang MIME-Version: 1.0 Subject: Re: [Qemu-devel] VNC broken in cf76a1ce8b7cf4b92429d67d3f4626a92b2d8a37 References: In-Reply-To: Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=UTF-8 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Corentin Chary Cc: Gerhard Wiesinger , qemu-devel@nongnu.org At 02/25/2011 03:07 PM, Corentin Chary Write: > On Fri, Feb 25, 2011 at 7:48 AM, Gerhard Wiesinger wrote: >> Hello, >> >> VNC updates don't work correctly in git version >> cf76a1ce8b7cf4b92429d67d3f4626a92b2d8a37 (was ok around 1-2 weeks ago). I >> guess was due to latest optimizations. >> >> E.g. booting DOS 6.22, entering some letter => not seen. When you press >> enter => OK. > > Did you try http://patchwork.ozlabs.org/patch/84517/ ? > What vnc settings are you using ? What VNC encoding did you client choose ? I think my patch can fix this problem, because I got the same problem and sent this patch. > Thanks, >