[Qemu-devel] [PATCH 0/2] pckbd improvements v2

2010-05-17 Thread Blue Swirl
This version should not change the i8042 vs. port 92 logic. Blue Swirl (2): Compile pckbd only once pckbd: improve debugging Makefile.objs|1 + Makefile.target |8 +- default-configs/i386-softmmu.mak |1 + default-configs/mips-soft

[Qemu-devel] [PATCH 0/2] pckbd improvements

2010-05-15 Thread Blue Swirl
In 2/2, A20 logic changes a bit but I doubt any guest would be broken if A20 line written through I/O port 92 couldn't be read via i8042. The reverse (write using i8042 and read port 92) will work. Blue Swirl (2): pc: improve onboard I/O port debugging Compile pckbd only once Makefile.objs