diff options
Diffstat (limited to 'ui/spice-core.c')
-rw-r--r-- | ui/spice-core.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/spice-core.c b/ui/spice-core.c index 006604b62e..8b5e4a8096 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) |