diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2010-03-11 11:13:28 -0300 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2010-09-21 18:36:42 +0200 |
commit | 864401c2a709bcb66182c02372fb60a30055a4d7 (patch) | |
tree | ec32b14e1733745a1c3cca9ac6ecd7d5b5167330 /Makefile.objs | |
parent | 29b0040be6371c403dae0fef7fec36b814e300e8 (diff) | |
download | qemu-864401c2a709bcb66182c02372fb60a30055a4d7.zip qemu-864401c2a709bcb66182c02372fb60a30055a4d7.tar.gz qemu-864401c2a709bcb66182c02372fb60a30055a4d7.tar.bz2 |
spice: add keyboard
Open keyboard channel. Now you can type into the spice client and the
keyboard events are sent to your guest. You'll need some other display
like vnc to actually see the guest responding to them though.
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs index 2b58109..a95106f 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -88,7 +88,7 @@ common-obj-y += pflib.o common-obj-$(CONFIG_BRLAPI) += baum.o common-obj-$(CONFIG_POSIX) += migration-exec.o migration-unix.o migration-fd.o -common-obj-$(CONFIG_SPICE) += ui/spice-core.o +common-obj-$(CONFIG_SPICE) += ui/spice-core.o ui/spice-input.o audio-obj-y = audio.o noaudio.o wavaudio.o mixeng.o audio-obj-$(CONFIG_SDL) += sdlaudio.o |