Re: [Qemu-devel] [PATCH] pc: move port 92 stuff back to pc.c from pckbd.c

2010-12-28 Thread Andreas Färber
Am 28.12.2010 um 22:24 schrieb Blue Swirl: 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 Signed-off-by: Blue Swirl Looks good t

[Qemu-devel] [PATCH] pc: move port 92 stuff back to pc.c from pckbd.c

2010-12-28 Thread Blue Swirl
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 Signed-off-by: Blue Swirl --- hw/pc.c| 68 +