aboutsummaryrefslogtreecommitdiff
path: root/ui/spice-core.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-03-11 11:13:28 -0300
committerGerd Hoffmann <kraxel@redhat.com>2010-09-21 18:36:42 +0200
commit864401c2a709bcb66182c02372fb60a30055a4d7 (patch)
treeec32b14e1733745a1c3cca9ac6ecd7d5b5167330 /ui/spice-core.c
parent29b0040be6371c403dae0fef7fec36b814e300e8 (diff)
downloadqemu-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 'ui/spice-core.c')
-rw-r--r--ui/spice-core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/spice-core.c b/ui/spice-core.c
index 006604b..8b5e4a8 100644
--- a/ui/spice-core.c
+++ b/ui/spice-core.c
@@ -167,6 +167,8 @@ void qemu_spice_init(void)
spice_server_init(spice_server, &core_interface);
using_spice = 1;
+
+ qemu_spice_input_init();
}
int qemu_spice_add_interface(SpiceBaseInstance *sin)