]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
move kbd/mouse handling to input.c
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 13 Jan 2010 13:05:34 +0000 (14:05 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 13 Jan 2010 23:14:14 +0000 (17:14 -0600)
commit8f0056b763fec6a47fecc9908127c16b407e6c4d
tree34a1f830500386957834c3102132746a6e89cb30
parent4e2b0658f60081fe7a19f4c71a6f5fd506c9eeb9
move kbd/mouse handling to input.c

Move 200 lines out of vl.c already into common code that only needs to
be compiled once.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile.objs
input.c [new file with mode: 0644]
vl.c