Re: [Qemu-devel] [PATCH] vnc: Make ledstate comparison before modifiers updated

2013-05-16 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

[Qemu-devel] [PATCH] vnc: Make ledstate comparison before modifiers updated

2013-05-15 Thread Lei Li
The ledstate should be compared before modifiers updated, otherwise the ledstate would be the same as current_led_state. Reported-by: Gerd Hoffmann kra...@redhat.com Signed-off-by: Lei Li li...@linux.vnet.ibm.com --- ui/vnc.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff

Re: [Qemu-devel] [PATCH] vnc: Make ledstate comparison before modifiers updated

2013-05-15 Thread Laszlo Ersek
On 05/15/13 10:20, Lei Li wrote: The ledstate should be compared before modifiers updated, otherwise the ledstate would be the same as current_led_state. Reported-by: Gerd Hoffmann kra...@redhat.com Signed-off-by: Lei Li li...@linux.vnet.ibm.com --- ui/vnc.c |3 ++- 1 files changed,