[Qemu-devel] [PATCH] keyboard: handle ps2 typing buffer overrun

2015-05-17 Thread penghao122
Subject: [PATCH] keyboard: handle ps2 typing buffer overrun Starting a linux guest with ps2 keyboard, if you type many times during leaving grub and into linux kernel,then you can't use keyboard after linux initialization finished. Specally when you setup linux guest from iso file,you will type in

[Qemu-devel] [PATCH] keyboard:fix ps2 keyboard can't use

2015-05-06 Thread penghao122
Starting a linux guest with ps2 keyboard, if you type many times during leaving grub and into linux kernel,then you can't use keyboard after linux initialization finished. Specally when you setup linux guest from iso file,you will type in grub. During grub,the work method of ps2 keyboard is like

[Qemu-devel] [PATCH] ps2 keyboard:fix can't use ps2 keyboard if typing many times After leaving grub and before finishing linux kernel ps2 driver initialization

2015-05-03 Thread penghao122
Starting a linux guest with ps2 keyboard ,if you type many times during leaving grub and into linux kernel ,then you can't use keyboard after linux initialization finished. during grub,the work method of ps2 keyboard is like this: first ,ps2 keyboard driver send command KBD_CCMD_KBD_ENABLE, seco

[Qemu-devel] [PATCH] ps2 keyboard:fix can't use ps2 keyboard if typing many times After leaving grub and before finishing linux kernel ps2 driver initialization

2015-04-26 Thread penghao122
Starting a linux guest with ps2 keyboard ,if you type many times during leaving grub and into linux kernel ,then you can't use keyboard after linux initialization finished. during grub,the work method of ps2 keyboard is like this: first ,ps2 keyboard driver send command KBD_CCMD_KBD_ENABLE, seco