From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41646) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUwkX-0001Jf-To for qemu-devel@nongnu.org; Wed, 24 Apr 2013 06:16:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UUwkW-0007LL-NF for qemu-devel@nongnu.org; Wed, 24 Apr 2013 06:16:29 -0400 Received: from e23smtp03.au.ibm.com ([202.81.31.145]:53668) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUwkW-0007LC-4g for qemu-devel@nongnu.org; Wed, 24 Apr 2013 06:16:28 -0400 Received: from /spool/local by e23smtp03.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 24 Apr 2013 20:08:38 +1000 Received: from d23relay04.au.ibm.com (d23relay04.au.ibm.com [9.190.234.120]) by d23dlp01.au.ibm.com (Postfix) with ESMTP id 643502CE804A for ; Wed, 24 Apr 2013 20:15:17 +1000 (EST) Received: from d23av01.au.ibm.com (d23av01.au.ibm.com [9.190.234.96]) by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r3OA0W577143654 for ; Wed, 24 Apr 2013 20:00:53 +1000 Received: from d23av01.au.ibm.com (loopback [127.0.0.1]) by d23av01.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r3OACfsP005165 for ; Wed, 24 Apr 2013 20:12:42 +1000 From: Lei Li Date: Wed, 24 Apr 2013 18:12:27 +0800 Message-Id: <1366798350-27068-1-git-send-email-lilei@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 0/3 v3] Support for LED state extension to Qemu VNC server List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: lagarcia@br.ibm.com, aliguori@us.ibm.com, Lei Li Hi guys, This patch series tries to add support for LED state extension to Qemu VNC server. The proposal has been sent few days ago as link below: http://lists.gnu.org/archive/html/qemu-devel/2013-04/msg01421.html The previous version as link: http://lists.gnu.org/archive/html/qemu-devel/2013-04/msg03988.html Pleae let me know if there is anything else need be improved. Thanks! Changes since v2: - Address the comments from Anthony includes: - Just send 1 instead of the actual width and height. - Improve the document by adding the Pseudo-encoding number and simplify the description of the LED state encoding. Changes since v1: - Address the comments from Anthony includes: - Use Pseudo-encoding for led state; - Get rid of send_ext_leds_state_ack; - Add document for the led state Pseudo-encoding.