qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4 v4] Support for LED state extension to Qemu VNC server
@ 2013-04-25  5:29 Lei Li
  2013-04-25  5:29 ` [Qemu-devel] [PATCH 1/4] vnc: Add SCROLL lock key to kbd_leds Lei Li
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Lei Li @ 2013-04-25  5:29 UTC (permalink / raw)
  To: qemu-devel; +Cc: lagarcia, aliguori, kraxel, 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.nongnu.org/archive/html/qemu-devel/2013-04/msg04773.html

Pleae let me know if there is anything else need be improved.

Thanks!


Changes since v3:
  - Add adjustment of turning off lock state sync logic in do_key_event()
    when VNC_FEATURE_LED_STATE supported suggested by Gerd.
  - Document improvement suggested by Eric.
    
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.

Lei Li (4):
  vnc: Add SCROLL lock key to kbd_leds
  vnc: Support for LED state extension
  vnc: Adjust lock state sync logic with VNC_FEATURE_LED_STATE
  doc: document the Pseudo-encoding of LED state

 docs/vnc-ledstate-Pseudo-encoding.txt |   50 +++++++++++++++++++++++++++++
 ui/vnc.c                              |   56 ++++++++++++++++++++++++++++++++-
 ui/vnc.h                              |    3 ++
 3 files changed, 108 insertions(+), 1 deletions(-)
 create mode 100644 docs/vnc-ledstate-Pseudo-encoding.txt

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-05-15  7:18 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-25  5:29 [Qemu-devel] [PATCH 0/4 v4] Support for LED state extension to Qemu VNC server Lei Li
2013-04-25  5:29 ` [Qemu-devel] [PATCH 1/4] vnc: Add SCROLL lock key to kbd_leds Lei Li
2013-04-25  5:29 ` [Qemu-devel] [PATCH 2/4] vnc: Support for LED state extension Lei Li
2013-05-14 11:35   ` Gerd Hoffmann
2013-05-15  6:05     ` Lei Li
2013-05-15  6:44       ` Gerd Hoffmann
2013-05-15  7:18         ` Lei Li
2013-05-15  6:46       ` Laszlo Ersek
2013-04-25  5:29 ` [Qemu-devel] [PATCH 3/4] vnc: Adjust lock state sync logic with VNC_FEATURE_LED_STATE Lei Li
2013-04-25  5:29 ` [Qemu-devel] [PATCH 4/4] doc: document the Pseudo-encoding of LED state Lei Li
2013-04-25 19:40 ` [Qemu-devel] [PATCH 0/4 v4] Support for LED state extension to Qemu VNC server Anthony Liguori
2013-04-29 22:04 ` Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).