Compile pckbd only once
commit956a3e6bb7386de48b642d4fee11f7f86a2fcf9a
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 22 May 2010 07:59:01 +0000 (22 07:59 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 22 May 2010 07:59:01 +0000 (22 07:59 +0000)
tree8d9be8c251241710f00d158ef536c9b5badcccce
parent9e42382fc14b999126f8cabb32761eb98153fd1b
Compile pckbd only once

Use a qemu_irq to indicate A20 line changes. Move I/O port 92
to pckbd.c.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
16 files changed:
Makefile.objs
Makefile.target
default-configs/i386-softmmu.mak
default-configs/mips-softmmu.mak
default-configs/mips64-softmmu.mak
default-configs/mips64el-softmmu.mak
default-configs/mipsel-softmmu.mak
default-configs/ppc-softmmu.mak
default-configs/ppc64-softmmu.mak
default-configs/ppcemb-softmmu.mak
default-configs/sparc64-softmmu.mak
default-configs/x86_64-softmmu.mak
hw/pc.c
hw/pc.h
hw/pckbd.c
hw/vmmouse.c