qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] writing to quest's ps2 keyboard


From: Jiri 'Ghormoon' Novak
Subject: [Qemu-devel] writing to quest's ps2 keyboard
Date: Sun, 14 Jun 2015 14:23:40 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32.1

Hi,

I'm attempting my first hack of qemu, though I've got stuck on how to correctly write to ps/2 input in the guest. My idea was that if I create new keyboard (using void *ps2_kbd_init) I can use that one to write (void ps2_write_keyboard). The problem is, that this does not seem to do anything in the guest. No new keyboard in /dev/input, no input given. What am I missing? or would it be better to somehow get pointer to the "primary" one and write to that?

Thanks,
Ghor



reply via email to

[Prev in Thread] Current Thread [Next in Thread]