Re: [Qemu-devel] [PATCH] un-register kbd driver in case of USB kbd unplug.

2010-06-14 Thread Anthony Liguori
On 06/08/2010 08:12 AM, jes.soren...@redhat.com wrote: From: Jes Sorensen If a USB keyboard is unplugged, the keyboard eventhandler is never removed, and events will continue to be passed through to the device, causing crashes or memory corruption. Signed-off-by: Jes Sorensen Applied. Th

Re: [Qemu-devel] [PATCH] un-register kbd driver in case of USB kbd unplug.

2010-06-09 Thread Markus Armbruster
jes.soren...@redhat.com writes: > From: Jes Sorensen > > If a USB keyboard is unplugged, the keyboard eventhandler is never > removed, and events will continue to be passed through to the device, > causing crashes or memory corruption. Looks good. I wonder how many more unplug surprises to expe

[Qemu-devel] [PATCH] un-register kbd driver in case of USB kbd unplug.

2010-06-08 Thread Jes . Sorensen
From: Jes Sorensen If a USB keyboard is unplugged, the keyboard eventhandler is never removed, and events will continue to be passed through to the device, causing crashes or memory corruption. Signed-off-by: Jes Sorensen --- console.h|1 + hw/usb-hid.c |8 ++-- input.c |

[Qemu-devel] [PATCH] un-register kbd driver in case of USB kbd unplug.

2010-06-08 Thread Jes . Sorensen
From: Jes Sorensen If a USB keyboard is unplugged, the keyboard eventhandler is never removed, and events will continue to be passed through to the device, causing crashes or memory corruption. Signed-off-by: Jes Sorensen --- console.h|1 + hw/usb-hid.c |3 +++ input.c |6