]> git.proxmox.com Git - mirror_qemu.git/commit
pc: move port 92 stuff back to pc.c from pckbd.c
authorBlue Swirl <blauwirbel@gmail.com>
Thu, 6 Jan 2011 18:24:35 +0000 (18:24 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Thu, 6 Jan 2011 18:24:35 +0000 (18:24 +0000)
commit4b78a802ffaabb325a0f7b773031da92d173bde1
tree6aa0dfb012f1ea7dc4e3ab13a079bc8f0df751c0
parente024e881bb1a8b5085026589360d26ed97acdd64
pc: move port 92 stuff back to pc.c from pckbd.c

956a3e6bb7386de48b642d4fee11f7f86a2fcf9a introduced a bug concerning
reset bit for port 92.

Since the keyboard output port and port 92 are not compatible anyway,
let's separate them.

Reported-by: Peter Lieven <pl@dlh.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
--
v2: added reset handler and VMState
hw/pc.c
hw/pckbd.c