From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53322) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7kKX-000834-Cz for qemu-devel@nongnu.org; Tue, 31 May 2016 10:07:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b7kKS-0000dz-JP for qemu-devel@nongnu.org; Tue, 31 May 2016 10:07:36 -0400 Received: from mail-am1on0107.outbound.protection.outlook.com ([157.56.112.107]:16000 helo=emea01-am1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7kKR-0000dd-TO for qemu-devel@nongnu.org; Tue, 31 May 2016 10:07:32 -0400 References: <1464099559-20789-1-git-send-email-den@openvz.org> <574D47FD.109@openvz.org> <1464703563.5978.135.camel@redhat.com> From: "Denis V. Lunev" Message-ID: <574D9A9C.5010006@openvz.org> Date: Tue, 31 May 2016 17:07:24 +0300 MIME-Version: 1.0 In-Reply-To: <1464703563.5978.135.camel@redhat.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/1] vnc: Add support for color map List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org, Alexander Graf , Pavel Butsykin , Paolo Bonzini On 05/31/2016 05:06 PM, Gerd Hoffmann wrote: > On Di, 2016-05-31 at 11:14 +0300, Denis V. Lunev wrote: >> On 05/24/2016 05:19 PM, Denis V. Lunev wrote: >>> From: Alexander Graf >>> >>> Our current VNC code does not handle color maps (aka non-true-color) at all >>> and aborts if a client requests them. There are 2 major issues with this: >> ping > In the vnc queue already. Just forgot to send a notice. > > cheers, > Gerd > thanks a lot!