mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
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.
This commit is contained in:
parent
29b0040be6
commit
864401c2a7
4 changed files with 89 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue