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 /ui/qemu-spice.h | |
parent | 29b0040be6371c403dae0fef7fec36b814e300e8 (diff) |
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/qemu-spice.h')
-rw-r--r-- | ui/qemu-spice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qemu-spice.h b/ui/qemu-spice.h index 50faefb8d6..175c961189 100644 --- a/ui/qemu-spice.h +++ b/ui/qemu-spice.h @@ -28,6 +28,7 @@ extern int using_spice; void qemu_spice_init(void); +void qemu_spice_input_init(void); int qemu_spice_add_interface(SpiceBaseInstance *sin); #else /* CONFIG_SPICE */ |